Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Rsync Can I delete .NFS and .fuse files Post 302847095 by vbe on Monday 26th of August 2013 09:24:44 AM
Old 08-26-2013
These files seemed to be generated when removing files while some processes have still those files open... You will need to investigate a little more in order to explain what/why they are and after, decide to remove them, are you the NFS server?

Instead of actually deleting the file, it is renamed to '.fuse_hidden...' until the last reference is released by fuse:
Filesystem in Userspace (FUSE) is an operating system mechanism for Unix-like computer operating systems that lets non-privileged users create their own file systems without editing kernel code.

Last edited by vbe; 08-26-2013 at 10:39 AM..
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

rsync with the --delete option.

Tell me this - set me straight! the --delete option says "delete files that don't exist on the sending side" Does this mean and only mean that it will delete files from the DESTINATION that DON'T EXIST on the sending side? :confused: (2 Replies)
Discussion started by: sallender
2 Replies

2. UNIX for Dummies Questions & Answers

rsync with the --delete option

Tell me this - set me straight! The --delete option says "delete files that don't exist on the sending side" Does this mean and only mean that it will delete files from the DESTINATION that DON'T EXIST on the sending side? :confused: (1 Reply)
Discussion started by: sallender
1 Replies

3. Shell Programming and Scripting

rsync question (regarding --delete)

Hi there Does anybody know of a way that i can, instead of issuing a --delete when syncing one directory to another, I can instead somehow receive a list of what would be deleted, but not actually delete it ? basically, people are occasionally putting files into one of synced folders, but... (2 Replies)
Discussion started by: rethink
2 Replies

4. Fedora

rsync --delete

When I try to back up my libraries with rsync -azv --delete -e ssh /home/sarah/ saga:/home/sarah/bupembladaily/ I get error message rsync: readlink_stat("/home/sarah/.gvfs") failed: Permission denied (13) FATAL I/O ERROR: dying to avoid a --delete-during issue with a pre-3.0.7 receiver.... (7 Replies)
Discussion started by: sarahslagstedt
7 Replies

5. Red Hat

RHEL 5.6 Slow rsync to NFS array

Hi All, I have RHEL 5.6 with a 70GB local directory of Web content. Images, PHP scripts etc. I need to copy all this content to an NFS array thats mounted on the RHEL server. I did a baseline cp to copy the content one week ago. Since my baseline copy the local directory has grown by 8GB.... (2 Replies)
Discussion started by: general_lee
2 Replies

6. Shell Programming and Scripting

rsync delete specific files - from different target folder

Hi, I need to use rsync to delete multiple files(only specified files not all) using --delete option, these files are located in different target folders. Instead of running rsync command multiple times for each file, can we achieve this with one time execution? your help is much... (0 Replies)
Discussion started by: MVEERA
0 Replies

7. Shell Programming and Scripting

Is rsync --delete on some files without write permission possible?

Hello all, I have a problem with rsync command. From a backup server, I use a command like the one below: rsync -av --delete user@host:/home/user/ /home/backup_user/daily_rotating_backup/ In some folders of the user there are some files on which he has removed his write permission on... (3 Replies)
Discussion started by: freddie50
3 Replies

8. UNIX for Advanced & Expert Users

Rsync with --delete but do not delete peer dirs on target

rsync with --delete won't honor the delete if the source is something/*. I want the delete to work, but not to delete directories on the target that are peer to the intended directory. For example, using these source and target file structures: Source on desktop: ~/ Money/ ... (4 Replies)
Discussion started by: JavaMeister
4 Replies

9. UNIX for Advanced & Expert Users

Rsync - delete extra files in Destination without synchronising directories

I have a script that synchronises a directory to a DR server, but to improve the time, I actually use rsync to transfer files * in one batch and also * in another batch - both batches run from the same script and run in the background. My problem is that there isn't much space on the... (1 Reply)
Discussion started by: Catullus
1 Replies
GNUNET-FUSE(1)						    FUSE filesystem for GNUnet						    GNUNET-FUSE(1)

NAME
gnunet-fuse - FUSE filesystem for GNUnet SYNOPSIS
gnunet-fuse -s URI [-- FUSE-OPTIONS] DIRECTORYNAME gnunet-fuse --help DESCRIPTION
gnunet-fuse is the FUSE filesystem for GNUnet. You need the URI of a file with the mime-type of application/gnunet-directory. You can either publish a directory with gnunet-insert or do a search for the mime-type. To mount the URI use the following command. $ echo gnunet://ecrs/chk/XXXX/YYYY.NNNN > uri_file $ gnunet-fuse -s uri_file /mnt Where gnunet://ecrs/chk/XXXX/YYYY.NNNN is the URI and /mnt is the mount point. OPTIONS
-c, --config=FILE use configuration file FILE. -d, --directory=PATH path to your mountpoint. -h, --help print this help. -L, --log=LOGLEVEL configure logging to use LOGLEVEL. -l, --logfile=FILE configure logging to write logs to LOGFILE. -s, --source=URI Source you get the URI from. -t, --single-threaded run in single-threaded mode. -v, --version print the version number. SEE ALSO
gnunet(7) HOMEPAGE
More information about gnunet-fuse and the GNUnet project can be found at <http://www.gnunet.org/>. This manual page was written by Daniel Baumann <daniel.baumann@progress-technologies.net> and Bertrand Marc <beberking@gmail.com>. 0.9.3 2012-06-18 GNUNET-FUSE(1)
All times are GMT -4. The time now is 05:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy