Results 1 to 4 of 4
Hi, i've been searching all over the web and all the documentation i find isn't ver noob friendly so is there anyone who can explain to me how to use ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-10-2004 #1Just Joined!
- Join Date
- Jul 2004
- Location
- Canada
- Posts
- 45
USB 2.0 HDD problem
Hi, i've been searching all over the web and all the documentation i find isn't ver noob friendly so is there anyone who can explain to me how to use my USB 2.0 Mass storage device on either Mandrake 10.0 or Fedora Core 2? thanks
- 07-10-2004 #2
Plug it in and (as root):
If you see in the output that the drive is detected and assigned a node in /dev (should be sda1, sdb1, etc.) then you can mount it.Code:tail /var/log/message
Make sure you create (mkdir /mnt/usb) the mountpoint first, and substitute the device that the kernel give the drive.Code:mount -t auto -o rw,users,umask=0033 /dev/sda1 /mnt/usb
Now if you don't see it given a node in /dev in the log, you will have to compile the SCSI Disk Support and USB Mass Storage modulues and modprobe them. Let us know if you need any further help.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 07-13-2004 #3Just Joined!
- Join Date
- Jul 2004
- Posts
- 37
Just for future reference, if you are looking for documentation on any linux stuff... always check out www.tldp.org great site, and you can download all the docs to your computer for any references
- 07-13-2004 #4Just Joined!
- Join Date
- Jul 2004
- Posts
- 37
Oh yea.. also when you are looking for linux help with google, use www.google.ca/linux makes life alot easier


Reply With Quote
