demoninside said:
I think PCQ 2005 if FC3 based, which still do not support NTFS mounting as far as i know............
PCQLinux 2005 comes preloaded with Ntfs kernel.
sinu, if the ntfs-kernel is not installed or if it is corrupt then type:
and note down the kernel version of Fedora Core 3 and then go to *linux-ntfs.sourceforge.net/rpm/downloads.html and download the matching ntfs-kernel rpm and install it.
then, simply edit fstab file and add this line:
Code:
/dev/hda1 /mnt/ntfsdrive ntfs ro,umask=0222 0 0
you can also specify
uid and
gid if you want.
where I assume that
hda1 is the partition that you want to mount and
ntfsdrive is the destination folder for mounting.
upon reboot, you will be able to access your selected windows partition from linux.
But remember that Linux doesn't have write access to ntfs partitions.