Linux Format

Setting up disks

Setting up SSDs properly used to be a pain, both on Linux and Windows. Filesystems and partitions have to be aligned to 512 (or sometimes 4096) byte sectors, otherwise the drive will not perform well. Nowadays, partitioning tools and filesystems will do all of this for you. Run

$ sudo fstab -l if you want to be sure. In order to maintain the sort of transfer rates you see in the tech tabloids, you need to make use of the Trim feature. This is where the filesystem tells the drive which storage blocks are no longer in use, so that it doesn’t need to worry about them any more.

In the absence of Trim, writing data to a single 8KB page requires its containing

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format2 min read
Reports And Summaries
TimeWarrior has a couple of report modes. The summary command option outputs a summary of total time taken on different tasks. There are quite a few options that can be applied to this, such as limiting the summary to a period or filtering by tag. It
Linux Format2 min read
OBS Studio
Version: 30.0.2 Web: https://obsproject.com There are lots of good options for recording screencasts, but if you want to live-stream T your desktop, one of the best options is OBS Studio. The app works with all the major online streaming providers, s
Linux Format3 min read
AMD Ryzen 5 8600G
Socket: AM5 Arch: Zen 4 (Phoenix) Process: TSMC 4nm FinFET Cores: 6 Threads: 12 Cache: 384KB L1, 6MB L2, 16MB L3 Speed: 4.3GHz (5.0GHz boost) Unlocked: Yes GPU: Radeon 760M GPU clock: 2.8GHz Compute: 8 units AI: Ryzen AI, 16 TOPS Display: Up to 4, DP

Related Books & Audiobooks