I'm trying to mount a Windows partition in my Ubuntu system so I edited fstab with this:
/dev/sda4 /mnt/windows ntfs rw,auto 0 0
This mounts without any problem my Windows partition into /mnt/windows but when I try to access to an especific folder I find this with ls -l:
-rwxrwxrwx 2 root root 844 oct 6 17:21 'Universidad - Acceso directo.lnk'
and I cannot access using cd.
I tried using lnkinfo to see if it was usefull to me but it wasn't.
Windows Shortcut information:Contains a link target identifierLink information:Creation time : Sep 12, 2018 11:54:32.625892600 UTCModification time : Sep 29, 2020 15:12:40.035328300 UTCAccess time : Sep 29, 2020 15:12:40.035328300 UTCFile size : 4096 bytesIcon index : 0Show Window value : 0x00001000Hot Key value : 4096File attribute flags : 0x00000010 Is directory (FILE_ATTRIBUTE_DIRECTORY)Drive type : Fixed (3)Drive serial number : 0xb65790ecVolume label : FREEDOSLocal path : D:\Escritorio\UniversidadLink target identifier:Shell item list Number of items : 3Shell item: 1 Item type : Root folder Class type indicator : 0x1f (Root folder) Shell folder identifier : 20d04fe0-3aea-1069-a2d8-08002b30309d Shell folder name : My ComputerShell item: 2 Item type : Volume Class type indicator : 0x2e (Volume)Extension block: 1 Signature : 0xbeef0026Shell 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
How can I fix it and access to the folder?In Windows the folder it's not a direct access.
I'm using Ubuntu 18.04 and mounting Windows 10.
Thank you!