From owner-freebsd-questions Mon Feb 17 4: 0:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22DE237B401 for ; Mon, 17 Feb 2003 04:00:56 -0800 (PST) Received: from cmailg3.svr.pol.co.uk (cmailg3.svr.pol.co.uk [195.92.195.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 417DB43F93 for ; Mon, 17 Feb 2003 04:00:55 -0800 (PST) (envelope-from markie@notwentytwo.freeserve.co.uk) Received: from modem-1541.chimpanzee.dialup.pol.co.uk ([217.134.118.5] helo=mrblossom) by cmailg3.svr.pol.co.uk with smtp (Exim 3.35 #1) id 18kjx4-0003iS-00; Mon, 17 Feb 2003 12:00:51 +0000 Message-ID: <004901c2d67c$8379edd0$0a00a8c0@mrblossom> From: "Markie" To: "admin" , References: <02f901c2d637$e2628d10$8a01a8c0@dweebsoft.com> Subject: Re: rw on ntfs volume Date: Mon, 17 Feb 2003 12:02:50 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG As far as I am aware ntfs isn't writeable on FreeBSD, or Linux and probably anything else due to lack of proper documentation? Markie ----- Original Message ----- From: "admin" To: Sent: Monday, February 17, 2003 3:51 AM Subject: rw on ntfs volume > I thought that at least minimal > write support was available for ntfs under FreeBSD? > I'm following -CURRENT... did I miss > something from the mount_ntfs man page? > > when a simple mkdir foo complains that . doesn't exist seems unusual. > > # su - > # mkdir -p /mnt/w2k_d > # chown root:wheel /mnt/w2k_d > # chmod 777 /mnt/w2k_d > # mount -t ntfs -o rw /dev/ad0s5 /mnt/w2k_d > # cd /mnt/w2k_d > # mount | grep w2k > /dev/ad0s5 on /mnt/w2k_d (ntfs, local) > > # df -k w2k_d > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s5 69754198 47186058 22568140 68% /mnt/w2k_d > > # touch foo (a file which doesn't exist) > touch: foo: No such file or directory > > # touch ra (a file which does exist) > touch: ra: Operation not supported > > # mkdir foo > mkdir: .: No such file or directory > > suggestions?? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message