The unionfs tag has no wiki summary.
2
votes
1answer
223 views
Any tricks for making sshfs authenticate only on write?
There is seemingly a trick for creating read-only sshfs logins with the read only attribute is enforced by the remote's ~/.ssh/authorized_keys file.
You first create a program ~/.ssh/ro-sftp-server ...
0
votes
3answers
6k views
Custom initrd init script: how to create /dev/initctl
I have a virtual machine (VMM is Xen 3.3) equipped with two IDE HDD's (/dev/hda and /dev/hdb). The root file system is in /dev/hda1, where Scientific Linux 5.4 is installed. /dev/hdb contains an empty ...
0
votes
5answers
1k views
RAM disk and physical RAID
I need to create a lot of temporary files for which I need to have fast access, so I'm thinking about using a RAM disk. The problem is that the temporary files might get pretty big (1-4 GB) and in ...
0
votes
1answer
2k views
How to mount a root aufs in Red Hat / Fedora Core?
I'm trying to set up a virtual machine running Red Hat EL (actually Scientific Linux, but same difference) where the root file system is protected and not writable. I'd like to accomplish this with a ...