0

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?

0

You must log in to answer this question.