I'm new to Linux (read: started today), but eager to learn.
Read through this thread from a couple weeks back but didn't see any resolution. I'm in a very similar situation and could use assistance. I've troubleshooted to a point where I believe the drive is properly formatted and mounted.
LibreElec is installed on my NVME. I wish to keep the OS (and containers?) on the 500GB NVME and storage on my 2.5mm 2TB drive.
df -h
Filesystem Size Used Available Use% Mounted on
devtmpfs 3.7G 4.0K 3.7G 0% /dev
tmpfs 1.5G 9.3M 1.5G 1% /run
/dev/nvme0n1p1 511.7M 263.7M 248.0M 52% /flash
/dev/loop0 243.0M 243.0M 0 100% /
/dev/nvme0n1p2 457.0G 822.6M 456.1G 0% /storage
tmpfs 3.8G 0 3.8G 0% /dev/shm
tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup
tmpfs 3.8G 2.8M 3.8G 0% /var
tmpfs 3.8G 4.0K 3.8G 0% /tmp
/dev/sda1 1.8T 76.0M 1.7T 0% /var/media/media
Display More
parted -l
Model: ATA ST2000LM015-2E81 (scsi)
Disk /dev/sda: 2000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 32.3kB 2000GB 2000GB ext4 MEDIA
Model: Samsung SSD 970 EVO Plus 500GB (nvme)
Disk /dev/nvme0n1: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 4194kB 541MB 537MB primary fat16 boot, lba
2 541MB 500GB 500GB primary ext4
Display More
I cannot seem to navigate to the drive. I'm sure this is user error, but nothing I'm trying seems to work.
While I'm at it, is it possible to run the docker containers off my NVME yet store my downloads on the HDD? I'm trying to follow this guide for setting up directories but I'm not sure I understand how to specify the download location being on a different drive? Looking at their docker-compose example:
volumes:
- /etc/localtime:/etc/localtime:ro
- /docker/appdata/radarr:/config
- /data:/data
is it as simple as adding /dev/sda1/data (or /media/data/ ?)
It's likely painfully obvious how over my head I am, but as I said I'm very eager to learn. Just seems I've hit a roadblock atm and am stuck. Any help is appreciated!