Results 1 to 4 of 4
So I was mounting my USB drive, and the following came up:
Code:
$ mount -t vfat /dev/sda1 /usbdrive/
mount: special device /dev/sda1 does not exist
So I went to ...
- 10-03-2005 #1
A little issue with mount...
So I was mounting my USB drive, and the following came up:
So I went to /dev, and no sd* devices were there...What gives? Is this because I recently upgraded my kernel?Code:$ mount -t vfat /dev/sda1 /usbdrive/ mount: special device /dev/sda1 does not exist
Thanks for the help!
- 10-03-2005 #2Just Joined!
- Join Date
- Jan 2005
- Location
- Topeka, KS, USA
- Posts
- 88
I don't know why they'd be missing, but you should be able to use the MAKEDEV command to recreate any that you need. I think running
should do the trick.Code:/dev/MAKEDEV /dev/sda
- 10-03-2005 #3
This is the output I got from that:
Do I need some sort of special modules loaded to do this?Code:root@Rob:/dev# ./MAKEDEV /dev/sda ./MAKEDEV: don't know how to make device "/dev/sda"
- 10-04-2005 #4Linux User
- Join Date
- Aug 2005
- Location
- Italy
- Posts
- 401
See the man page of MAKEDEV for further informations.Code:cd /dev MAKEDEV sda
Then, when you attach the USB drive, see the dmesg output (as root). You will see messages about your USB drive. The messages specify wich device you should mount to use that USB drive.When using Windows, have you ever told "Ehi... do your business?"
Linux user #396597 (http://counter.li.org)


Reply With Quote
