linux格式化u盘为ntfs格式,Linux上格式化U盘为NTFS格式

思路,删除原有windows的fat分区,新建主分区,格式化为ntfs:

CentOS release 5.6 (Final)

Kernel 2.6.18-238.12.1.el5 on an x86_64

sunrise login: simonsun

Password:

Last login: Sun Apr  3 10:31:16 on tty2

[simonsun@sunrise ~]$   Vendor: Kingston  Model: DataTraveler 130  Rev: 1.00

Type:   Direct-Access                      ANSI SCSI revision: 02

SCSI device sdb: 7827456 512-byte hdwr sectors (4008 MB)

sdb: Write Protect is off

sdb: assuming drive cache: write through

SCSI device sdb: 7827456 512-byte hdwr sectors (4008 MB)

sdb: Write Protect is off

sdb: assuming drive cache: write through

sd 5:0:0:0: Attached scsi removable disk sdb

sd 5:0:0:0: Attached scsi generic sg1 type 0

[simonsun@sunrise ~]$ sudo /sbin/fdisk -l

Disk /dev/sda: 320.0 GB, 320072933376 bytes

255 heads, 63 sectors/track, 38913 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot      Start         End      Blocks   Id  System

/dev/sda1   *           1          13      104391   83  Linux

/dev/sda2              14       38913   312464250   8e  Linux LVM

Disk /dev/sdb: 4007 MB, 4007657472 bytes

124 heads, 62 sectors/track, 1018 cylinders

Units = cylinders of 7688 * 512 = 3936256 bytes

Device Boot      Start         End      Blocks   Id  System

/dev/sdb1               1        1018     3913161    b  W95 FAT32

[simonsun@sunrise ~]$sudo /sbin/fdisk /dev/sdb

Command (m for help): d

Selected partition 1

Command (m for help): w

The partition table has been altered!

Calling ioctl() to re-read partition table.

SCSI device sdb: 7827456 512-byte hdwr sectors (4008 MB)

sdb: Write Protect is off

sdb: assuming drive cache: write through

SCSI device sdb: 7827456 512-byte hdwr sectors (4008 MB)

sdb: Write Protect is off

sdb: assuming drive cache: write through

Syncing disks.

[simonsun@sunrise ~]$ sudo /sbin/fdisk /dev/sdb

Command (m for help): n

Command action

e   extended

p   primary partition (1-4)

p

Partition number (1-4): 1

First cylinder (1-1018, default 1):

Using default value 1

Last cylinder or +size or +sizeM or +sizeK (1-1018, default 1018):

Using default value 1018

Command (m for help): w

The partition table has been altered!

Calling ioctl() to re-read partition table.

SCSI device sdb: 7827456 512-byte hdwr sectors (4008 MB)

sdb: Write Protect is off

sdb: assuming drive cache: write through

SCSI device sdb: 7827456 512-byte hdwr sectors (4008 MB)

sdb: Write Protect is off

sdb: assuming drive cache: write through

Syncing disks.

[simonsun@sunrise ~]$sudo /sbin/mkfs -t ntfs /dev/sdb1

Cluster size has been automatically set to 4096 bytes.

Initializing device with zeroes: 100% - Done.

Creating NTFS volume structures.

mkntfs completed successfully. Have a nice day.

[simonsun@sunrise ~]$

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值