Comment on
Bcache is amazing!: Making HDD way faster!
Reply in thread
BcacheFS is a very different animal from Bcache; it does not provide block device caching. See bcachefs.org/FAQ/
Comment on
Bcache is amazing!: Making HDD way faster!
Reply in thread
BcacheFS is a very different animal from Bcache; it does not provide block device caching. See bcachefs.org/FAQ/
Comment on
Is there a way to rename a lot of files on a progressive way?
There are various GUI tools (eg., gprename, krename) but I prefer qmv, a CLI tool from the renameutils package. It opens filenames into a vim (or your default editor) session, with which you can use global regex search/replace commands to rename files.