LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Big problem (https://www.linuxquestions.org/questions/linux-from-scratch-13/big-problem-26117/)

rverlander 07-19-2002 03:05 AM

Big problem
 
It said to do that command but I got this error:

[root@wowrack dev]# mke2fs /dev/hda11
mke2fs 1.27 (8-Mar-2002)
mke2fs: No such device or address while trying to determine filesystem size
[root@wowrack dev]#


HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

dorward 07-19-2002 03:35 AM

It looks like you don't have a partition number 11 on your hard disk.

Try getting a listing of available partitions:
Code:

fdisk -l

rverlander 07-19-2002 03:37 AM

it said:

[root@wowrack dev]# fdisk -l

Disk /dev/hdc: 255 heads, 63 sectors, 524 cylinders
Units = cylinders of 16065 * 512 bytes

Device Boot Start End Blocks Id System
/dev/hdc1 * 1 6 48163+ 83 Linux
/dev/hdc2 7 310 2441880 83 Linux
/dev/hdc3 311 421 891607+ 83 Linux
/dev/hdc4 422 524 827347+ 5 Extended
/dev/hdc5 422 470 393561 83 Linux
/dev/hdc6 471 503 265041 83 Linux
/dev/hdc7 504 524 168651 82 Linux swap
[root@wowrack dev]#

dorward 07-19-2002 07:26 AM

hmm... according to that you don't have a hard disk on your primary IDE connector AND the hard disk you do have doesn't have a partition number 11. So there is no reason why it should be possible to create a file systems on partition 11 of the primary master!

rverlander 07-19-2002 07:32 AM

well WHAT SHOULD I TYPE FOR THAT BIT?

dorward 07-19-2002 08:19 AM

It depends what you want to achieve.

rverlander 07-19-2002 08:37 AM

Never mind, I worked it out :)


All times are GMT -5. The time now is 06:39 AM.