All Questions
5 questions
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 ...
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 ...
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 ...
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 ...
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 ...