Setup ntfs » Historie » Version 2
  Jeremias Keihsler, 12.01.2017 10:07 
  
| 1 | 1 | Jeremias Keihsler | h1. Install ntfs-support  | 
|---|---|---|---|
| 2 | |||
| 3 | h2. Requirements  | 
||
| 4 | |||
| 5 | To install rdesktop you will need the following:  | 
||
| 6 | * a installed and supported operating system (e.g. CentOS 6.x)  | 
||
| 7 | * root-access  | 
||
| 8 | * a fast internet connection  | 
||
| 9 | * repo: [[repo_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 | 2 | Jeremias Keihsler | *There is no native support for NTFS, so use this filesystem on your own risk.*  | 
| 16 | 1 | Jeremias Keihsler | |
| 17 | 2 | Jeremias Keihsler | *do not use encrypted ntfs*  | 
| 18 | 1 | Jeremias Keihsler | |
| 19 | h2. Install  | 
||
| 20 | |||
| 21 | Install @fuse@ and @fuse-ntfs-3g@:  | 
||
| 22 | |||
| 23 | <pre><code class="bash">  | 
||
| 24 | yum install fuse fuse-ntfs-3g  | 
||
| 25 | </code></pre>  |