Questions tagged [shared-disk]

15 questions
10
votes
4 answers

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 it's a Gedit problem. None of the solutions…
Raekye
  • 559
  • 3
  • 8
  • 16
8
votes
2 answers

"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 don't know why it is not working anymore. (Maybe from…
Ben D
  • 671
  • 3
  • 11
  • 26
3
votes
2 answers

How can I mount vxfs FS to two or more Solaris servers?

I want to have two Solaris servers share the same SAN vxfs Filesystem. Though at a time just one would be accessing the share. This is to allow for a quick failover in case the primary server undergoes an unplanned outage for some reason. From the…
Kent Pawar
  • 1,256
  • 4
  • 16
  • 37
2
votes
1 answer

Unable to mount gfs2 file system on Debian Stretch, probable dlm mis-config?

I am experimenting with gfs2 on Debian Stretch, and having some difficulties. I am a reasonably experienced Linux admin, but new to shared-disk and parallel file systems. My immediate project is to mount a gfs2-formatted iscsi-exported device on…
2
votes
3 answers

Share an ext4 filesystem between two RHEL servers, but only one will mount at a time

I have two RHEL 6 servers which share a physical connection to a SAN storage (i.e., so both servers can see this /dev/sdb when running fdisk -l). My goal is not to have both servers access the ext4 at the same time. In fact, one of the servers will…
Lok.K.
  • 21
  • 1
  • 3
2
votes
2 answers

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 "owner" (production server) has this filesystem…
MattBianco
  • 3,676
  • 6
  • 27
  • 43
2
votes
1 answer

storage server all nfs users on full 666 file permissions

How can I setup a shared storage location on a storage server shared via CIFS and NFS and all files written by CIFS and all users via NFS to write files and folders with full read/write permissions (folders 777, files 666). Reason: I use a Pydio…
SHLelieveld
  • 331
  • 2
  • 4
  • 21
1
vote
1 answer

Object is remote in mounted CIFS on Ubuntu

I am struggling to mount a CIFS shared disk on Lubuntu 20.04. It can be accessed by smb://myserver/files. The command I am using for mounting is: sudo mount -t cifs //myserver/files /mnt/remote_disk -o…
ElPotac
  • 31
  • 5
1
vote
1 answer

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 rights. It seems that this will not use samba. Could…
Phu Nguyen
  • 93
  • 1
  • 1
  • 3
1
vote
0 answers

gvfs and permissions on a remote external usb drive

I have transmission and deluge (trying to see if it's a problem with the app) and I'm having the same problem with both of them. When torrenting. I get an error " Operation not supported (/run/user/1000/gvfs/sftp:host=192.168.1.7,user=pi/media/ " …
Rick T
  • 337
  • 1
  • 7
  • 19
1
vote
1 answer

Failover NFS service with shared storage

I need to configure a cluster with shared storage that can be moved from Node A to Node B and vica versa. In case of failure of Node A, Node B should take over the IP address associated with the NFS service, take ownership of the shared disk, mount…
mystery
  • 11
  • 2
1
vote
0 answers

How shareable is /var/cache?

I know that some subdirectories of /var/cache are pretty much shareable, for example /var/cache/pacman (in case of ArchLinux), and possibly others (/var/cache/man?), but at least /var/cache/ldconfig seems to me pretty much local. Is it possible to…
1
vote
0 answers

Shared drive between two Linux virtual machines

Assume I have two virtual machines. How do I share a VMDK drive between them? What solution do you recommend? Outside OS with NFS share? Both of OSes see this drive as: /dev/sdb.
user77056
0
votes
0 answers

Proper way to design filesystems structure for a cluster of diskless nodes

I'm trying to learn the basics of Linux clustering so I started designing a really humble cluster: 6 worker nodes (Libre Computer La Frite | Cortex-A53 @ 1.2 GHz | 1GB RAM) 1 master node (Raspberry Pi 4 Model B | Cortex-A72 @ 1.5 GHz | 2GB…
phreq
  • 1
  • 2
0
votes
1 answer

How to safely delete a system partition?

I got the following disk sda9 contains a new Linux installation which I'd like to keep, while sda5 is the old installation which I'd like to free (and successively merge with sda4, but we don't care). sda4 contains a Windows installation which I'd…