[plug] winfs
Craig Ringer
craig at postnewspapers.com.au
Sun May 16 14:23:16 WST 2004
On Sun, 2004-05-16 at 13:48, Sham Chukoury wrote:
> I thought I'd give reiserfs4 a go, to see what the new features were all
> about, but reiserfs4 for kernel 2.6 is still in experimental stage. Any
> pluggers using reiserfs4 at all? Thoughts/comments?
I've had it up and running without problems. It's a little brain-bending
at times, but seems to work well.
# dd if=/dev/zero bs=1M count=1 seek=1000 of=reiser4test
# losetup /dev/loop1 reiser4test
# /usr/local/sbin/mkfs.reiser4 /dev/loop1
# mount -t reiser4 /dev/loop1 /mnt/tmp
# cd /mnt/tmp
# touch test
# ls -l test
-rw-r--r-- 1 root root 0 May 16 14:19 test
# chmod u+x test
# ls -l test
-rwxr--r-- 1 root root 0 May 16 14:20 test
# cd test/metas
# pwd
/mnt/tmp/test/metas
# ls
bmap items locality nlink pagecache pseudo rwx uid
gid key new oid plugin readdir size
# cat plugin/file ; echo
0 reg regular file
# cat rwx ;echo
0100744 -rwxr--r--
I wouldn't keep real data on it or run my root FS off it or anything
yet, though. It could also use some more documentation on getting ACLs,
xattrs, streams (yes, streams) etc working.
Of course, most of the "interesting" bits are currently accessed via the
reiser4() syscall.
Craig Ringer
More information about the plug
mailing list