Files
programming/bash/cifs_veracrypt_resilio_stop

14 lines
198 B
Plaintext
Raw Normal View History

2026-03-12 21:51:59 +01:00
#!/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