Ntfs-3g
From M1Research
(Difference between revisions)
Revision as of 09:49, 23 October 2007
For mounting ntfs partitions under linux we will use ntfs-3g packet, which can be downloaded for example from search page http://rpm.pbone.net/
This example is for Fedora 6.
1. Current work directory
[root@bm rpms]# pwd /usr/src/rpms
2. Download ntfs-3g-devel-1.913-2.fc6.i386.rpm :
[root@bm rpms]# wget ftp://mirror.switch.ch/mirror/fedora/linux/extras/6/i386/ntfs-3g-devel-1.913-2.fc6.i386.rpm --11:39:08-- ftp://mirror.switch.ch/mirror/fedora/linux/extras/6/i386/ntfs-3g-devel-1.913-2.fc6.i386.rpm => `ntfs-3g-devel-1.913-2.fc6.i386.rpm' Resolving mirror.switch.ch... 130.59.10.35, 130.59.10.34, 2001:620:0:8:203:baff:fe52:38e6, ... Connecting to mirror.switch.ch|130.59.10.35|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /mirror/fedora/linux/extras/6/i386 ... done. ==> SIZE ntfs-3g-devel-1.913-2.fc6.i386.rpm ... 61648 ==> PASV ... done. ==> RETR ntfs-3g-devel-1.913-2.fc6.i386.rpm ... done. Length: 61648 (60K) 100%[===========================================>] 61,648 20.4K/s in 3.0s 11:39:30 (20.4 KB/s) - `ntfs-3g-devel-1.913-2.fc6.i386.rpm' saved [61648]
3. Now we will try to install downloaded package:
[root@bm rpms]# rpm -vhi ntfs-3g-devel-1.913-2.fc6.i386.rpm warning: ntfs-3g-devel-1.913-2.fc6.i386.rpm: Header V3 DSA signature: NOKEY, key ID 1ac70ce6 error: Failed dependencies: libntfs-3g.so.12 is needed by ntfs-3g-devel-1.913-2.fc6.i386 ntfs-3g = 2:1.913-2.fc6 is needed by ntfs-3g-devel-1.913-2.fc6.i386
but we see that some failed dependencies are present, so we will try to find them and then continue installation.
3.1