LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   External Harddrive Issues (https://www.linuxquestions.org/questions/linux-hardware-18/external-harddrive-issues-162393/)

RCullan 03-25-2004 05:27 PM

External Harddrive Issues
 
I connected my external HD to my USB hub and upon restart Mandrake 10 picked it up and configured it...

however, when i go ino /mnt/removable/ (the new icon put on my desktop by Mandrake)
there are no files

However, i run windows and there is 100GB of stuff on there?
whats the deal?



Ryan M. Cullan

AutOPSY 03-25-2004 06:25 PM

/mnt/removables will have no files unless you mount the drive, specifying /mnt/removables as the mount point.

What it configured was the bus settings/device settings for it, probably by loaded modules.

What device is the USB HD? (/dev/???)

'man mount'

RCullan 03-25-2004 06:54 PM

more stuff
 
okay...

its dev/sda1
I added a line for it into the fstab file, this line:

/dev/sda1 /mnt/removable/ ext3 noauto,owner,rw 0 0

then i tried to mount the damn thing and got this....

[root@rcullan /]# mount -t ext3 /dev/sda1 /mnt/removable
mount: permission denied


what the hell is going on!!!!!!:mad:

michaelk 03-25-2004 07:06 PM

It should be vfat instead of ext3 for filesystem type.

I would of expected thaty MDK had added an entry to the fstab.


All times are GMT -5. The time now is 05:29 PM.