Skip to content

Commit

Permalink
+ alias: mounts: list mounts without squash garbage from snapd
Browse files Browse the repository at this point in the history
this comes up often enough on ubuntu systems using snapd
  • Loading branch information
smemsh committed Sep 10, 2024
1 parent cd9a594 commit 0471f62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.d/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ alias svim "sudo -e"
alias permsave "(cd /etc; sudo metastore -s /etc; cd \$OLDPWD)"
alias permrestore "(cd /etc; sudo metastore -ae /etc; cd \$OLDPWD)"
alias permchk "(cd /etc; sudo metastore -c /etc; cd \$OLDPWD)"
alias mounts "findmnt -t nosquashfs" # snapd loopback mounts suck

### ssh

Expand Down

0 comments on commit 0471f62

Please sign in to comment.