Difference between revisions of "Suse 12 Install NTFS support"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>Suse|Suse</yambe:breadcrumb> =Suse 12 Install NTFS support= To enable NTFS support in Suse 12 SP2 use: # zypper ar "http://download.opensuse.org/repositorie...") |
m |
||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[Suse]] > [[Suse 12 Install NTFS support]] | |||
To enable NTFS support in Suse 12 SP2 use: | To enable NTFS support in Suse 12 SP2 use: | ||
Line 11: | Line 10: | ||
</pre> | </pre> | ||
should work on NTFS partitions also. | should work on NTFS partitions also. | ||
[[Main Page|Home]] > [[Suse]] > [[Suse 12 Install NTFS support]] |
Latest revision as of 02:53, 6 April 2022
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.