Results 1 to 5 of 5
I tried installing ntfs-3g. All went fine, installed fuse and ntfs. So now I am right here:
If there was no error during installation then the NTFS volume can be ...
- 04-03-2007 #1
mount windows
I tried installing ntfs-3g. All went fine, installed fuse and ntfs. So now I am right here:
But there is nothing in /mnt. With what should I replace it?If there was no error during installation then the NTFS volume can be mounted in read-write mode for everybody as follows. Unmount the volume if it had already been mounted, replace /dev/hda1 and /mnt/windows, if needed.
- 04-03-2007 #2
replace ntfs with ntfs-3g in /etc/fstab file. if you are mounting NTFS partition manually, execute this
Code:mount -t ntfs-3g <partition> <mount_point> -o defaults,umask=0
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-03-2007 #3
I should have been more specific
the output isCode:mount -t ntfs-3g /dev/hda1 /mnt/windows
so where is my mountpoint. I am following directions from herefusermount: failed to access mountpoint /mnt/windows: No such file or directory
FUSE mount point creation failed
Unmounting /dev/hda1 ()
- 04-03-2007 #4you didn't create 'windows' folder in /mnt. create it first.fusermount: failed to access mountpoint /mnt/windows: No such file or directoryIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-03-2007 #5
Done. Thanks for one more time


Reply With Quote