mulhern
08-23-2001, 06:33 PM
I was hoping someone can resolve this for me.
I am using RH 7.0 and I have updated the utils-linux-2.10s-13.7.i386.rpm , which is the package that "mkfs" is located.
I am adding an additional harddrive to my server. It was a primary drive on another machine, which I canibalized for the server.
1. Installed it and was recognized by the machine as hdc.
2. Used fdisk to delete all old hdaX partitions.
3. I had problems eliminating the boot sector, used "cfdisk" to eliminate the boot sector and created an logical partition.
4. With the drive unmounted, I tried to use mkfs to create a new filesystem using:
[root@miigas /]# mkfs.ext2 -v /dev/hdc1
mke2fs 1.18, 11-Nov-1999 for EXT2 FS 0.5b, 95/08/09
( I also used mkfs and mke2fs with the same options and arguements, with the same result).
THE RESULT:
It seems to be a runnaway process that does not execute making a filesystem. It hangs and never finishes. I used the verbose option to see activity.
Questions:
- Am I doing this right ?
- What is the proper syntax to execute this action?
Help me! :confused:
mulhern
I am using RH 7.0 and I have updated the utils-linux-2.10s-13.7.i386.rpm , which is the package that "mkfs" is located.
I am adding an additional harddrive to my server. It was a primary drive on another machine, which I canibalized for the server.
1. Installed it and was recognized by the machine as hdc.
2. Used fdisk to delete all old hdaX partitions.
3. I had problems eliminating the boot sector, used "cfdisk" to eliminate the boot sector and created an logical partition.
4. With the drive unmounted, I tried to use mkfs to create a new filesystem using:
[root@miigas /]# mkfs.ext2 -v /dev/hdc1
mke2fs 1.18, 11-Nov-1999 for EXT2 FS 0.5b, 95/08/09
( I also used mkfs and mke2fs with the same options and arguements, with the same result).
THE RESULT:
It seems to be a runnaway process that does not execute making a filesystem. It hangs and never finishes. I used the verbose option to see activity.
Questions:
- Am I doing this right ?
- What is the proper syntax to execute this action?
Help me! :confused:
mulhern