I just bought a USB enclosure for an older hard drive. Is there any way to get SME 6.0 to recognize it and mount it?
Thanks!
Assuming SME recognized the USB controller, (check lsmod command) you could then use fdisk -l command and see if the USB drive shows up -- usually as /dev/sda1. If it doesn't show up, then type fdisk /dev/sda then 'p' option to see how it is setup.
Then mount the drive to anyplace you want such as mount /dev/sda1 /mnt
For automatic mounts change the /etc/fstab file. This isn't truly a plug and play feature just mounts at boot time so USB drive might have to be on and connected.
SME should recognize fat32, as that is how mine is setup. I'm not near my SME box so and I don't recall which mod is for USB2.
Good luck.
Jeff