To install on Linux Mint
#apt-get install ntfs-3g
To install on RHEL and Derivatives
# yum install ntfs-3g(Make sure you include the RPMForge Respository. See Installing RPMForge)
Note: To use NTFS-3g
# mount -t ntfs-3g /dev/sda1 /mnt/windows
Linux Toolkits Blog is a scratch-pad of tips and findings on Linux
#apt-get install ntfs-3g
# yum install ntfs-3g(Make sure you include the RPMForge Respository. See Installing RPMForge)
# mount -t ntfs-3g /dev/sda1 /mnt/windows
No comments:
Post a Comment