external hard drive mounting.
I have an external usb drive. I would like to be abel to use it with debian. I have installed sg3-utils. I run sg_map to see the devices. I see2.
/dev/sg0 /dev/sda
I added the following to my fstab.
/dev/sda /hd fat32 rw,user,noauto 0 0
when i try to mount it tells me that mount point /hd does not exsist. What can I do? I would like to keep the data on the hd.
|