Suse 12 Install NTFS support
From Notes_Wiki
Home > Suse > Suse 12 Install NTFS support
To enable NTFS support in Suse 12 SP2 use:
- zypper ar "http://download.opensuse.org/repositories/filesystems/SLE_12_SP2/" filesystems"
- zypper in ntfs-3g
After this regular mount command:
mount <device> <folder>
should work on NTFS partitions also.