Я пытаюсь смонтировать раздел Windows в моей системе Ubuntu, поэтому я отредактировал fstab следующим образом:
/dev/sda4 /mnt/windows ntfs rw,auto 0 0
Это без проблем монтирует мой раздел Windows в / mnt / windows, но когда я пытаюсь получить доступ к определенной папке, я нахожу это с помощью ls -l:
-rwxrwxrwx 2 root root 844 oct 6 17:21 'Universidad - Acceso directo.lnk'
и не могу получить доступ с помощью cd.
Я пытался использовать lnkinfo для посмотрим, было ли это полезно для меня, но это не так.
Windows Shortcut information:
Contains a link target identifier
Link information:
Creation time : Sep 12, 2018 11:54:32.625892600 UTC
Modification time : Sep 29, 2020 15:12:40.035328300 UTC
Access time : Sep 29, 2020 15:12:40.035328300 UTC
File size : 4096 bytes
Icon index : 0
Show Window value : 0x00001000
Hot Key value : 4096
File attribute flags : 0x00000010
Is directory (FILE_ATTRIBUTE_DIRECTORY)
Drive type : Fixed (3)
Drive serial number : 0xb65790ec
Volume label : FREEDOS
Local path : D:\Escritorio\Universidad
Link target identifier:
Shell item list
Number of items : 3
Shell item: 1
Item type : Root folder
Class type indicator : 0x1f (Root folder)
Shell folder identifier : 20d04fe0-3aea-1069-a2d8-08002b30309d
Shell folder name : My Computer
Shell item: 2
Item type : Volume
Class type indicator : 0x2e (Volume)
Extension block: 1
Signature : 0xbeef0026
Shell item: 3
Item type : File entry
Class type indicator : 0x31 (File entry: Directory)
Name : UNIVER~1
Modification time : Sep 29, 2020 15:12:42
File attribute flags : 0x00000010
Is directory (FILE_ATTRIBUTE_DIRECTORY)
Extension block: 1
Signature : 0xbeef0004 (File entry extension)
Long name : Universidad
Creation time : Sep 12, 2018 11:54:34
Access time : Sep 29, 2020 15:12:42
NTFS file reference : MFT entry: 45880, sequence: 1
Как я могу исправить это и получить доступ к папке? В Windows это не прямой доступ к папке.
Я использую Ubuntu 18.04 и монтирую Windows 10.
Спасибо!