Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Just 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?

  2. #2
    Linux Engineer
    Join Date
    Oct 2004
    Location
    Vancouver
    Posts
    1,366
    have you tried /dev/sdb?
    Operating System: GNU Emacs

  3. #3
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Did you plug it in the same usb port? Have you tried /dev/sda2 or /dev/sda3?

    Bryan
    Looking 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.

  4. #4
    Just Joined!
    Join Date
    Mar 2005
    Location
    Kansas
    Posts
    30
    # 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
    Yes, the flash drive is plugged in. Looking at my file browers in /dev, it the list skips from sda to sequencer.

  5. #5
    Linux Engineer
    Join Date
    Oct 2004
    Location
    Vancouver
    Posts
    1,366
    did you recently upgrade to a 2.6 kernel?
    Operating System: GNU Emacs

  6. #6
    Just Joined!
    Join Date
    Jan 2005
    Location
    Topeka, KS, USA
    Posts
    88
    Have you attempted to run the MAKEDEV command?
    Code:
    cd /dev/
    ./MAKEDEV sda
    I'm not sure on that syntax, but those commands should attempt to recreate the file in the dev folder.

  7. #7
    Linux 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

  8. #8
    Just 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

  9. #9
    Just Joined!
    Join Date
    Mar 2005
    Location
    Kansas
    Posts
    30
    Quote Originally Posted by ericrun
    Have you attempted to run the MAKEDEV command?
    Code:
    cd /dev/
    ./MAKEDEV sda
    I'm not sure on that syntax, but those commands should attempt to recreate the file in the dev folder.
    This works, but I have to do it every time I log in.

  10. #10
    Linux Guru AlexK's Avatar
    Join Date
    Feb 2005
    Location
    Earth
    Posts
    3,379

    Re: Cudnt mount my Dell 128 MB Memory Key

    Quote Originally Posted by selva_shankar
    hello people
    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 what 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
    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.
    Life is complex, it has a real part and an imaginary part.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •