Score:0

Mount CIFS is seeing directory on network share only if extra directory is created

it flag

On my CentOS ver 7, I have mounted drive from Windows Server 2019 (with shared name "Backup-disk"), and on this drive I have two directories ("A" and "B").

Now I have mounted drive with this command:

sudo mount -t cifs -o vers=2.0,username=...,password=...,domain=.. //X.X.X.X/Backup-disk /mnt_backup/

Code above works, but, when I go to the directory /mnt_backup/ I see two directories:

  1. A
  2. System Volume Information

Now for seeing directory "B", I figure out that If I create directory "C" on Win Server, then I see on Linux next directories:

  1. A
  2. B
  3. System Volume Information

Where could the problem be?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.