Вскрылся новый косяк:
Пытаюсь подключить внешний usb накопитель. На убанту он работал нормально.
WARNING: Couldn't set locale to 'ru' thus some file names may not be correct or visible. Please see the potential solution at
http://ntfs-3g.org/support.html#locale $LogFile indicates unclean shutdown (0, 1) Failed to mount '/dev/sdb1': Operation not supported Mount is denied because NTFS is marked to be in use. Choose one action: Choice 1: If you have Windows then disconnect the external devices by clicking on the 'Safely Remove Hardware' icon in the Windows taskbar then shutdown Windows cleanly. Choice 2: If you don't have Windows then you can use the 'force' option for your own responsibility. For example type on the command line: mount -t ntfs-3g /dev/sdb1 /media/MY BOOK -o force Or add the option to the relevant row in the /etc/fstab file: /dev/sdb1 /media/MY BOOK ntfs-3g force 0 0
При выполнении команды: mount -t ntfs-3g /dev/sdb1 /media/MY BOOK -o force пишет:
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
При добавлении в файл /etc/fstab записи /media/MY BOOK ntfs-3g force 0 0 тупо пишет ошибку при открытии в окне накопителя.
Что делать?