UFS bug?

A. Wik (aw@mail1.bet1.puv.fi)
Sun, 23 Aug 1998 12:27:31 +0000


There seems to be a problem with the UFS filesystem
(mine is a fairly recent NetBSD UFS)

p133:/# mount -t ufs /dev/hdb4 /mnt
p133:/# cd mnt
p133:/mnt# echo blah > test.txt
p133:/mnt# cat test.txt
blah
p133:/mnt# cd ..
p133:/# umount mnt
p133:/# mount -t ufs /dev/hdb4 /mnt
p133:/# cd mnt
p133:/mnt# cat test.txt
cat: test.txt: No such file or directory

test.txt also never appears in the directory listing,
before or after remount, unless I explicitly give it
as an argument to ls.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html