I've just started using Ubuntu 18.04 on an Asus ROG with two hard disks, SSD+HDD. I am a beginner at using Ubuntu.
The SSD has only 100GB space and I heard from somewhere that it's not polite to such device to overwrite it often. That's why I want to install all programs such as Chrome, VirtualBox, etc. on the HDD (I mounted it at /media/user
). How can I configure it?
Results of df -h
:
user@muzalevsky:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 5.8G 0 5.8G 0% /dev
tmpfs 1.2G 3.5M 1.2G 1% /run
/dev/sdb4 106G 61G 39G 61% /
tmpfs 5.9G 21M 5.8G 1% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 5.9G 0 5.9G 0% /sys/fs/cgroup
/dev/sdb2 477M 4.7M 472M 1% /boot/efi
/dev/sda2 820G 29G 750G 4% /media/user
tmpfs 1.2G 20K 1.2G 1% /run/user/120
tmpfs 1.2G 52K 1.2G 1% /run/user/1000
/media/user
why? I would expected a personal partition and not /media as this is for detachable disks. If that is detachable and NTFS formatted you are never going to get Ubuntu software working on that. – Rinzwind Jul 30 '18 at 07:38