1. I should partition the 1TB Samsung 850 EVO drive (which appears as /dev/sda) as an ext4 file system if I want my weekly TRIM to work on it, right?
2. The M.2 drive, which the OS is installed on, is listed as /dev/nvme0n1 . "hdparm -I /dev/nvme0n1" returns stuff like "SG_IO: questionable sense data." However, "parted /dev/nvme0n1 -l" seems to work and does show the partitions and the ext4 file system. So can I assume that drive will be TRIM'd successfully?
3. I'm a bit confused about the mount command. Do I need to do it every time I boot my system? I took a look at the /etc/fstab file, and don't want to edit it by hand. Basically, I just want to mount /dev/sda as /home/foo/work or something similar.
4. And, as a completely different question, how can I map my caps lock key to ctrl so it works everywhere? I can make Konsole do the remapping, but that disappears when I close the window.
Thanks in advance!
2. The M.2 drive, which the OS is installed on, is listed as /dev/nvme0n1 . "hdparm -I /dev/nvme0n1" returns stuff like "SG_IO: questionable sense data." However, "parted /dev/nvme0n1 -l" seems to work and does show the partitions and the ext4 file system. So can I assume that drive will be TRIM'd successfully?
3. I'm a bit confused about the mount command. Do I need to do it every time I boot my system? I took a look at the /etc/fstab file, and don't want to edit it by hand. Basically, I just want to mount /dev/sda as /home/foo/work or something similar.
4. And, as a completely different question, how can I map my caps lock key to ctrl so it works everywhere? I can make Konsole do the remapping, but that disappears when I close the window.
Thanks in advance!
Comment