[Eisfair] [e1] fstab bind-mount Bootproblem
Thomas Bork
tom at eisfair.org
Fr Mai 15 22:02:09 CEST 2020
Am 14.05.2020 um 09:21 schrieb Marcus Röckrath:
> /bin/findmnt -lo source,target,fstype,options -t
> ext2,ext3,ext4,xfs |
> tail -n +2 | egrep -v "^/dev/[^[:space:][]*\[" |
> while read source target fstype options
> do
> if [ "$target" != "/boot" ]
> then
> /bin/mount -o remount,acl,user_xattr $target
> fi
> done
Würde ich so machen:
findmnt -n -lo source,target,fstype,options -t
ext2,ext3,ext4,xfs \
| grep -v '\[' |
while read source target fstype options
do
--
der tom
[eisfair-team]
Mehr Informationen über die Mailingliste Eisfair