The number of cylinders for this disk is set to 10402. There is nothing wrong with that, but this is larger than 1024, and could in certain setups cause problems with: 1) software that runs at boot time (e.g., old versions of LILO) 2) booting and partitioning software from other OSs Command (m for help): p Partition number (1-4): First cylinder (1-10402, default 1): Using default value 1 Last cylinder or +size or +sizeM or +sizeK (1-10402, default 10402): Command (m for help): |
|
[root@server ~]# mke2fs 1.39 (29-May-2006) Filesystem label= OS type: Linux Block size=1024 (log=0) Fragment size=1024 (log=0) 122400 inodes, 488848 blocks 24442 blocks (5.00%) reserved for the super user First data block=1 Maximum filesystem blocks=67633152 60 block groups 8192 blocks per group, 8192 fragments per group 2040 inodes per group Superblock backups stored on blocks: Writing inode tables: done Creating journal (8192 blocks): done Writing superblocks and filesystem accounting information: done This filesystem will be automatically checked every 27 mounts or 180 days, whichever comes first. [root@server ~]# |
Root#mount /dev/hda1 /mnt/rhce01 |
root# LABEL=/1 tmpfs devpts sysfs proc LABEL=SWAP-sda3 /dev/hda1 |
Command (m for help): n
Command action
e extended
p primary partition (1-4)
输入:e
Partition number (1-4): 1
First cylinder (1-9729, default 1):回车
Last cylinder or +size or +sizeM or +sizeK (1-9729, default 9729):回车
Command (m for help):w(保存退出)
mkfs -t ext3 /dev/sda1
Writing superblocks and filesystem accounting information:直接回车。
mount /dev/sda1 /test
编辑/etc/fstab 文件
添加:/dev/sda1 /test ext3 defaults 1 1