This website requires JavaScript.
Explore
Help
Sign In
rilla
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
be67d02be8
ansible
/
roles
/
cryptoraid
/
files
/
bin
/
fs_trim.sh
7 lines
79 B
Bash
Raw
Blame
History
#!/bin/sh
set
-e
FS_ROOT
=
"
${
BTRFS_ROOT
:-
/mnt/btr_pool
}
"
fstrim -v
"
$FS_ROOT
"
Reference in New Issue
View Git Blame
Copy Permalink