rich3498

New Member
Joined
Aug 24, 2023
Messages
2
Reaction score
0
Credits
18
Hello! I have been using Fedora for a long time, with no problems at all. However, today I plugged my external HD to save some files, and got an error message. The HD worked without issues for a long time, don’t know what happened. Any help would be appreciated!

Screenshot from 2023-08-24 21-55-14.png


Screenshot from 2023-08-24 21-51-51.png

Screenshot from 2023-08-24 12-56-28.png


20230824_124258.jpg
 
Last edited:


NTFS partition - probably needs the file system checking....

If you try mounting it from the command line, you may get a better clue as to why.
 
NTFS partition - probably needs the file system checking....

If you try mounting it from the command line, you may get a better clue as to why.
Hello! I have uploaded the output from "fdisk -l" and "lsblk". I tried "sudo mount /dev/sdc" but got "mount: /dev/sdc: can't find in /etc/fstab." as output.
 
Try this at the command line & see if it works

Code:
sudo mount -t ntfs /dev/sdc3 /mnt

If it does, your files will show under /mnt

Code:
ls /mnt
 

Members online


Top