Setup ntfs » Historie » Version 1
Jeremias Keihsler, 12.01.2017 11:46
| 1 | 1 | Jeremias Keihsler | h1. Install ntfs-support |
|---|---|---|---|
| 2 | |||
| 3 | h2. Requirements |
||
| 4 | |||
| 5 | To install ntfs-support you will need the following: |
||
| 6 | * a installed and supported operating system (e.g. CentOS 7.x) |
||
| 7 | * root-access |
||
| 8 | * a fast internet connection |
||
| 9 | * repo: [[repo_epel|EPEL]] |
||
| 10 | |||
| 11 | h2. Preliminary Note |
||
| 12 | |||
| 13 | This procedure is based on a documentation supplied by http://wiki.centos.org/TipsAndTricks/NTFS |
||
| 14 | |||
| 15 | There is no native support for NTFS, so use this filesystem on your own risk. |
||
| 16 | |||
| 17 | *do not use encrypted ntfs* |
||
| 18 | |||
| 19 | h2. Install |
||
| 20 | |||
| 21 | Install @ntfs-3g@: |
||
| 22 | |||
| 23 | <pre><code class="bash"> |
||
| 24 | yum install ntfs-3g |
||
| 25 | </code></pre> |