当前位置: 技术问答>linux和unix
【火急】如何在SUSE下将NTFS的移动硬盘格式化为ext3的??
来源: 互联网 发布时间:2016-07-03
本文导语: 本帖最后由 boborookie 于 2009-08-25 11:11:29 编辑 在SUSE Linux下加载的移动硬盘(ntfs格式) 想把它格式化为 ext3 但是以下操作始终不成功 请高手不吝赐教 多谢 以下是我操作的指令,有哪里不对的吗? fdisk -l Disk /dev/sda...
想把它格式化为 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.
|
fdisk /dev/sda
接下来按:
d
n
p
回车
回车
t
输入83
w
mkfs.ext3 /dev/sda1
接下来按:
d
n
p
回车
回车
t
输入83
w
mkfs.ext3 /dev/sda1
|
删除
重建
格式化
重建
格式化
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。