Page 1 of 1

"No usb disk found" - why not?

PostPosted: Thu Mar 16, 2017 4:06 pm
by Fuddyduddy
Hello

It's been a long time since I last posted, and I'm sorry to say that my skills (meagre to begin-with) in using the estimable fsvw firmware have if anything declined even further in the meantime :(

I thought that since I've become so rusty the best thing to do would be to start all over again from the beginning, starting with (re-)setting-up the backups of two of my fsvw file-shares I previously had.

Whereupon I fell at the first hurdle. I've had a WD Elements usb drive plugged-into the front port of my NS2 for quite a while. I've backed-up files to it in the past. The LED on the drive is glowing normally and the drive shows-up in <Attached Devices : USB-devices >. But in <File Share : Backup tab> the words "No usb disk found" appear above the box for entering destination folder(s).

How can this be?

Re: "No usb disk found" - why not?

PostPosted: Thu Mar 16, 2017 6:40 pm
by Jocko
Hi Fuddyduddy,

can you post the output of
Code: Select all
mount
(of course with your usb drive plugged)

and this one
Code: Select all
cat /etc/patch_log

Re: "No usb disk found" - why not?

PostPosted: Fri Mar 17, 2017 11:05 am
by Fuddyduddy
Hi Jocko

Prompt as always!
Code: Select all
login as: root
root@192.168.11.5's password:
root@fvdwsl-base:/ # mount
rootfs on / type rootfs (rw)
/dev/root on / type ext3 (rw,relatime,errors=continue,barrier=1,data=ordered)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
/dev/sda2 on / type ext3 (rw,relatime,errors=continue,barrier=1,data=ordered)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
none on /dev/pts type devpts (rw,relatime,mode=600)
/dev/sda5 on /rw_fs type ext3 (rw,noatime,errors=continue,barrier=1,data=ordered)
tmpfs on /rw_fs/tmp/usr/var type tmpfs (rw,relatime,size=5000k)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
/dev/sdb1 on /rw_fs/tmp/mnt/NAS_backup_1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb1 on /share/1000/NAS_backup_1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda8 on /share/1000 type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrier=1,data=ordered)
/dev/loop0 on /share/1000/disk-images/image-1 type vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=850,iocharset=utf8,shortname=mixed,errors=remount-ro)
/dev/root on /lacie-boot type ext3 (rw,relatime,errors=continue,barrier=1,data=ordered)
root@fvdwsl-base:/ #
That's the first one.

But I'm having no success with the second. First I tried your command-line when in / No dice.

Then I cd'd to /etc and tried again. No dice.

What ought I to be doing that I'm not?

Re: "No usb disk found" - why not?

PostPosted: Fri Mar 17, 2017 7:13 pm
by Jocko
Hi Fuddyduddy,

Fuddyduddy wrote:But I'm having no success with the second.
This means you did not have install the patches for version 16.1 (some ones provide fixes on USB feature)

So first thing to do is to install them.

However, your USB drive is detected and mounted
Code: Select all
/dev/sdb1 on /rw_fs/tmp/mnt/NAS_backup_1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb1 on /share/1000/NAS_backup_1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
So even if you have the warning "No usb disk found", your drive is available on the share "NAS_backup_1"

Re: "No usb disk found" - why not?

PostPosted: Sat Mar 18, 2017 7:27 pm
by Fuddyduddy
@Jocko

Up-loaded these patches:- remoteshr; autowakeup; USB-fix; warning-iesupport.

Here's the second batch of code you asked for
Code: Select all
login as: root
root@192.168.11.5's password:
root@fvdwsl-base:/ # cat /etc/patch_log
[2017-03-18 19:03:59]   unzip|unzip     fvdw-sl 16.1    nwsp2   /fvdw-sl-16.1-afpfix-remoteshr-11oct15.zip(fvdw-sl-16.1-afpfix-remoteshr-11oct15.tar)   OK
[2017-03-18 19:04:30]   unzip|unzip     fvdw-sl 16.1    nwsp2   /fvdw-sl-16.1-fix-autowakeup-03oct15.zip(fvdw-sl-16.1-fix-autowakeup-03oct15.tar)       OK
[2017-03-18 19:04:44]   unzip|unzip     fvdw-sl 16.1    nwsp2   /fvdw-sl-16.1-USB-fix-17feb16.zip(fvdw-sl-16.1-USB-fix-17feb16.tar)     OK
[2017-03-18 19:07:26]   unzip|unzip     fvdw-sl 16.1    nwsp2   /fvdw-sl-16.1-warning-iesupport-03dec15.zip(fvdw-sl-16.1-warning-iesupport-03dec15.tar) OK
root@fvdwsl-base:/ #
USB external drive is now detected in <File Share - Backup>.

I've now set up and scheduled in Cron two backups (to be exact, have reactivated one of the ones I previously had and have set up a second, new, one from scratch).

One thing (actually a lot more than one, but never mind) which continues to fox me is how I examine the contents of the backup folders residing on the usb external drive. Having SSL'd into fvdwsl-base, I drill-down into /share/1000/NAS_backup_1; there I see the two directories (Back-up My_Movies and Back-up Recorded_TV) listed, but if I try to CD to either of them I just get the message "can't CD to Back-up".

Why can't I?

Re: "No usb disk found" - why not?

PostPosted: Sun Mar 19, 2017 8:18 am
by Jocko
hi Fuddyduddy,

You have a space char in your folder name so you need to quote them in your command
Code: Select all
cd '/share/1000/Back-up My_Movies'

Re: "No usb disk found" - why not?

PostPosted: Sun Mar 19, 2017 8:46 am
by Fuddyduddy
Hi Jocko

Thanks for your help. Couldn't do without it :hail

Re: "No usb disk found" - why not?

PostPosted: Sun Mar 19, 2017 3:29 pm
by Fuddyduddy
....and (as a PS)

Installing those patches has incidentally provided the answer to the question posed above about getting access to the backup folders residing on the external usb drive.

They're now accessible, not only via the Telnet server but also directly within Windows Explorer itself, over the network.