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 Format5 min read
Tips For Managing Docker Containers
Everyone knows how containers revolutionised application building and deployment. Using a E disposable stack of containers that make up an app that aren’t using the docker-compose command to manage the stack are missing a trick. It allows the shippin
Linux Format3 min readSecurity
ParrotOS
A security focused operating system that is well suited to the Raspberry Pi 4 2GB and upwards, but not Pi 5 for now. ParrotOS provides a plethora of security auditing tools for both red and blue team members. This is a great distro for learners and n
Linux Format2 min read
Automatic Tracking
TimeSlotTracker has activity monitoring and this includes an optional facility to take screenshots and T place them in a user-defined directory. However, this isn’t the type of intricate user monitoring that some of the other options offer. Idle dete

Related Books & Audiobooks