[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gfarm-discuss:11381] directory renaming in Gfarm-FUSE



Hi, all

I have a question.

I'm testing Gfarm-FUSE with PostgreSQL metadata database.
I have successfully installed Gfarm 1.4.1 and mount it on a mount point.

But, I can't move or rename directory.

$ ls -la
total 409608
drwxrwxrwx 32000 root root         0 1970-01-01 09:00 .
drwxr-xr-x     4 root root      4096 2007-07-31 19:16 ..
-rw-r--r--     1 root root 104857600 2007-08-01 13:16 100M
-rw-r--r--     1 root root 104857600 2007-08-01 13:51 a
-rw-r--r--     1 root root 104857600 2007-08-01 13:52 b
-rw-r--r--     1 root root 104857600 2007-08-01 13:52 c
drwxr-xr-x 32000 root root         0 2007-08-01 13:55 x
drwxr-xr-x 32000 root root         0 2007-08-01 13:55 y
drwxr-xr-x 32000 root root         0 2007-08-01 13:56 z

making a directory success
$ mkdir d

copying a file into a directory success
$ cp c d/

moving a file into a directory success
$ mv c cc

renaming a direcotry fails
$ mv d dd
mv: cannot move `d' to `dd': No such file or directory

moving a directory into another directory fails
$ mv x y/
mv: cannot move `x' to `y/x': No such file or directory

Is this normal??



# ------------------------------------------------
# Sangwan Kim
# Korea Institute of Science and Technology Information
# Grid Computing Research Team
# 305-806 Eoeun-dong 52, Yuseong, Daejeon, Korea
# E-MAIL: sangwan@xxxxxxxxxxx
# TEL: +82-42-869-0568
# FAX: +82-42-869-0599
# ------------------------------------------------