2026-03-12 20:51:59
This commit is contained in:
13
bash/cifs_veracrypt_resilio_stop
Normal file
13
bash/cifs_veracrypt_resilio_stop
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# Stop Resilio Sync
|
||||
systemctl --user stop resilio-sync
|
||||
|
||||
# Dismount CIFS
|
||||
sudo umount /mnt/yavin4
|
||||
|
||||
# Dismount Veracrypt volume
|
||||
veracrypt --text --dismount --slot 1
|
||||
|
||||
# Show FS
|
||||
df -hT
|
||||
Reference in New Issue
Block a user