aboutsummaryrefslogtreecommitdiff
path: root/sshfs.1
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2014-01-08 12:31:18 +0100
committerMiklos Szeredi <mszeredi@suse.cz>2014-01-08 12:31:18 +0100
commit334e9e6a27949a2660317278d4f096da11f5b330 (patch)
tree1f267030a63b72d8d583d29ffce465d486d54228 /sshfs.1
parent91c1f2ba9e02a0eacb2ac46e87230a2709df2038 (diff)
downloadsshfs-334e9e6a27949a2660317278d4f096da11f5b330.tar
sshfs-334e9e6a27949a2660317278d4f096da11f5b330.tar.gz
sshfs-334e9e6a27949a2660317278d4f096da11f5b330.tar.bz2
sshfs-334e9e6a27949a2660317278d4f096da11f5b330.zip
Add -o disable_hardlink option (debian bug #670926)
Reported by Louis-David Mitterrand
Diffstat (limited to 'sshfs.1')
-rw-r--r--sshfs.15
1 files changed, 5 insertions, 0 deletions
diff --git a/sshfs.1 b/sshfs.1
index 8461fa6..4c18876 100644
--- a/sshfs.1
+++ b/sshfs.1
@@ -142,6 +142,11 @@ directly connect to PORT bypassing ssh
\fB\-o\fR slave
communicate over stdin and stdout bypassing network
.TP
+\fB\-o\fR disable_hardlink
+link(2) will return with errno set to ENOSYS. Hard links don't currently work
+perfectly on sshfs, and this confuses some programs. If that happens try
+disabling hard links with this option.
+.TP
\fB\-o\fR transform_symlinks
transform absolute symlinks to relative
.TP