Linux自动挂载


1

我必须在Linux上自动挂载NTFS驱动器。我使用的linux是ubuntu。并且有没有办法强制安装NTFS驱动器,以防Windows未正确关闭

linux 

Answers:


2

如果您使用的是ntfs-3g,则可以使用-force选项

ntfs-3g /dev/sda1 /mnt/windows -o force

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.