Skip to main content

Questions tagged [trim]

An SSD command that tells the drive which blocks of memory are no longer in use, allowing it to erase blocks containing deleted data.

2 votes
2 answers
125 views

In my current setup, I have three different filesystems on two different SSDs: A FAT partition and a BTRFS partition on one drive, and ext4 on a second drive. When running fstrim, the output is ...
Hari's user avatar
  • 202
0 votes
1 answer
105 views

After reading online I was under the impression that TRIM is not automatically (periodically) sent over to my USBconnected SSD by Fedora; but some discussions on this forum make me doubt this. Anyone ...
user324831's user avatar
0 votes
1 answer
91 views

On Linux, this command fstrim -av I will remove all unused blocks (particularly interesting on VM disks and necessary on SSD to preserve/get a longer duration). NetBSD has a similar command called ...
elbarna's user avatar
  • 14.3k
1 vote
1 answer
71 views

I want to clopy a partition between SSD devices. Normally I could do it simply with the "dd" or "buffer" commands. However, now that I have SSDs, I also would like to miss the ...
peterh's user avatar
  • 10.5k
3 votes
1 answer
16k views

It used to be that properly enabling TRIM for SSDs on Linux involved two steps: Running fstrim once, to take care of all the "untrimmed" blocks to date, then Setting the discard flag in ...
Jason C's user avatar
  • 1,947
0 votes
1 answer
407 views

Currently working on a command in AppleScript to trim weight data we receive from a scale. We receive the weight in the following format X.XXX. lb. The Xs representing numbers. We're ...
rpior's user avatar
  • 1
0 votes
0 answers
421 views

First apologies if this has been asked before, but I could not find any link with any combination of keywords. My question is - How do SSD optimisations work in BTRFS in a RAID1 where both devices are ...
Vijay Gill's user avatar
2 votes
1 answer
1k views

I have the following partition table: NAME nvme0n1 ├─nvme0n1p1 part /boot └─nvme0n1p2 part └─crypt crypt ├─crypt-swap lvm [SWAP] ├...
BiagioF's user avatar
  • 161

15 30 50 per page
1
2 3 4 5