You are not logged in.
Pages: 1
Hello,
i have a ssd with three partitions: boot, home and root; and for my music + videos i have a second drive (hdd) mounted at /home/user/music and /home/user/videos.
The question: is it safe to run fstrim -v /home if i have that hdd mounted? if i run it manually, it seems to run without any error.
Thanks,
tumas
Offline
There should not be a reason to ask this question on the forums, the answer can be found here:
https://wiki.archlinux.org/index.php/SS … M_via_cron
and by searching:
https://bbs.archlinux.org/search.php
Offline
There is nothing special about a cronjob in this case; if it worked without error for you live it should do the same when called via cron.
Offline
There should not be a reason to ask this question on the forums, the answer can be found here:
https://wiki.archlinux.org/index.php/SS … M_via_cron
and by searching:
https://bbs.archlinux.org/search.php
Unfortunately there is nothing written about SSD + HDD mounted at the "same" directory.
There is nothing special about a cronjob in this case; if it worked without error for you live it should do the same when called via cron.
Yeah but that was not my point
If the live command work, the cron command will work just fine. I just want to be sure, that the hdd will not abort the fstrim command without printing out any errors.
Offline
You called it with the verbose flag and saw no errors so I think you're fine.
Offline
fstrim must be called on each mountpoint that you want trimmed. Whether or not a given directory has a combination of different drives doesn't matter, as it will not recurse into a new mountpoint.
Offline
Pages: 1