Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Aug 2012 14:12:42 +0300
From:      Jeff Tipton <jeff.t@mail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Can't write to NTFS file system
Message-ID:  <50239B2A.5050701@mail.com>
In-Reply-To: <502392FE.5030903@eskk.nu>
References:  <502392FE.5030903@eskk.nu>

next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50239B2A.5050701>