linux fstab配置ntfs硬盘格式


添加ntfs支持
$sudo pacman -S ntfs-3g
$sudo vim /etc/fstab
-----------
# Static information about the filesystems.
# See fstab(5) for details.
 
# <file system> <dir> <type> <options> <dump> <pass>
UUID=9ad0c1b9-a42d-46e4-afaf-d479effaaed2 / ext4 defaults 0 1
UUID=F78C759D41932190 /home/zhangshaojian/0 ntfs defaults,auto,uid=1000,gid=1000,umask=002,iocharset=utf8 0 0
-----------


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM