Listing 'ls' directories give error messages even though the listing
is otherwise correct...

I mount the fusefs as follows:
  sudo backuppcfs.pl /mnt/temp

Then when I run:
  ls /mnt/temp

I get lines of form:
ls: /mnt/temp/machine1: No such file or directory
ls: /mnt/temp/machine2: No such file or directory
ls: /mnt/temp/machine3: No such file or directory
ls: /mnt/temp/machine3: No such file or directory
total 3
drwxr-xr-x 25 root root 1024 Dec 31  1969 machine1/
drwxr-xr-x  5 root root 1024 Dec 31  1969 machine2/
drwxr-xr-x 18 root root 1024 Dec 31  1969 machine3

Similar results occur when listing say:
 ls /mnt/temp/machine1/

I get:
ls: /mnt/temp/machine1/: No such file or directory
ls: /mnt/temp/machine1/0: No such file or directory
ls: /mnt/temp/machine1/138: No such file or directory
ls: /mnt/temp/machine1/148: No such file or directory
drwxr-xr-x 4 root root 1024 Dec 12  2010 0/
drwxr-xr-x 4 root root 1024 Mar 22  2013 138/
drwxr-xr-x 4 root root 1024 Dec 13  2013 148/
Total 5
lrwxr-xr-x 1 root root    1 Dec 12  2010 2010-12-12 13:00:10 -> 0/
lrwxr-xr-x 1 root root    3 Mar 22  2013 2013-03-22 21:00:02 -> 138/
lrwxr-xr-x 1 root root    3 Dec 13  2013 2013-12-13 13:00:01 -> 148/
lrwxr-xr-x 1 root root    3 Dec 13  2013  latest -> 148/
lrwxr-xr-x 1 root root    1 Dec 12  2010  oldest -> 0/   
If I type:
  ls /mnt/tempmachine1/0

I get:
ls: /mnt/temp/machine1/0: No such file or directory
ls: /mnt/temp/machine1/0/c: No such file or directory
total 1
drwxr-xr-x 16 root root 1024 Dec 12  2010 c/


This occurs whether I run as root or other user...


_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to