NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
tom2019
Sep 10, 2019Aspirant
How to start samba service in tech support mode?
I am in the recovery step. But I am in the tech suppot mode with telnet. The recovery folder is /mnt/recovery. Now how should I backup data to external drive? How can I enable the samba service in...
StephenB
Sep 10, 2019Guru - Experienced User
You could connect a USB drive directly to the NAS and just mount that.
Have you tried
# service snmpd start
tom2019
Sep 10, 2019Aspirant
Good idea. Stephen
Can you share how to mount the usb drive? I am using a ntfs based usb drive.
- StephenBSep 10, 2019Guru - Experienced User
tom2019 wrote:
Good idea. Stephen
Can you share how to mount the usb drive? I am using a ntfs based usb drive.
It's not something I do much. You would want to mount the OS partition and chroot if you haven't done that already.
It's possible that the USB drive would automatically mount. You can mount all unmounted drives with
# mount -a
There's a more general guide here: https://www.tutorialspoint.com/articles/how-to-mount-usb-drive-in-a-linux-system though of course you don't use sudo when you are logged in as root.
- tom2019Sep 10, 2019Aspirant
no luck.
# mount -a
mount: mounting /dev/root on / failed: No such file or directory
mount: mounting tmpfs on /dev/shm failed: No such file or directory
mount: mounting tmpfs on /tmp failed: Invalid argument- StephenBSep 10, 2019Guru - Experienced User
tom2019 wrote:
# mount -a
mount: mounting /dev/root on / failed: No such file or directory
mount: mounting tmpfs on /dev/shm failed: No such file or directory
mount: mounting tmpfs on /tmp failed: Invalid argumentI was afraid of that - these aren't related to the USB drive, just other volumes that aren't mounted (and apparently can't be right now).
Does the tutorial help?
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!