-
Notifications
You must be signed in to change notification settings - Fork 0
Linux:Admin:Find Mounted Removable Storage
lbonanomi edited this page May 3, 2025
·
1 revision
(lsblk -f | awk '$NF ~ /\// { print $NF }'; awk '!/^#/ && $2 ~ /^\// { print $2 }' /etc/fstab) | sort | uniq -c | awk '$1 == 1 { print $NF }'
- Backup-and-Restore
- Console
- Emergencies
- Housekeeping
- Integrations-and-External-Programs
- Search
- Throttles
- Usage