visortgw
Very Senior Member
Try creating mount point via command line:And that's the problem, I can't mount another one. I even tried with SMB 1.0.
Code:mount -t cifs \\\\192.168.1.2\\NetBackup /tmp/mnt/netbackup/ -o "username=*********,password=*********,vers=2.0" mount: mounting \\192.168.1.2\NetBackup on /tmp/mnt/netbackup/ failed: No such device
mkdir /tmp/mnt/netbackup
Code:
$ls -al /tmp/mnt
drwxrwxrwx 7 TheS1R root 160 Oct 24 00:35 .
drwxrwxrwx 29 TheS1R root 3160 Oct 24 09:22 ..
drwxrwxrwx 2 TheS1R root 40 Oct 23 11:08 NetBackup1
drwxrwxrwx 2 TheS1R root 40 Oct 24 00:35 NetBackup2
drwxrwxrwx 6 TheS1R root 4096 Jun 20 18:18 TheS1RsUSB
drwxrwxrwx 8 TheS1R root 4096 Jun 29 03:09 bckupTheS1R
drwxrwxrwx 2 TheS1R root 40 Dec 31 1969 defaults
lrwxrwxrwx 1 TheS1R root 16 Dec 31 1969 nvram -> /mnt/defaults/wl
# mount -t cifs \\\\192.168.222.5\\NetBackup /tmp/mnt/NetBackupDoesNotExist/ -o "username=rsyncUser,password=rsyncPassword"
mount: mounting \\192.168.222.5\NetBackup on /tmp/mnt/NetBackupDoesNotExist/ failed: No such file or directory
# mount -t cifs \\\\192.168.222.5\\NetBackup /tmp/mnt/NetBackup1/ -o "username=rsyncUser,password=rsyncPassword"
# ls /tmp/mnt/NetBackup1/
TheS1RsGT-AXE16000 TheS1RsGT-BE98Pro
# umount /tmp/mnt/NetBackup1
# ls -al /tmp/mnt
drwxrwxrwx 7 TheS1R root 160 Oct 24 00:35 .
drwxrwxrwx 29 TheS1R root 3160 Oct 24 09:23 ..
drwxrwxrwx 2 TheS1R root 40 Oct 23 11:08 NetBackup1
drwxrwxrwx 2 TheS1R root 40 Oct 24 00:35 NetBackup2
drwxrwxrwx 6 TheS1R root 4096 Jun 20 18:18 TheS1RsUSB
drwxrwxrwx 8 TheS1R root 4096 Jun 29 03:09 bckupTheS1R
drwxrwxrwx 2 TheS1R root 40 Dec 31 1969 defaults
lrwxrwxrwx 1 TheS1R root 16 Dec 31 1969 nvram -> /mnt/defaults/wl
Last edited: