View previous topic :: View next topic |
Author |
Message |
iarkin n00b
Joined: 04 Apr 2003 Posts: 18 Location: Left at Sirius, second star to the right
|
Posted: Thu Jul 17, 2003 6:42 pm Post subject: i have hda[1 through 6] but in /dev there's only hda[1-4] |
|
|
Code: |
My partition table:
/dev/hda1 FAT32
/dev/hda2 Linux
/dev/hda3 Linux
/dev/hda4 Extended
/dev/hda5 Linux Swap
/dev/hda6 Linux
|
Now, the problem is that in my /dev there's only hda1-4 ... i have no means of accessing my swap (hda5) or the last partition (hda6).
Any ideas on what the problem might be and/or how i fix it?
Thanks,
/iarkin |
|
Back to top |
|
|
neuron Advocate
Joined: 28 May 2002 Posts: 2371
|
Posted: Thu Jul 17, 2003 7:31 pm Post subject: |
|
|
you don't have more than 4 primary partitions, the rest are under an extended partition.
should be able to mount em fine though.
tried fdisk /dev/hdX, see what that says? |
|
Back to top |
|
|
|