-
January 22nd, 2004, 04:44 AM
#1
external hdd with linux trobles
i have an external hdd
maxtor 40 gig usb
i have files on it i need to copy
rh9 doesnt even recognize it
yes my usb ports work cause it sees my printer
i have found files on how to get them to work but thats only if its recognized as /dev/sda1 or something and they all partation it
this hdd has a fat filesystem
any ideas?
kudzu doesnt recognize it and i dont see it in my fstab either
thanx for ur time
work it harder, make it better, do it faster, makes us stronger
-
January 25th, 2004, 05:31 PM
#2
Have you tried the mount command?
And have you checked at a linux specific forum like LinuxQuestions? Since they spend more time in linux and have more experiences, they may be able to help you better.
-
January 25th, 2004, 11:48 PM
#3
So it is a usb hard-drive? That might be a little tough. Okay so first and foremost, go to the folder /mnt/ and create a folder for that drive. Call it what you want. For my example we will call it hd-usb.
so:
mount -t /dev/sda1 /mnt/hd-usb
Warning though this is only short term. If you would like that drive to always load when you boot, you should add it to your fstab file which is located in /etc/
Try something like this:
/dev/sda1 /mnt/hd-usb auto auto,user 1 2
And if this doesn't work post back here. And for more info try this thread:
http://www.linuxquestions.org/questi...e&pagenumber=1
You shall no longer take things at second or third hand,
nor look through the eyes of the dead...You shall listen to all
sides and filter them for your self.
-Walt Whitman-
-
January 31st, 2004, 03:38 AM
#4
i added the line and it ses to specify the filesystem
i think its fat32
so the linux = is vfat right?
where do i insert that in the fstab or in the mount command
work it harder, make it better, do it faster, makes us stronger
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|