Tagged Questions
4
votes
0answers
51 views
btrfs and the discard mount option on an ssd
I can't seem to find an answer to this so I thought I would ask here:
In /etc/fstab and when using the mount command in ext4 you would add the option discard to activate TRIM on an SSD. Similarly ...
0
votes
1answer
78 views
Moving stuff off of SSD to HDD after installation. Using mount --bind? LiveCD?
I installed Ubuntu 12.10 on my SSD. /dev/sda1. No other partitions. No swap.
Then I went about reading how to optimize usage, and have come to the conclusion I want my /home, /var and /tmp mounted on ...
3
votes
1answer
116 views
How to mount some folders on a different partition
I recently got an SSD for my computer. Therefore I reinstalled my system and mounted / on /dev/sda1 (which is a partition on the SSD).
To protect the SSD, I managed to mount /tmp on the RAMdisk. ...