Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Aug 2011 19:03:24 +0000
From:      Alexander Best <arundel@freebsd.org>
To:        freebsd-fs@freebsd.org
Subject:   touch(1) not working on directories in an msdosfs(5) envirement
Message-ID:  <20110819190324.GA78837@freebsd.org>

next in thread | raw e-mail | index | archive | help
hi there,

can somebody confirm this issue? is it already known?

otaku% ll|grep HELL
drwxr-xr-x  1 arundel  arundel     16384 19 Aug 19:57 HELLO
-rw-r--r--  1 arundel  arundel         0 19 Aug 20:13 HELLO2
otaku% touch HELLO*
otaku% ll|grep HELL
drwxr-xr-x  1 arundel  arundel     16384 19 Aug 19:57 HELLO
-rw-r--r--  1 arundel  arundel         0 19 Aug 20:55 HELLO2

doing the same on a UFS2 partition works as expected.


cheers.
alex



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