Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 650990 - sys-kernel/gentoo-sources-4.15.10: missing directories with cifs
Summary: sys-kernel/gentoo-sources-4.15.10: missing directories with cifs
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-20 14:35 UTC by Xuefer
Modified: 2020-01-18 23:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xuefer 2018-03-20 14:35:49 UTC
$ sudo umount /c; sudo mount //192.168.2.3/c /c -t cifs -o uid=xuefer,gid=root,iocharset=utf8,credentials=/etc/credentials/c,vers=1.0; ls /c/var/virtual -l
disks
outdisks
srvstart.ini
Virtualbox
VMWare
VmwareShared


$ sudo umount /c; sudo mount //192.168.2.3/c /c -t cifs -o uid=xuefer,gid=root,iocharset=utf8,credentials=/etc/credentials/c,vers=3.0; ls  /c/var/virtual -1
srvstart.ini
Virtualbox
VMWare
VmwareShared

$ ls /c/var/virtual/disks
android-x86-5.1-rc1.iso .........

it's there but not listed in /c/var/virtual/

what's so special about virtual directory: server side is Windows 10, the folder is mounted in diskmgmt.msc from a ntfs partition which is not mounted anywhere, not even via drive letter
Comment 1 Mike Pagano gentoo-dev 2019-07-17 11:57:22 UTC
Is this still an issue?