Results 1 to 7 of 7
The command used to format a new partition /dev/hda6 with ext3 file system (1 block = 1024 bytes, inode = 512 bytes)?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-10-2013 #1Just Joined!
- Join Date
- Nov 2012
- Posts
- 32
how to format
The command used to format a new partition /dev/hda6 with ext3 file system (1 block = 1024 bytes, inode = 512 bytes)?
- 01-10-2013 #2
Use mkfs.ext3 and check mkfs.ext3 --help option.
First they ignore you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-----
FOSS India Award winning ext3fs Undelete tool www.giis.co.in. Online Linux Terminal http://www.webminal.org
- 01-10-2013 #3
Are you sure its /dev/hda6? hdX device name has been discontinued a long time back. Execute fdisk -l command with root privileges to check exact device name assigned to your Hard disk.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-11-2013 #4Just Joined!
- Join Date
- Nov 2007
- Posts
- 5
/dev/hdX has not been discontinued
I have to make a clarification. The /dev/hdX device name has not been discontinued as that notation belongs to IDE Disks, by the other side, SATA disks use /dev/sdX notation.
So, you should use the "mkfs.ext3 /dev/hdX" command if you have IDE disks, or change the parameter for /dev/sdX if you have SATA disks.
- 01-11-2013 #5iirc, Latest kernels don't use separate notations for IDE or SATA disks now. sd is being used for all types of disks.
Originally Posted by scampuzano
I have a few old machines have IDE disks running Debian. Latest kernels ( I think 2.6.x onwards) have assigned sd device names to the disks in those machines.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-11-2013 #6forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
- 01-11-2013 #7
It depends on what disk driver you have selected. The PATA/SATA driver can drive both SATA and IDE disks but always gives them sd names. I think all stock kernels use this now. But if you build your own kernel and select the old IDE driver, you get hd names.
"I'm just a little old lady; don't try to dazzle me with jargon!"


Reply With Quote

