What's new
  • 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!

Mount USB Drive on NMT

meridien

New Around Here
Hi,

I am trying to mount a drive array (Mediasonic Probox with 2 HDDs) connected by USB to a N66U on a PCH Networked media tank without success.

I setup Samba and NFS share options on the N66U and can browse to folders on the Probox from my windows PC as well as from the PCH.

However when I telnet into the Popcornhour NMT and run the following mount commands the session either hangs or I get permission denied.

/bin/mount -t nfs 192.168.2.3:/dev/sda2 "/share/Mounts/vdo11" -o soft,lock

/bin/mount -t cifs //192.168.2.3/dev/sda2 "/share/Mounts/vdo11" -o username=admin/password=****

192.168.2.3 is the IP of the N66U.
The above command syntax works fine to mount shares from multiple NAS devices on the PCH.

Could someone help me sort out the mount commands above please.

Following is the df -h output
Filesystem Size Used Available Use% Mounted on
/dev/root 24.3M 24.3M 0 100% /
tmpfs 117.1M 2.2M 114.8M 2% /tmp
devfs 117.1M 0 117.1M 0% /dev
/dev/sda2 2.7T 367.1G 2.4T 13% /tmp/mnt/vdo11
/dev/sdc1 931.5G 464.0M 931.1G 0% /tmp/mnt/vdo12

Thanks, M
 

Similar 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!
Back
Top