Displaying 3 results from an estimated 3 matches for "logvol_shar".
Did you mean:
logvol_share
2014 Sep 16
1
quota doesn't appear to work - repquota only updates when quotacheck is run
...d a
> different story.
>
> System is CentOS 6.3, kernel 2.6.32-279.2.1.el6.x86_64.
>
> # dmesg | grep -i quota
> VFS: Disk quotas dquot_6.5.2
>
>
> The partition is type ext4 mounted at /share:
>
> # cat /proc/mounts | grep share
> /dev/mapper/VolGroup_Share-LogVol_Share /share ext4
> rw,noatime,nodiratime,barrier=0,nobh,data=writeback,jqfmt=vfsv0,usrjquota=aquota.user
> 0 0
>
> The ext4 volume sits on top of an lvm logical partion. That logical volume
> ultimately sits on top of an encrypted disk using cryptsetup luksFormat:
>
> # lvscan
&...
2016 Apr 19
2
tune2fs: Filesystem has unsupported feature(s) while trying to open
I have an ext4 filesystem for which I'm trying to use "tune2fs -l".
Here is the listing of the filesystem from the "mount" command:
# mount | grep share
/dev/mapper/VolGroup_Share-LogVol_Share on /share type ext4
(rw,noatime,nodiratime,usrjquota=aquota.user,jqfmt=vfsv0,data=writeback,nobh,barrier=0)
When I try to run "tune2fs" on it, I get the following error:
# tune2fs -l /dev/mapper/VolGroup_Share-LogVol_Share
tune2fs 1.41.12 (17-May-2010)
tune2fs: Filesystem has unsuppor...
2013 Nov 21
0
quota doesn't appear to work - repquota only updates when quotacheck is run
...repquota showed them as being over, but "du" told a
different story.
System is CentOS 6.3, kernel 2.6.32-279.2.1.el6.x86_64.
# dmesg | grep -i quota
VFS: Disk quotas dquot_6.5.2
The partition is type ext4 mounted at /share:
# cat /proc/mounts | grep share
/dev/mapper/VolGroup_Share-LogVol_Share /share ext4
rw,noatime,nodiratime,barrier=0,nobh,data=writeback,jqfmt=vfsv0,usrjquota=aquota.user
0 0
The ext4 volume sits on top of an lvm logical partion. That logical volume
ultimately sits on top of an encrypted disk using cryptsetup luksFormat:
# lvscan
ACTIVE '/dev/VolGro...