linux系统如何将硬盘格式改成ntfs
5个回答
展开全部
如何在Linux系统中把硬盘格式化成NTFS分区呢?有下面的方法,不过使用前请先想好,本人不对所造成的后果负责。
以Ubuntu为例,先安装好ntfsprogs,没有的话在终端中执行:sudo apt-get install ntfsprogs安装。
请根据硬盘情况参考。
执行:
sudo mkfs -t ntfs /dev/sdb1
或
sudo mkfs.ntfs /dev/sdb1
或者
sudo mkntfs /dev/sdb1
格式化。如果你觉得速度上要更快的,可以加-f参数,即:
sudo mkntfs -f /dev/sdb1
linux系统的分区不能用ntfs,但linux可以识别出ntfs的分区格式,
系统分区不支持ntfs的,
展开全部
NTFS是为Microsoft的Windows系列操作系统提供文件系统,如果要转换成NTFS,你直接装成windows系统就可以达到效果。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
如果你不破坏你原有的文件,那没办法。如果你重新改动你原来的分区格式,那用fdisk改变分区文件系统就行,但原有数据丢失。
追问
电脑刚买的,没有信息。。请问一下怎样改变分区文件呢?能具体一点吗,谢谢了。
追答
在linux下,用fdisk 删除所有分区就行。如果你不知道磁盘文件名,这里告诉你个方法,linux终端(桌面右键点击可进入终端)下打:
mount
例子如下:
[root@ftptest2 ~]# mount
/dev/cciss/c0d0p3 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/cciss/c0d0p1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
可看到/dev/cciss/c0d0p3 这个就是你根目录磁盘文件(这个每个机器不相同):然后打
fdisk /dev/cciss/c0d0p3
例子如下:[root@ftptest2 ~]# fdisk /dev/cciss/c0d0p3
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.
The number of cylinders for this disk is set to 68207.
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
(e.g., DOS FDISK, OS/2 FDISK)
Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)
Command (m for help):
然后你打m可看到帮助:
Command (m for help): m
Command action
a toggle a bootable flag
b edit bsd disklabel
c toggle the dos compatibility flag
d delete a partition
l list known partition types
m print this menu
n add a new partition
o create a new empty DOS partition table
p print the partition table
q quit without saving changes
s create a new empty Sun disklabel
t change a partition's system id
u change display/entry units
v verify the partition table
w write table to disk and exit
x extra functionality (experts only)
输入p可看到你目前的分区信息,输d可删除分区。那样删除掉就行。
然后你重装windows 7吧。
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
那个是系统顾定的。要不你在格式化硬盘那里选择试下可不可以的。
追问
就是那里选择不了..
追答
那我就不知道怎么改了,除非你换个系统。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你可以先装window再装linux
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询