Subject: Re: non-root writing to MS-DOS drives
To: David Chapman <dchapman@canwest.victoria.bc.ca>
From: Tomasz Luchowski <zuntum@eik.pl>
List: netbsd-help
Date: 01/30/2001 18:48:13
On Mon, Jan 29, 2001 at 03:18:49PM -0800, David Chapman wrote:
> 
> After running (as root)  'chmod 777 /c' the permissions are exactly the same.
> 
> Any ideas?
you have to umount partition before chmoding the mountpoint.
umount /c ; chmod /c; mount /c should work.

-- 
/* [zuntum] zuntum@eik.pl , [WWW] http://zuntum.net */