[Pkg-libvirt-commits] [libguestfs] 66/72: fuse: Add a note about preserving inode numbers using -o use_ino.

Hilko Bengen bengen at moszumanska.debian.org
Sun Apr 5 15:19:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit 71f4321cb351ee52f255dbab47d64c9be8548f0c
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Mar 27 10:59:57 2015 +0000

    fuse: Add a note about preserving inode numbers using -o use_ino.
    
    Thanks: David Juran
    (cherry picked from commit 403e32df23cf44d82bb92bd3cfd55d16d32acafd)
---
 fuse/guestmount.pod | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/fuse/guestmount.pod b/fuse/guestmount.pod
index 7eddc1c..ada456d 100644
--- a/fuse/guestmount.pod
+++ b/fuse/guestmount.pod
@@ -332,6 +332,19 @@ a good idea if you can afford the extra memory usage.
 Use these options to map all UIDs and GIDs inside the guest filesystem
 to the chosen values.
 
+=item B<-o use_ino>
+
+Preserve inode numbers from the underlying filesystem.
+
+Without this option, FUSE makes up its own inode numbers.  The inode
+numbers you see in L<stat(2)>, C<ls -i> etc aren't the inode numbers
+of the underlying filesystem.
+
+B<Note> this option is potentially dangerous if the underlying
+filesystem consists of multiple mountpoints, as you may see duplicate
+inode numbers appearing through FUSE.  Use of this option can confuse
+some software.
+
 =back
 
 =item B<--pid-file filename>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list