| Please fill in your comments below: | |||||||||
mount -t ntfs /dev/md0 /xp
I get this error:
mount: unknown filesystem type 'ntfs'
The solution on LinuxQuestions.org is to install the ntfs-3g package.
This works fine, but the next problem is that the drive is actually a RAID device. The solution, found on Fedora Forums, is to mount the partition found in /dev/mapper/, eg, mine was /dev/mapper/nvidia_ajffijefp1 - use the one ending in p and a number. My line in /etc/fstab looks like this:
/dev/mapper/nvidia_ajffijefp1 /xp ntfs-3g defaults 0 0
| Please fill in your comments below: | |||||||||
There are two solutions to this I guess:
| Please fill in your comments below: | |||||||||
Apparently what you need to use instead is cifs, eg:
mount -t cifs //windows_pc/sharename /mnt/otherpc
John is lead developer of Blurtit.com, Qhub.com and other exciting Web projects.
|
| Macmillan Cancer Support |
|
| Become an Organ Donor! |
|
| Become a Blood Donor! |
|
| The Cyclists Defence Fund! |