0

Since today I cannot mount my Toshiba external hard drive. Not from the terminal either. It worked fine yesterday. Yesterday I tried to find a solution to grant both firefox and darktable (both snap) access. I thought I solved the problem and yesterday it worked fine.

lsblk -f

spits out the following

NAME FSTYPE FSVER LABEL       UUID                                   FSAVAIL FSUSE% MOUNTPOINTS
loop0
     squash 4.0                                                            0   100% /snap/bare/5
loop1
     squash 4.0                                                            0   100% /snap/canonical-livepatch/286
loop2
     squash 4.0                                                            0   100% /snap/core18/2855
loop3
     squash 4.0                                                            0   100% /snap/core20/2501
loop4
     squash 4.0                                                            0   100% /snap/core22/1748
loop5
     squash 4.0                                                            0   100% /snap/core22/1908
loop6
     squash 4.0                                                            0   100% /snap/core24/739
loop7
     squash 4.0                                                            0   100% /snap/core24/888
loop8
     squash 4.0                                                            0   100% /snap/darktable/291
loop9
     squash 4.0                                                            0   100% /snap/firefox/6019
loop10
     squash 4.0                                                            0   100% /snap/firefox/6042
loop11
     squash 4.0                                                            0   100% /snap/firmware-updater/167
loop12
     squash 4.0                                                            0   100% /snap/gnome-3-28-1804/198
loop13
     squash 4.0                                                            0   100% /snap/gnome-42-2204/202
loop14
     squash 4.0                                                            0   100% /snap/gnome-46-2404/90
loop15
     squash 4.0                                                            0   100% /snap/gtk-common-themes/1535
loop16
     squash 4.0                                                            0   100% /snap/mesa-2404/495
loop17
     squash 4.0                                                            0   100% /snap/snap-store/1248
loop18
     squash 4.0                                                            0   100% /snap/snap-store/1270
loop19
     squash 4.0                                                            0   100% /snap/snapd/23545
loop20
     squash 4.0                                                            0   100% /snap/snapd/23771
loop21
     squash 4.0                                                            0   100% /snap/snapd-desktop-integration/253
loop22
     squash 4.0                                                            0   100% /snap/thunderbird/644
loop23
                                                                           0   100% /snap/thunderbird/706
loop24
                                                                           0   100% /snap/whatsapp-linux-app/2
sda                                                                                 
└─sda1
     ntfs         TOSHIBA EXT 606A37C86A379A2C                                      
nvme0n1

├─nvme0n1p1 │ vfat FAT32 E2A1-4096 1G 1% /boot/efi ├─nvme0n1p2 │ ext4 1.0 17862093-9260-4494-a205-eb675e7a4308 1.7G 5% /boot └─nvme0n1p3 crypto 2 4472e705-ca86-4a7f-ae7d-0c1c776abb77
└─dm_crypt-0 LVM2_m LVM2 StTOre-SZKk-ApzD-86TW-AKjB-Vt9G-rZHLIR
└─ubuntu--vg-ubuntu--lv ext4 1.0 04de61f2-69b1-4b2c-a27b-1649e9a0cc38 867.2G 2% /

I fear I broke something. Hope anyone can help me! If you need any additional info let me know! Sorry for the mess, I tried to fix the presentation of the terminal output, but didn't manage :/

sudo mount -t ntfs /dev/sda1 mountdir
$MFTMirr does not match $MFT (record 3).
Failed to mount '/dev/sda1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.

sudo ntfsfix /dev/sda1 Mounting volume... $MFTMirr does not match $MFT (record 3). FAILED Attempting to correct errors... Processing $MFT and $MFTMirr... Reading $MFT... OK Reading $MFTMirr... OK Comparing $MFTMirr to $MFT... FAILED Correcting differences in $MFTMirr record 3...OK Processing of $MFT and $MFTMirr completed successfully. Setting required flags on partition... OK Going to empty the journal ($LogFile)... OK Checking the alternate boot sector... OK NTFS volume version is 3.1. NTFS partition /dev/sda1 was processed successfully. buck-rogers@buck-rogers-Vivobook-ASUSLaptop-M3500QA-M3500QA:~$ sudo mount -t ntfs /dev/sda1 mountdir ntfs-3g-mount: failed to access mountpoint /home/buck-rogers/mountdir: No such file or directory

I used thismethod to fix the snap permission problem yesterday, btw.

I now tried to connect my camera directly to the laptop to transfer files, and it won't recognize it at all. I also have a second external drive that mounts w/o problems.

1 Answers1

1

Try sudo ntfsfix /dev/sda1.

Then, mount with sudo mount -t ntfs /dev/sda1 mountdir.