Hi,
My new-to-me refurbished Thinkcentre Tiny came with a 128GB nvme, which is fine. I didn't want any larger because I've got a 1TB SSD that was in my old computer. I created a new partition table and an ext4 partition on the SSD then put it in and followed these instructions to mount it (missing out the 'Partition' section, since I'd already done that.
Alas, when I entered this:
I got this:
I tried
and got this:
The SSD is showing up in the sidebar of Dolphin as an internal drive -sda1 - and I can open it. It contains a locked lost and found folder but I can't put anything in it. I get an 'Access denied' error message.
I am at a loss. Any web searches I do give me very old stuff and seem to deal a lot with mounting external hard drives.
I'd be grateful for some pointers.
My new-to-me refurbished Thinkcentre Tiny came with a 128GB nvme, which is fine. I didn't want any larger because I've got a 1TB SSD that was in my old computer. I created a new partition table and an ext4 partition on the SSD then put it in and followed these instructions to mount it (missing out the 'Partition' section, since I'd already done that.
Alas, when I entered this:
Code:
sudo mount /hdd
Code:
mount: /hdd: wrong fs type, bad option, bad superblock on /dev/sda, missing codepage or helper program, or other error. dmesg(1) may have more information after failed mount system call. mount: (hint) your fstab has been modified, but systemd still uses the old version; use 'systemctl daemon-reload' to reload.
Code:
systemctl daemon reload
Code:
mount: /hdd: wrong fs type, bad option, bad superblock on /dev/sda, missing codepage or helper program, or other error. dmesg(1) may have more information after failed mount system call.[/FONT]
I am at a loss. Any web searches I do give me very old stuff and seem to deal a lot with mounting external hard drives.
I'd be grateful for some pointers.
Comment