Can't write to NTFS file system

Jeff Tipton jeff.t at mail.com
Thu Aug 9 11:12:47 UTC 2012


On 08/09/2012 13:37, Leslie Jensen wrote:
> Hi List.
>
>
> I'm using
>
> fusefs_enable="YES"
>
> in /etc/rc.conf
>
> And
>
> /dev/ad4s2      /home/mnt/windows   ntfs     rw,noauto      0       0
>
> in /etc/fstab
>
> I can read the NTFS file system and copy from it but I can't copy to it.
>
> When I try copying I get
>
> "No such file or directory"
>
> Is that default behaviour?
>
> Thanks
>
> /Leslie
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe at freebsd.org"
I think your /etc/fstabrecord should rather be:
/dev/ad4s2      /home/mnt/windows   ntfs-3g     rw      0       0

The "ntfs" is not from the FUSE project, it's native and read-only. And 
the "noauto" is for keeping the file system from being mounted 
automatically at boot.

-Jeff


More information about the freebsd-questions mailing list