View previous topic :: View next topic |
Author |
Message |
opentaka l33t
Joined: 18 Feb 2005 Posts: 840 Location: Japan
|
Posted: Fri Sep 02, 2005 6:37 pm Post subject: Where is my sda?? |
|
|
hi, i have noticed my /dev/sda is gone. well whole sda,sda1,sda2,sda* are gone, in dmesg, when I plug-in usb stick it reconizes as sda, nothing errors.
but i cant mount them because /dev/sda is missing. but sdb is there. so i need to plug another usb stick 1st, let it reconize as sda, then i need to plug my usb so it will reconize as sdb and then i can mount it.
is there anyway making those /dev/sda /dev/sda1 /dev/sda2 etc back? i tried touch /dev/sda but it wasnt e solution.
excuse i cannot most my emerge info because im on different machine and my problem box is offline.
but it was there before, its not anymore, i donno know why.never changed kernel, no errors in dmesg.
thx _________________ "Being defeated is often a temporary condition. Giving up is what makes it permanent" - Marilyn vos Savant
|
|
Back to top |
|
|
Dlareh Advocate
Joined: 06 Aug 2005 Posts: 2102
|
Posted: Fri Sep 02, 2005 8:27 pm Post subject: |
|
|
Code: | fdisk -l
ls /dev/u* |
_________________ "Mr Thomas Edison has been up on the two previous nights discovering 'a bug' in his phonograph." --Pall Mall Gazette (1889)
Are we THERE yet? |
|
Back to top |
|
|
opentaka l33t
Joined: 18 Feb 2005 Posts: 840 Location: Japan
|
Posted: Fri Sep 02, 2005 8:52 pm Post subject: |
|
|
Dlareh wrote: | Code: | fdisk -l
ls /dev/u* |
|
Code: |
wkstn ~ # fdisk -l
Disk /dev/hda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 7 56196 83 Linux
/dev/hda2 8 81 594405 83 Linux
/dev/hda3 82 2514 19543072+ 83 Linux
/dev/hda4 2515 10011 60219652+ 83 Linux
|
Code: |
wkstn ~ # ls /dev/u*
/dev/urandom
|
_________________ "Being defeated is often a temporary condition. Giving up is what makes it permanent" - Marilyn vos Savant
|
|
Back to top |
|
|
kueitao Apprentice
Joined: 22 Jan 2005 Posts: 241
|
Posted: Sat Sep 03, 2005 2:17 am Post subject: Re: Where is my sda?? |
|
|
antiwmac wrote: | hi, i have noticed my /dev/sda is gone. well whole sda,sda1,sda2,sda* are gone, in dmesg, when I plug-in usb stick it reconizes as sda, nothing errors.
but i cant mount them because /dev/sda is missing. but sdb is there. so i need to plug another usb stick 1st, let it reconize as sda, then i need to plug my usb so it will reconize as sdb and then i can mount it.
is there anyway making those /dev/sda /dev/sda1 /dev/sda2 etc back? i tried touch /dev/sda but it wasnt e solution.
excuse i cannot most my emerge info because im on different machine and my problem box is offline.
but it was there before, its not anymore, i donno know why.never changed kernel, no errors in dmesg.
thx |
So you say that /dev/sda has disappeared? And you only have /dev/sdb to be used for mounting USB block devices?
Try to mknod a new /dev/sda with the same major as /dev/sdb (I remember it should be 180)
If you don't know how to do it, please show me the output of "ls -l /dev/sd*" so then I write the whole command for you to try. |
|
Back to top |
|
|
jmbsvicetto Moderator
Joined: 27 Apr 2005 Posts: 4735 Location: Angra do Heroísmo (PT)
|
Posted: Sat Sep 03, 2005 3:18 am Post subject: |
|
|
Hi antiwmac.
You can see the major and minor nodes for /dev/sda* devices from the following
Code: | atl64 gfxboot # ls -l /dev/sda*
brw-rw---- 1 root disk 8, 0 Ago 21 13:01 /dev/sda
brw-rw---- 1 root disk 8, 1 Ago 21 13:01 /dev/sda1
brw-rw---- 1 root disk 8, 2 Ago 21 13:01 /dev/sda2
brw-rw---- 1 root disk 8, 3 Ago 21 13:01 /dev/sda3
brw-rw---- 1 root disk 8, 4 Ago 21 13:01 /dev/sda4
brw-rw---- 1 root disk 8, 5 Ago 21 13:01 /dev/sda5
brw-rw---- 1 root disk 8, 6 Ago 21 13:01 /dev/sda6
atl64 gfxboot # |
_________________ Jorge.
Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
|
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|