Skip to main content

All Questions

Tagged with
3 votes
0 answers
1k views

Improve performance of sshfs for a lot of small files

Mounting a network filesystem backed by sshfs show very slow performance when trying to write a lot of relativity small files. Is there any options to improve the situation? The filesystem is mounted ...
Siscia's user avatar
  • 131
2 votes
1 answer
2k views

sshfs mount - files/folder are created as root, disregarding uid/gid options

Local: OpenSUSE, mount point /home/gruz/debian Remote: Debian (VirtualBox) 192.168.0.100, mount point /var/www/a I want to mount folder in 192.168.0.100:/var/www/a to my local machine so when I create ...
AHeavyObject's user avatar
1 vote
1 answer
596 views

Device major/minor number for remote filesystem

This answer states: A mounted network share will have a deviceId which is why you can create a symlink to a mounted location. So, if "a mounted network share will have a deviceId", files mounted ...
BowPark's user avatar
  • 5,085
2 votes
0 answers
808 views

Can't delete files using SSHFS on windows

My problem is that i can't delete any fails from any folder using my windows sshfs client. Even though i'm logging in through root account, it still says that i do not have enough permission to ...
Bumba's user avatar
  • 59
8 votes
1 answer
4k views

chroot into a sshfs folder

I am trying to chroot into a sshfs-mounted directory: mkdir remoteroot sshfs remote:/ remoteroot/ sudo chroot remoteroot/ but I get chroot: cannot change root directory to remoteroot/: Permission ...
Lorenzo Pistone's user avatar