DragonFly bugs List (threaded) for 2005-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Some filesystem nits
> On DragonFly 1.3.2:
>
> [19:36] [asmodai@purgatory] (512) {0} $ mkdir -p a/b
> (/home/asmodai/test)
> [19:36] [asmodai@purgatory] (513) {0} $ cd a/b
> (/home/asmodai/test/a/b)
> [19:36] [asmodai@purgatory] (513) {0} $ rm -rf ~/test/a
> (/home/asmodai/test/a/b)
> [19:36] [asmodai@purgatory] (514) {0} $ cd ..
> cd: socket is not connected: ..
on Linux 2.6
$ mkdir -p /tmp/a/b
$ cd /tmp/a/b
$ rm -rf /tmp/a
$ cd ..
cd: error retrieving current directory: getcwd: cannot access parent
directories: No such file or directory
GNUMach 1.3/hurd 0.3
# mkdir -p /tmp/a/b
# cd /tmp/a/b
# rm -rf /tmp/a
rm failed to return to initial working directory: No such file or directory
QNX 6.3
# mkdir -p /tmp/a/b
# cd /tmp/a/b
# rm -rf /tmp/a
# cd ..
cd /tmp/a - No such file or directory
we expect to see DragonFly doing it right :)
--
Eduardo Tongson
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]