[Eisfair] [e1] fstab bind-mount Bootproblem
Marcus Röckrath
marcus.roeckrath at gmx.de
Fr Mai 15 22:30:14 CEST 2020
Hallo Thomas,
Thomas Bork wrote:
>> /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
ich wollte absolut sicherstellen, dass genau die richtigen erwischt werde
und hatte deswegen angenommen, das [ könnte aus anderem Grund an anderer
Stelle auch auftreten. :-) Safety first.
Wenn meine Beobachtungen stimmen, wäre der Code eventuell auf Dauer sowieso
obsolet.
--
Gruß Marcus
[eisfair-Team]
Mehr Informationen über die Mailingliste Eisfair