Results 11 to 17 of 17
Also, if /windows/C .... etc exist, and you get the failure to mount (and it usually does fail the first time), then one can type the work around:
modprobe fuse
...
- 10-12-2006 #11
modprobe fuse when drive fails to mount
Also, if /windows/C .... etc exist, and you get the failure to mount (and it usually does fail the first time), then one can type the work around:
modprobe fuse
This is posted in my post #3 above. Please re-read that post and familiarize yourself with the details.
ntfs-3g driver has a very high data integrity quality, but it is still a beta release. IMHO it is still beta because it has some querks, when it comes to initial installation.
- 10-12-2006 #12
K i got that clear... but just want to make sure on something.
So the WIndows/E directories have to be put in this /etc/init.d/boot.local and /etc/init.d/halt.local directories? Correct?
- 10-12-2006 #13No. just create these directories and execute 'chmod' command.So the WIndows/E directories have to be put in this /etc/init.d/boot.local and /etc/init.d/halt.local directories? Correct?
you can put this code in '/etc/init.d/boot.local'
and this one in '/etc/init.d/halt.local'Code:modprobe fuse ntfs-3g /dev/hdb1 /windows/E -o silent,umask=0,local=en_US.utf8
these codes are for /windows/E only. add lines for C and D too.Code:fusermount -u /windows/E.
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-12-2006 #14
I keep getting this error message
chicken:~ # ntfs-3g /dev/hdb1 /windows/E -o silent,umask=0,local=en_US.utf8
fusermount: bad mount point /windows//E: No such file or directory
fuse_mount failed.
Unmounting /dev/hdb1 (WinXP)
I'm sorry I tried following your posts and it still comes up with that error. I don't get how it doesn't work on this thing. I give up with it. Thanks for trying to help. I don't need it, if I desperately need to use my files, I'll just reboot into Windows. Cheers though.
- 10-12-2006 #15This doesn't make sense. There should NOT be two slashes after windows (ie should not get /windows//). Did you make a typographical error? If you make even the slightest typographical error, this won't work. You have to be 100% exact in the syntax.
Originally Posted by mullet
Do you have a directory called /windows/E, at the same level as /home, /etc, /var, /usr, etc ... ?
Originally Posted by mullet
Please type: "cd /windows/E" and if that works, then type "dir" and tell me what you get.
- 11-08-2006 #16Just Joined!
- Join Date
- Oct 2006
- Posts
- 34
Hi!
Originally Posted by oldcpu
I am trying to set this up. I can get it to work when already logged in and when i type in the command in a terminal.
However I am unsure how to set it up to boot. Following those instructions, i cant help but notice that 'MODULES_LOADED_ON_BOOT=""' isnt in my kernel file. I am using FC5
This is the content of my /etc/sysconfig/kernel
Is it safe to just add 'MODULES_LOADED_ON_BOOT="fuse"' to the end? Making it# UPDATEDEFAULT specifies if new-kernel-pkg should make
# new kernels the default
UPDATEDEFAULT=yes
# DEFAULTKERNEL specifies the default kernel package type
DEFAULTKERNEL=kernel
Eagerly awaiting a reply# UPDATEDEFAULT specifies if new-kernel-pkg should make
# new kernels the default
UPDATEDEFAULT=yes
# DEFAULTKERNEL specifies the default kernel package type
DEFAULTKERNEL=kernel
MODULES_LOADED_ON_BOOT="fuse"
- 11-08-2006 #17yeah ! add that line ...
Originally Posted by Arianyr
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
