ls -la /media/user
lsblk -fp
lsusb -t
mount
sudo mount -o remount,uid=1000,gid=1000,rw /dev/sdc1 //do not help
If can't copy to drive on Linux, because it is read-only, do following:
$ ls -al
drwxrwxrwx 1 user user 4096 вер 17 15:01 'Drive'
$ mount
[37814.133893] ntfs3: sdb1: It is recommened to use chkdsk.
[37814.138539] ntfs3: sdb1: volume is dirty and "force" flag is not set!
[38439.593794] ntfs3: sdb1: It is recommened to use chkdsk.
[38439.599330] ntfs3: sdb1: volume is dirty and "force" flag is not set!
[39654.294791] ntfs3: sdb1: It is recommened to use chkdsk.
[39654.299432] ntfs3: sdb1: volume is dirty and "force" flag is not set!
[39655.973134] ntfs3: sdb1: It is recommened to use chkdsk.
[39655.978083] ntfs3: sdb1: volume is dirty and "force" flag is not set!
[39703.090190] ntfs3: sdb1: It is recommened to use chkdsk.
[39703.098526] ntfs3: sdb1: volume is dirty and "force" flag is not set!
If hard drive do not mount after crash or copy error, if there are difficulties rebooting when HDD is on, boot Windows, run cmd as administrator and chkdsk D: /f (change drive letter). Using chkdsk on a Windows machine is the safest and most reliable way to ensure the integrity of the filesystem.
sudo apt install ntfs-3g
lsmod | grep ntfs
findmnt -no FSTYPE /dev/sda1
ntfs3
echo "blacklist ntfs3" | sudo tee /etc/modprobe.d/disable-ntfs3.conf
sudo update-initramfs -u
findmnt -no FSTYPE /dev/sda1
fuseblk // You're using ntfs-3g, which shows up as fuseblk.
No comments:
Post a Comment