Setup ntfs » Historie » Version 1
Jeremias Keihsler, 12.01.2017 10:06
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 | +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 @fuse@ and @fuse-ntfs-3g@: |
||
22 | |||
23 | <pre><code class="bash"> |
||
24 | yum install fuse fuse-ntfs-3g |
||
25 | </code></pre> |