Failed to mount
Dobry den, nejde mi na linuxu namountovat oddil s windows, pise to tohle, poradite nekdo,
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sda1': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
Dobrý den,
zkontrolujte filesystem
Jinak můžete dát mount v režimu read only takto:
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sda1': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
ODPOVĚĎ
Dobrý den,
zkontrolujte filesystem
ntfsfix /dev/sda1
a pak znova mount.Jinak můžete dát mount v režimu read only takto:
mount -t ntfs-3g -o ro /dev/sda1 /mnt/hdd1
.