What's new

BACKUPMON BACKUPMON v1.8.20 -Oct 12, 2024- Backup/Restore your Router: JFFS + NVRAM + External USB Drive! CIFS/SMB/NFS! (Now available in AMTM!)

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

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
Try creating mount point via command line: 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:
@bidh

This was done in error on firmware versions 3006 and has since been resolved on Merlin firmware.
As mentioned by @RMerlin here: https://www.snbforums.com/threads/a...vailable-for-wifi-7-devices.90487/post-914044
And in commit: https://github.com/RMerl/asuswrt-merlin.ng/commit/d483436bfd11524125afab4ae1e5551116a27f8d

Of course, the removal on the 3006 has no impact on your 3004 firmware. Even when it comes to 3004.388.8_2 cifs works without issue on Merlin firmware.
If it's missing on Gnuton I would open an issue on the Gnuton GitHub.

As I said cifs.ko is missing and I already notified it on github.
And nfs.ko is apparently also missing from that firmware on that router.

I reused the same mount point to check if the problem was the communication to the NAS or creating the mounting point.


[B]visortgw[/B]:

Try creating mount point via command line: mkdir /tmp/mnt/netbackup

I created the folder before trying mount -t cifs.
So, I'll stick on doing backups on that 2d partition, partition that can be accessed on the network.

For the record, I am now using Synology Active Backup to backup on the NAS the backup folder from the AX58Uv2 smb fileserver.
Without any trouble.

Thanks for your time.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top