All Shares Gone - Lacie 5Big Network 2

Re: All Shares Gone - Lacie 5Big Network 2

Postby Jocko » Wed May 11, 2016 9:01 pm

Just a check
Code: Select all
ls -l /usr/sbin/mount
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: All Shares Gone - Lacie 5Big Network 2

Postby winnt » Wed May 11, 2016 9:05 pm

root@(none):/ # ls -l /usr/sbin/mount
-rwxr-xr-x 1 root root 62872 Aug 7 2012 /usr/sbin/mount
winnt
 
Posts: 12
Joined: Wed Feb 25, 2015 7:04 pm

Re: All Shares Gone - Lacie 5Big Network 2

Postby Jocko » Thu May 12, 2016 8:50 am

Recall: Please to use BBCode 'Code' when you post some output from telnet !

Just to be sure do exactly again this command
Code: Select all
/usr/sbin/mount -o ro /dev/md4 /md4
(full path on the binary)

And after trying it, the output
Code: Select all
dmesg
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: All Shares Gone - Lacie 5Big Network 2

Postby winnt » Thu May 12, 2016 4:10 pm

Code: Select all
root@(none):/ # /usr/sbin/mount /dev/md4 /md4
-sh: /usr/sbin/mount: not found
winnt
 
Posts: 12
Joined: Wed Feb 25, 2015 7:04 pm

Re: All Shares Gone - Lacie 5Big Network 2

Postby Jocko » Thu May 12, 2016 4:46 pm

Hi winnt,

Recall: fvdw-sl console uses only memory to load the OS. So after restarting the nas and using fvdw-sl console, you need to repeat all commands performed on the former session.

So in your case, assemble again md4, create the mount point (/md4), upload mount.tar,...
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: All Shares Gone - Lacie 5Big Network 2

Postby winnt » Thu May 12, 2016 5:51 pm

I haven't logged out of my telnet session yet. It has been up for a few days. The mount file is still there. I will go ahead and reboot the NAS and tftp the mount.tar file back over if you think it will help?
winnt
 
Posts: 12
Joined: Wed Feb 25, 2015 7:04 pm

Re: All Shares Gone - Lacie 5Big Network 2

Postby Jocko » Thu May 12, 2016 6:29 pm

:disapprove This is impossible

Previously binary was available
Code: Select all
root@(none):/ # ls -l /usr/sbin/mount
-rwxr-xr-x 1 root root 62872 Aug 7 2012 /usr/sbin/mount

So if you have the message "/usr/sbin/mount: not found", that means your NAS has rebooted
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: All Shares Gone - Lacie 5Big Network 2

Postby winnt » Thu May 12, 2016 6:40 pm

Code: Select all
root@(none):/ #
root@(none):/ # ls -l /usr/sbin/mount
-rwxrwxrwx    1 root     root         62872 Aug  7  2012 /usr/sbin/mount
root@(none):/ # /usr/sbin/mount /dev/md4 /md4
-sh: /usr/sbin/mount: not found


I just ran this. Is there an uptime command I could run?

ran uptime:
Code: Select all
root@(none):/ # uptime
 08:16:25 up 2 days,  2:24,  0 users,  load average: 0.00, 0.01, 0.02
winnt
 
Posts: 12
Joined: Wed Feb 25, 2015 7:04 pm

Re: All Shares Gone - Lacie 5Big Network 2

Postby Jocko » Thu May 12, 2016 7:09 pm

So in this case, close your telnet console and stop the nas.

And repeat all previous step
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: All Shares Gone - Lacie 5Big Network 2

Postby winnt » Fri May 13, 2016 2:30 pm

Here is my telnet session from this morning:
Code: Select all
root@(none):/ # tftp -l /sbin/mdadm -r mdadm -g 192.168.1.51
mdadm                100% |***********************************************************************|  1100k  0:00:00 ETA
root@(none):/ # chmod 755 /sbin/mdadm
root@(none):/ # mdadm --assemble /dev/md4 /dev/sd[abcde]2
mdadm: /dev/md4 has been started with 5 drives.
root@(none):/ #
root@(none):/ # cd /
root@(none):/ # tftp -l mount.tar -r mount.tar -g 192.168.1.51
mount.tar            100% |***********************************************************************|   199k  0:00:00 ETA
root@(none):/ # tar -xvf mount.tar
usr/
usr/sbin/
usr/sbin/mount
usr/lib/
usr/lib/libblkid.so.1
usr/lib/libblkid.so.1.1.0
usr/lib/libblkid.so
root@(none):/ #
root@(none):/ # mkdir /md4
root@(none):/ # /usr/sbin/mount /dev/md4 /md4
-sh: /usr/sbin/mount: not found
root@(none):/ # ls -l /usr/sbin/mount
-rwxr-xr-x    1 root     root         62872 Aug  7  2012 /usr/sbin/mount
root@(none):/ # /usr/sbin/mount -o ro /dev/md4 /md4
-sh: /usr/sbin/mount: not found
root@(none):/ # ls -l /usr/sbin/mount
-rwxr-xr-x    1 root     root         62872 Aug  7  2012 /usr/sbin/mount
root@(none):/ # uptime
 04:00:53 up 40 min,  0 users,  load average: 1.47, 1.44, 1.24
root@(none):/ # chmod 755 /usr/sbin/mount
root@(none):/ # ls -l /usr/sbin/mount
-rwxr-xr-x    1 root     root         62872 Aug  7  2012 /usr/sbin/mount
root@(none):/ # /usr/sbin/mount -o ro /dev/md4 /md4
-sh: /usr/sbin/mount: not found
root@(none):/ # chmod 777 /usr/sbin/mount
root@(none):/ # ls -l /usr/sbin/mount
-rwxrwxrwx    1 root     root         62872 Aug  7  2012 /usr/sbin/mount
root@(none):/ #


Is there another version of mount I need? 32 or 64 bit or something?

Thanks.
winnt
 
Posts: 12
Joined: Wed Feb 25, 2015 7:04 pm

PreviousNext

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: No registered users and 11 guests