Linux系统下mkexfatfs命令详解

简介

exfat可以看作是 FAT32 的64位升级版,功能不如 NTFS,但是解决了文件和分区的大小问题,两者最大都可以到 128PB。由于 Mac 和 Linux 电脑可以读写这种系统,所以移动硬盘的文件系统可以改成它。

操作

 mkexfatfs  [ -i volume-id ] [ -n volume-name ] [ -p partition-first-sector ] [ -s sectors-per-cluster ] [ -v ] device

参数详解

   -i volume-id
          A 32-bit hexadecimal number. By default a value based on current time is set.
   -n volume-name
          Volume name (label), up to 15 characters. By default no label is set.
   -p partition-first-sector
          First sector of the partition starting from the beginning of the whole disk.  exFAT
          super block has a field for this value but in  fact  it's  optional  and  does  not
          affect anything. Default is 0.
   -s sectors-per-cluster
          Number  of  physical  sectors per cluster (cluster is an allocation unit in exFAT).
          Must be a power of 2, i.e. 1, 2, 4, 8, etc. Cluster size  can  not  exceed  32  MB.
          Default cluster sizes are: 4 KB if volume size is less than 256 MB, 32 KB if volume
          size is from 256 MB to 32 GB, 128 KB if volume size is 32 GB or larger.
   -v     Print version and copyright.

实例

[root@localhost /]#  mkexfatfs -n exfat -s 128  /dev/sdb1
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值