Results 1 to 10 of 13
I have not a clue how this happened, but /dev/sda1 has gone missing from my system. I know that I didn't accidently delete it (I'm not that stupid), but it's ...
- 11-20-2005 #1Just Joined!
- Join Date
- Mar 2005
- Location
- Kansas
- Posts
- 30
/dev/sda1 missing
I have not a clue how this happened, but /dev/sda1 has gone missing from my system. I know that I didn't accidently delete it (I'm not that stupid), but it's gone. One minute it was there and I was using it with a flash drive, then I umounted it, put another flash drive in, and /dev/sda1 was missing when I tried to mount it up. Any idea how to fix this?
- 11-20-2005 #2Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
have you tried /dev/sdb?
Operating System: GNU Emacs
- 11-20-2005 #3
Did you plug it in the same usb port? Have you tried /dev/sda2 or /dev/sda3?
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 11-21-2005 #4Just Joined!
- Join Date
- Mar 2005
- Location
- Kansas
- Posts
- 30
Yes, the flash drive is plugged in. Looking at my file browers in /dev, it the list skips from sda to sequencer.# mount -t vfat /dev/sdb /media/usbflash
mount: special device /dev/sdb does not exist
# mount -t vfat /dev/sdb1 /media/usbflash
mount: special device /dev/sdb1 does not exist
# mount -t vfat /dev/sda2 /media/usbflash
mount: special device /dev/sda2 does not exist
# mount -t vfat /dev/sda3 /media/usbflash
mount: special device /dev/sda3 does not exist
# mount -t vfat /dev/sda /media/usbflash
mount: /dev/sda is not a valid block device
- 11-21-2005 #5Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
did you recently upgrade to a 2.6 kernel?
Operating System: GNU Emacs
- 11-21-2005 #6Just Joined!
- Join Date
- Jan 2005
- Location
- Topeka, KS, USA
- Posts
- 88
Have you attempted to run the MAKEDEV command?
I'm not sure on that syntax, but those commands should attempt to recreate the file in the dev folder.Code:cd /dev/ ./MAKEDEV sda
- 11-22-2005 #7Linux User
- Join Date
- Apr 2005
- Location
- Ohio
- Posts
- 326
did you tail /var/log/messages after plugging in the new device ? it should tell you what ID it has assigned the USB drive..
far...out
- 11-25-2005 #8Just Joined!
- Join Date
- Nov 2005
- Posts
- 4
Cudnt mount my Dell 128 MB Memory Key
hello ppl
i have an IBM Thinkpad (Pentium MMX with Debian Woody)..
my USB drive (Dell 128 MB Memory Key) doesnt get recognized in this box..
i tried sda2,sda3,sdb, MAKEDEV...
if i enter the foll:
mount /dev/sda /mnt/usb_flash
(or)
mount /dev/sda /mnt/usbflash
this is wat i get:
mount:the kernel does not recognize /dev/sda as a block device (maybe 'insmod driver'?)
any suggestions...
pls do reply..
thanks a lot
- 11-27-2005 #9Just Joined!
- Join Date
- Mar 2005
- Location
- Kansas
- Posts
- 30
This works, but I have to do it every time I log in.
Originally Posted by ericrun
- 11-27-2005 #10
Re: Cudnt mount my Dell 128 MB Memory Key
try compiling your kernel with scsi support and usb mass storage. I know this documentation is for gentoo, but if you enable those options when you compile your kernel, you can have support for usb.
Originally Posted by selva_shankar Life is complex, it has a real part and an imaginary part.



