I do apologize. I am new to this IT customization.
sda 8:0 0 465.8G 0 disk
├─sda1 8:1 0 19.5G 0 part /media/
├─sda2 8:2 0 13.7G 0 part /media/
├─sda3 8:3 0 4.1G 0 part
├─sda4 8:4 0 428G 0 part /media/
└─sda5 8:5 0 500M 0 part /media/
sdb 8:16 0 119.2G 0 disk
├─sdb1 8:17 0 300M 0 part /boot/efi
└─sdb2 8:18 0 118.9G 0 part /
Results of cat /etc/fstab
:
ubuntufun@shisui:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=9A47-5A41 /boot/efi vfat umask=0077 0 2
UUID=b41f7887-d80b-4afc-be14-d1955a56b44a / ext4 defaults,discard 0 1
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
I setup Ubuntu on my desktop which contains 2 drives in it. I do believe I partitioned them (accordingly with sdb2 120GB SSD having the home folder, sda4 with 428GB currently free) when I installed Ubuntu and totally removed Windows. My intention was to use the SSD for running programs at a lightning pace and the slower hard drive with more space would contain folders that would be ideal for storing certain files/folders.
Now that the SSD is full to capacity, I cannot copy and paste from the SSD to the other drive (I am still new to Linux and have been slowly learning about its setup). I can see lib files, however neither copy and paste or creating a new folder options are not available on the larger drive.
mv
command to move files from the SSD to the HDD? What specific error(s) are you receiving? – matigo Dec 19 '21 at 13:25cat /etc/fstab
. Also, a more normal setup would be to have your / be on the SSD, and /home on the HDD. – heynnema Dec 19 '21 at 15:55