try it without the #
enter roots password
furthermore you do not need the livina repo install to install the ntfs rpm
this is a rather easy process.
1 obtain your running kernel version
2. navigate the the ntfs project site
http://www.linux-ntfs.org/content/view/187/
Select your rpm the MATCHES your kernel version from above
So if you have
2.6.17-1.2157_FC5 from the
uname -r command then you would select
i686 in the same row as that kernel version.
Follow the instructions to download the rpm. Save the RPM to your Desktop
3. Installing
Double Click the Rpm. Enter Roots Password. When prompted to install or not to install because the package is not signed, click install anyway.
4. Create a mount point
will list out the drives
Quote:
fdisk -l
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 4677 37567971 7 HPFS/NTFS
/dev/hda2 4678 9729 40580190 f W95 Ext'd (LBA)
/dev/hda5 4678 7227 20482843+ 7 HPFS/NTFS
/dev/hda6 7228 8454 9855846 b W95 FAT32
/dev/hda7 8455 9729 10241406 b W95 FAT32
Disk /dev/hdb: 20.4 GB, 20416757760 bytes
255 heads, 63 sectors/track, 2482 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 83 Linux
/dev/hdb2 14 2308 18434587+ 83 Linux
/dev/hdb3 2309 2438 1044225 82 Linux swap / Solaris
|
See /dev/hda1 says NTFS That your C Drive
So as root
Code:
mkdir /media/C-Drive
then mout the drive
Code:
mount /dev/hda1 /media/C-Drive -t ntfs -o umask=0002,nls=utf8