Hi All
So I watched all the Youtube videos and it seemed a pretty obvious choice, and then again it always does at the beginning. I have come from a Windows background going back to MS-DOS. I am reasonably competent but Linux is a bit different and not quite as straight forward as the videos. Anyways............. this is today's problem.
I have Win10 operating from a small SSD that works offline (I have made it so). I have Linux Mint Cinnamon running on a separate small SSD.
I have other two SSDs, one 2tb for photos, one 1tb for work. Neither show up as mounted although they can be seen in the command box and on Disks.
All SSDs are internal SATA SSDs. Work and Photos are NTFS, they were formatted after Fast Start (on Windows) was disabled, and then loaded from back-up.
I have created two folders, one called work, one called photos and tried to mount them there. But this failed as below:
gareth@gareth-MS-7B89:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 223.6G 0 disk
├─sda1 8:1 0 100M 0 part /boot/efi
├─sda2 8:2 0 16M 0 part
├─sda3 8:3 0 120G 0 part
└─sda4 8:4 0 507M 0 part
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 128M 0 part
└─sdb2 8:18 0 931.4G 0 part
sdc 8:32 0 238.5G 0 disk
└─sdc1 8:33 0 238.5G 0 part /
sdd 8:48 0 1.8T 0 disk
├─sdd1 8:49 0 16M 0 part
└─sdd2 8:50 0 1.8T 0 part
gareth@gareth-MS-7B89:~$ sudo mount /dev/sdb2 /mnt/work/
[sudo] password for gareth:
mount: /mnt/work: wrong fs type, bad option, bad superblock on /dev/sdb2, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.
If anyone could give me a step by step way of dealing with this, I would be very appreciative.
Yours, Gareth
So I watched all the Youtube videos and it seemed a pretty obvious choice, and then again it always does at the beginning. I have come from a Windows background going back to MS-DOS. I am reasonably competent but Linux is a bit different and not quite as straight forward as the videos. Anyways............. this is today's problem.
I have Win10 operating from a small SSD that works offline (I have made it so). I have Linux Mint Cinnamon running on a separate small SSD.
I have other two SSDs, one 2tb for photos, one 1tb for work. Neither show up as mounted although they can be seen in the command box and on Disks.
All SSDs are internal SATA SSDs. Work and Photos are NTFS, they were formatted after Fast Start (on Windows) was disabled, and then loaded from back-up.
I have created two folders, one called work, one called photos and tried to mount them there. But this failed as below:
gareth@gareth-MS-7B89:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 223.6G 0 disk
├─sda1 8:1 0 100M 0 part /boot/efi
├─sda2 8:2 0 16M 0 part
├─sda3 8:3 0 120G 0 part
└─sda4 8:4 0 507M 0 part
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 128M 0 part
└─sdb2 8:18 0 931.4G 0 part
sdc 8:32 0 238.5G 0 disk
└─sdc1 8:33 0 238.5G 0 part /
sdd 8:48 0 1.8T 0 disk
├─sdd1 8:49 0 16M 0 part
└─sdd2 8:50 0 1.8T 0 part
gareth@gareth-MS-7B89:~$ sudo mount /dev/sdb2 /mnt/work/
[sudo] password for gareth:
mount: /mnt/work: wrong fs type, bad option, bad superblock on /dev/sdb2, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.
If anyone could give me a step by step way of dealing with this, I would be very appreciative.
Yours, Gareth

