Skip to main content
3 votes

Object is remote in mounted CIFS on Ubuntu

I solved it by installing keyutils which was missing in my system and then I could execute the mount command without nodfs sudo apt-get update sudo apt-get install keyutils sudo mount -t cifs //...
ElPotac's user avatar
  • 41
2 votes

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

There is no problem to use ext4 in this manner, and in fact this is done commonly with file servers (e.g. dual-homed NFS servers, or large cluster filesystems like Lustre) in a High Availability (HA) ...
LustreOne's user avatar
  • 2,002
1 vote
Accepted

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

From the Kconfig documentation of config GFS2_FS_LOCKING_DLM: Most users of GFS2 will require this. It provides the locking interface between GFS2 and the DLM, which is required to use ...
Ferenc Wágner's user avatar

Only top scored, non community-wiki answers of a minimum length are eligible