【火急】如何在SUSE下将NTFS的移动硬盘格式化为ext3的??
在SUSE Linux下加载的移动硬盘(ntfs格式)
想把它格式化为 ext3
但是以下操作始终不成功
请高手不吝赐教
多谢
以下是我操作的指令,有哪里不对的吗?
fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 19457 156288321 7 HPFS/NTFS
#
# mount
rootfs on / type rootfs (rw)
/dev/root on / type yaffs2 (rw)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw)
none on /tmp type tmpfs (rw)
/dev/mtdblock9 on /var type yaffs2 (rw)
10.71.141.57:/home/nfshome/fantianqi/mount on /mnt type nfs (rw,vers=3,rsize=32768,wsize=32768,hard,proto=udp,timeo=7,retrans=3,sec=sys,addr=10.71.141.57)
/dev/sda1 on /tmp/udisk1 type ntfs (ro,uid=0,gid=0,fmask=0177,dmask=077,nls=iso8859-1,errors=continue,mft_zone_multiplier=1)
# mke2fs -j /tmp/udisk1
mke2fs 1.40.8 (13-Mar-2008)
/tmp/udisk1 is not a block special device.
Proceed anyway? (y,n) y
mke2fs: Device size reported to be zero. Invalid partition specified, or
partition table wasn't reread after running fdisk, due to
a modified partition being busy and in use. You may need to reboot
to re-read your partition table.