Mounting external NTFS formatted USB drive

Status
Not open for further replies.

ProtoSD

MVP
Joined
Jul 1, 2011
Messages
3,348
Pomm,

I thought of a way to add the line you need without editing the file. I updated my instructions in the other posts, but here it is again. The \ before the " is a backslash. Everything else just type at the command line the way it appears.

  • mount -uw /
  • cp /usr/local/modules/fuse.ko /boot/kernel/
  • Edit /boot/loader.conf and add fuse_load="YES" to the end with the next command:
  • echo fuse_load=\"YES\" >> /boot/loader.conf
  • reboot
 
T

thomasdk81

Guest
Great work Protosd, as you properly could see, I am not as into how the system work(yet :)), as you are. So I started to try everything from an end :)
I was useing 8.0 at the time. I havn't tried it since, I only had to move my data from the old system to the new.

Now they only need to fix it, so no fiddling is needed :D Though your solution is pretty slick.
 
Status
Not open for further replies.
Top