Comment 6 for bug 1854887

Revision history for this message
Matthew Ruffell (mruffell) wrote :

Verification for eoan, via the Bionic 5.3 HWE kernel. The customer installed 5.3.0-40-generic #32~18.04.1-Ubuntu to their bionic machine, and mounted their multi-tier cifs share:

<username>@<hostname>:~$ uname -rv
5.3.0-40-generic #32~18.04.1-Ubuntu SMP Mon Feb 3 14:05:59 UTC 2020
<username>@<hostname>:~$ cd /mnt/share/
<username>@<hostname>:/mnt/share$ ll
total 8
drwxrwxrwx 2 root root 4096 Dec 4 13:36 ./
drwxr-xr-x 3 root root 4096 Dec 4 13:36 ../
<username>@<hostname>:/mnt/share$ cd /
<username>@<hostname>:/$ sudo mount -v -t cifs //company.com/folders/Country/<Share> -o defaults,user=<user> /mnt/share
Password for <user>@//company.com/folders/Country/<Share>: ***************
mount.cifs kernel mount options: ip=<IPv4 Address>,unc=\\company.com\folders,user=<user>,prefixpath=Country/<Share>,pass=***********
<username>@<hostname>:/$ cd /mnt/share/
<username>@<hostname>:/mnt/share$ ll
total 4
drwxr-xr-x 2 root root 0 Oct 18 2017 ./
drwxr-xr-x 3 root root 4096 Dec 4 13:36 ../
drwxr-xr-x 2 root root 0 Feb 5 15:39 <Directory>/
drwxr-xr-x 2 root root 0 Feb 4 17:09 <Directory 2>/
<username>@<hostname>:/mnt/share$ cd <Directory>/
<username>@<hostname>:/mnt/share/<Directory>$

The cifs share mounted successfully, and the user was able to access files in the share. I'm happy to mark this as verified.