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

[gfarm-discuss:11540] Re: directory renaming in Gfarm-FUSE



Hi Sangwan,

No.  Directore renaming is supported.

There are several points to be checked;

1. In Gfarm v1, there is no privileged user.  Would you
   do as a normal user?
2. Would you check authentication status to gfsds?  If
   'gfhost' command returns some hostnames, these hosts
   can be used for filesystem nodes.  For details,
   execute 'gfhost -lv'.

Thanks,
Osamu

On Wed, 1 Aug 2007 14:47:09 +0900
"Sangwan Kim" <sangwan@xxxxxxxxxxx> wrote:

> 
> 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
> # ------------------------------------------------