-
Notifications
You must be signed in to change notification settings - Fork 15
Filter /snap Partition on check_drivesize #160
-
Hello everybody,
i need a little bit help for filtering out the snap partitions on Linux systems.
i have tried to filter the partition with name filters.
i use the nrp command:
and the check_drivesize:
image
the parameter -a mouted was my last try. before this my filter was like this:
-a "filter= name not in /snap"
I have tried some more but sadly i forget to document them.
thanks for the replies
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
i assume those mounts start with /snap, so i guess you need something like:
"filter= name unlike ^/snap/"
If that doesn't help, how do the names look like?
Beta Was this translation helpful? Give feedback.