Displaying 2 results from an estimated 2 matches for "oc2fs".
Did you mean:
cifs
2009 Jun 24
2
issues with shared disk
Hello,
How to mount a disk with ocfs2 FS in one node to another .
Let ys say I have /dev/sda mounted on /u01 in node 1 . I need to
access it from nod2 . Any solutions ?
I am using ubuntu 8.10
Node 1
======
root at 110:~# /etc/init.d/o2cb status
Module "configfs": Loaded
Filesystem "configfs": Mounted
Module "ocfs2_nodemanager": Loaded
Module
2023 Jan 25
2
[PATCH 00/12] acl: remove remaining posix acl handlers
...o raise IOP_XATTR because
sb->s_xattr would be NULL.
Fix these things and then get rid of the misleading and effectively
already unused generic POSIX ACL handlers.
For most filesystems it is a trivial removal of the generic POSIX ACL
handlers. Only for erofs, ext2, ext4, f2fs, jffs2, reiserfs, oc2fs the
handler is used but rather easy to fix.
All filesystems with reasonable integration into xfstests have been
tested with:
./check -g acl,attr,cap,idmapped,io_uring,perms,unlink
All tests pass without regression on xfstests for-next branch.
Since erofs doesn't have integration int...