Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: f2racer on March 04, 2004, 05:13:05 AM
-
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!
-
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
-
The server (Celeron 1000Mhz in a 810 microatx motherboard) only has USB 1.1, so I'm guessing it's one of these:
usb-uhci 24676 0 (unused)
usbcore 73792 1 [usb-uhci]
I'll try mounting the drive tomorrow.
Thanks!
-
See also
http://forums.contribs.org/index.php?topic=9295.msg82465#msg82465
for more info.