Mount problems with Puppy Linux distro
fstab info#mount /dev/sda1 /mnt/USB
The USB stick is not visible in mount window. The light on the USB stick is on.
#mount
rootfs on / type rootfs (rw)
/dev/root on / type ext3 (rw,data=ordered)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw)
none on /sys type sysfs (rw)
none on /proc/bus/usb type usbfs (rw) #lsmod
...
usbcore 127128 6 usblp,usbhid,usb_storage,ehci_hcd,ohci_hcd
...
The module that appears to be missing is uhci_hcd which is the driver for basic USB1.0 support.
#modprobe uhci_hcd
if you can't detect a flash drive, it may be necessary to put the command earlier in the boot process. Locate the file /etc/rc.d/rc.local and add the above line to the end of the file. Then reboot.
#lsmod
At the risk of asking the obvious, did you try clicking the Refresh button? USB devices are not always detected immediately by Pmount.
See Page 2Technical support & more
Remapping failing areas will cause the available capacity of formatted flash devices to gradually shrink, while rotating writes will attempt to keep any areas from wearing out too fast (making it more likely that multiple areas will start to fail around the same time).
Someone who's done more looking into this should be able to give a good idea which technique(s) are most widely used.