The shared-disk tag has no wiki summary.
3
votes
1answer
106 views
Gedit cannot save in shared folder (Virtualbox)
I'm getting the "Cannot save _ Unexpected error: Error renaming temporary file: Text file busy" in Gedit 2 when I try to save in a shared folder with Virtualbox (Debian). I've searched and apparently ...
1
vote
1answer
146 views
Share files between RedHat and Mac
I have one RedHat 6 machine and three Mac OS machines. I want the RedHat one to be a file server, so that all files will be stored there. All Mac clients will access this server according to their ...
9
votes
2answers
997 views
“Only root can mount” error - but I am root
Yesterday I was able to mount my smb share with the following command:
sudo mount -t cifs //XXXX/share /media/share -o user=Ben,password=XXX,workgroup=WORKGROUP,ip=XXX.XX.XX,uid=ben,gid=ben,rw
I ...
1
vote
2answers
606 views
Choosing a filesystem for a shared disk (not a cluster filesystem like GFS)
I have a bunch of servers connected to a SAN. One server hosts the production database server, performing full database backups to a filesystem on a LUN that is exported to all servers.
Only the ...