Comment 36 for bug 1680224

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

VERIFICATION

----
BIONIC

(k)rafaeldtinoco@autofslabb:~$ dpkg-query -f '${Package} ${Version}\n' -W 'autofs'
autofs 5.1.2-1ubuntu3.2

(k)rafaeldtinoco@autofslabb:~$ cat /cifs/localhost/myshare/myshare.txt
This is myshare.
(k)rafaeldtinoco@autofslabb:~$ cat /cifs/localhost/C$/c.txt
This is C.
(k)rafaeldtinoco@autofslabb:~$ cat /cifs/localhost/C\$/c.txt
This is C.

----

EOAN

(k)rafaeldtinoco@autofslabe:~$ dpkg-query -f '${Package} ${Version}\n' -W 'autofs'
autofs 5.1.5-1ubuntu2

(k)rafaeldtinoco@autofslabe:~$ cat /cifs/localhost/myshare/myshare.txt
This is myshare.
(k)rafaeldtinoco@autofslabe:~$ cat /cifs/localhost/C$/c.txt
This is C.
(k)rafaeldtinoco@autofslabe:~$ cat /cifs/localhost/C\$/c.txt
This is C.

----

FOCAL

(k)rafaeldtinoco@autofslabf:~$ dpkg-query -f '${Package} ${Version}\n' -W 'autofs'
autofs 5.1.6-2ubuntu0.1

(k)rafaeldtinoco@autofslabf:~$ cat /cifs/localhost/myshare/myshare.txt
This is myshare.
(k)rafaeldtinoco@autofslabf:~$ cat /cifs/localhost/C$/c.txt
This is C.
(k)rafaeldtinoco@autofslabf:~$ cat /cifs/localhost/C\$/c.txt
This is C.