
ntfs-3g software installation tutorial:
1.Install FUSEmodule
NTFS-3G relies on FUSE support, so first unzip and install FUSE
tar-xvzffuse-***.tar.gz
cdfuse-***
./configure
make
makeinstall
2. Unzip and install NTFS-3G
tar-xvzfntfs-3g-***.tar.gz
cdntfs-3g-***
./configure
make
makeinstall
After that, the system will prompt that the installation is successful. Now you can use ntfs-3g to read and write the NTFS partition.
Tips for using ntfs-3g software:
1. First get the NTFS partition information
sudofdisk-l|grepNTFS
2. Set the mount point and use the following command to mount it
mount-tntfs-3g
For example, the obtained NTFS partition information is /dev/sdb1, and the mount point is set under /mnt/ntfs_disk. You can use
mount-tntfs-3g/dev/sdb1/mnt/ntfs_disk
Or use it directly
ntfs-3g/dev/sdb1/mnt/ntfs_disk
3. If you want to implement automatic mounting at boot, you can add the following format statement in /etc/fstab
This can realize the display of Chinese file names in the NTFS partition.
4. Unmounting a partition can be achieved using umount. Use
umount
or
umount
ntfs-3g software update log:
The new version mainly makes many improvements in the processing of UTF-8 character set, mainly including the following aspects:
Built-in, transparent support for UTF-8 conversion. This solves all the problems described here, even more hidden and inaccessible filenames with ethnic characteristics.
New: Support for getting/setting file creation timestamp on OSX.
Fix: An extended property was corrupted if the new property's size was smaller than the original size.
Fixed: Memory leak if an extended attribute or alternate data stream could not be opened.
Fix: Report error if filename cannot be listed in a directory read.
Change: The 'locale=' mount option is not used to convert filename characterset. Instead filenames are always converted to UTF-8.
Huajun editor recommends:
NTFS-3G is an open source project developed and maintained by Tuxera. The purpose of the software is to provide an NTFS partition driver for Linux. Interested users can download and use it at Huajun Software Park. In addition, there are many similar software of the same type available for download, such as:DebianFor Linux,COSCO Kirin iAudit operation and maintenance audit system centos7 installation package,Nut Cloud (32bit) For Linux,7-Zip,WPS Office For Linux DEBWait.


















Useful
Useful
Useful