mounting usb HD/cardreader
I have this Sitecom 30gb media drive, i.e. a harddisk with two slots for some 8types of flash cards. I am using Suse9.0.
If I plug it in & turn it on, /etc/fstab gets 4 extra lines [see below]. I understand two of them should be flashcard-positions and a third the HD itself, so the fourth beats me.
I'd expect I should just mount /media/sda1 or something?
This command is accepted, and on the desktop 4 icons appear, but nothing more happens.
Same if you click any of the 4 icons: it starts `mounting', officially, but nothing more seems to happen for the first hour or so. Any suggestions? What fails, what remedy? Give up?
------------
/dev/sda1 /media/sda1 auto sync,noauto,user,exec 0 0 #HOTPLUG B3Fu.ILAptUUST_3
/dev/sda2 /media/sda2 auto sync,noauto,user,exec 0 0 #HOTPLUG B3Fu.ILAptUUST_3
/dev/sda3 /media/sda3 auto sync,noauto,user,exec 0 0 #HOTPLUG B3Fu.ILAptUUST_3
/dev/sda4 /media/sda4 auto sync,noauto,user,exec 0 0 #HOTPLUG B3Fu.ILAptUUST_3
----------------
Michel
Re: mounting usb HD/cardreader
Quote:
Originally Posted by mchell
Same if you click any of the 4 icons: it starts `mounting', officially, but nothing more seems to happen for the first hour or so.
/dev/sda1 /media/sda1 auto sync,noauto,user,exec 0 0 #HOTPLUG B3Fu.ILAptUUST_3
/dev/sda2 /media/sda2 auto sync,noauto,user,exec 0 0 #HOTPLUG B3Fu.ILAptUUST_3
/dev/sda3 /media/sda3 auto sync,noauto,user,exec 0 0 #HOTPLUG B3Fu.ILAptUUST_3
/dev/sda4 /media/sda4 auto sync,noauto,user,exec 0 0 #HOTPLUG B3Fu.ILAptUUST_3
You've waited an hour? :shock:
Since Im not very fond of Hotplug, (even on windows I dont trust it, I do things manually I know they are done properly) Have you tryed to manually mount the device?
Whats the output of this command Code:
fdisk -l (FDISK -L)
This will give you all devices (partition) connected to your box... In other word, if you cannot see any of those disk, nothing is detected. If you see 4 devices, ( as listed above ) then 4 are detected...
Quote:
If I plug it in & turn it on, /etc/fstab gets 4 extra lines [see below]. I understand two of them should be flashcard-positions and a third the HD itself, so the fourth beats me.
Is the 30Gb partitionned in two? that would explain
Also, your fstab entry dont really seems to be valid... As your HD is a separate device, it should be under (ex:) sda, and your Flash should be under another device like (ex:) sdb....
Personally, I'dd remove all media and get them working one by one separatly... Start with the HD. then one flash and the other...
Tell us if you need more information regarding this issue