Date: Wed, 4 Nov 2009 12:16:25 +1100 From: Rob Hurle <rob1940@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: Why trying to create file on ntfs-mounted directory always causes "No such file or directory" error? Message-ID: <aab0909a0911031716i41649841k32195de3f061cc6@mail.gmail.com> In-Reply-To: <4AF0D020.8060707@rawbw.com> References: <4AF0D020.8060707@rawbw.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Yuri, You wrote: > I have r/w mounted ntfs. > And 'touch x' there produces an error. > > Why would this be? I've had this too. The standard ntfs does not allow rw on the file system. You have to install fuse-ntfs from /usr/ports/sysutils (please check this on your system - I do not have a FreeBSD system in front of me just now). Then it must be mounted from the command line: ntfs-3g <options> /dev/disc_whatever /mount_point I could not get it to work from /etc/fstab. I'll check exactly how I do it tonight when I get home and re-post with more details. Cheers, Rob Hurle -- ----------------------------- Rob Hurle ANU, College of Asia and the Pacific School of Culture, History and Language e-mail: rob1940@gmail.com Telephone (ANU): +61 2 6125 3169 Mobile (in VN): +84 948 243 538 (Currently in Australia) Mobile (in OZ): +61 417 293 603 (Currently in Australia) -----------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?aab0909a0911031716i41649841k32195de3f061cc6>