Problem: new hard drive doesn't show up in file system where I can easily access data and save stuff.
I am trying to install and mount a new SATA SSD hard drive for additional file storage.
I used gparted
to partition and mount the disk. I followed the advice from this question to partition and mount.
This is my output from sudo parted -l
(base) john@john-linux:~$ sudo parted -l
Model: ATA Samsung SSD 860 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 1000GB 1000GB ext4
Model: Samsung SSD 970 EVO 1TB (nvme)
Disk /dev/nvme0n1: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
2 538MB 1000GB 1000GB ext4
Here's a screenshot of my file system in my Other locations
tab in file manager. I thought I could expect to see my new SATA SSD here after partitioning and mounting. However, all it shows is my M.2 SSD.
Here is the output from system-info. I've mounted the partition to /mnt. Which I've been able to find but cannot read or write data to it.
/hdd
, not sure if that mount point is in the wrong place for file access – civdex Sep 23 '22 at 16:15less
and let the system-info script write to the pastebin instead of copy-pasting from the less window. That way some sensitive data would be removed for example about networking. Now you have published those data. Please remove the comment with the link (I have the relevant data about the drive already). – sudodus Sep 23 '22 at 18:00