No Shares management from Dashboard

Re: No Shares management from Dashboard

Postby Jocko » Wed Apr 18, 2018 7:06 am

Hi carloph,

So we need to find the last version of the files in the folder snaps.

Then
- Assemble md2 raid
Code: Select all
mkdir /md2
mdadm --assemble /dev/md2 /dev/sd[abcde]9
mount /dev/md2 /md2

- post these outputs
Code: Select all
 ls -l /md2/snaps/
ls -l /md2/snaps/01/usr/lib/unicorn/unicorn.conf
ls -l /md2/snaps/02/usr/lib/unicorn/unicorn.conf

ls -l /md2/snaps/01/etc/initng/runlevel
ls -l /md2/snaps/02/etc/initng/runlevel

ls -l /md2/snaps/01/etc/initng/sshd.i
ls -l /md2/snaps/02/etc/initng/sshd.i

Note: Do not try to overwrite unicorn.conf or sshd.i on these snapshots by the files available in your laptop (for example unicorn.conf does not contain your last settings)
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: No Shares management from Dashboard

Postby carloph » Wed Apr 18, 2018 9:02 am

Here are the listings

Code: Select all
root@fvdw-sta-kirkwood:/ # ls -l /md2/snaps/
total 4
drwxr-xr-x   23 root     root          4096 Feb 20 16:03 00

root@fvdw-sta-kirkwood:/ # ls -l /md2/snaps/00/usr/lib/unicorn/unicorn.conf
-rw-rw-r--    1 root     root         16923 Mar  2  2012 /md2/snaps/00/usr/lib/unicorn/unicorn.conf

root@fvdw-sta-kirkwood:/ # ls -l /md2/snaps/00/etc/initng/runlevel
total 8
-rwxrwxr-x    1 root     root           136 Jan 18  2013 default.runlevel
-rwxrwxr-x    1 root     root            43 Feb  4  2011 wait.runlevel

root@fvdw-sta-kirkwood:/ #  ls -l /md2/snaps/00//etc/initng/sshd.i
-rw-rw-r--    1 root     root           843 Jul 24  2009 /md2/snaps/00//etc/initng/sshd.i
carloph
Donator VIP
Donator VIP
 
Posts: 45
Joined: Tue Sep 09, 2014 2:01 pm

Re: No Shares management from Dashboard

Postby Jocko » Wed Apr 18, 2018 9:31 am

Hi

I made a typo error, please to do again
Code: Select all
ls -l /md2/snaps
(without a '/' at the end)
So you should have folder '01' and '02'

The other lists are not what I asked : last version can not be in the folder '00'
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: No Shares management from Dashboard

Postby carloph » Wed Apr 18, 2018 9:35 am

Only 00 (not 01 or 02)

Code: Select all
root@fvdw-sta-kirkwood:/ # ls -l /md2/snaps
total 4
drwxr-xr-x   23 root     root          4096 Feb 20 16:03 00
carloph
Donator VIP
Donator VIP
 
Posts: 45
Joined: Tue Sep 09, 2014 2:01 pm

Re: No Shares management from Dashboard

Postby Jocko » Wed Apr 18, 2018 2:12 pm

I am sorry it seems I did not understand Mijzelf's post. So wait and see what he will say.
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: No Shares management from Dashboard

Postby Mijzelf » Wed Apr 18, 2018 5:35 pm

No, you did understand me.

Is it possible that that NAS is never updated? I'm sure I have seen more snaps/* directories, and the scripts in sda7 also do something like
Code: Select all
for dir in $( ls /path/to/snaps/ )
do
    aufs add /path/to/snaps/$dir
done


Anyway, maybe another approach is possible. I have a diskdump of a NS2 here, and it contains a telnetd binary, in /usr/sbin/. If your box has that also, you can try to start that. Telnetd is less complicated, and I don't think Unicorn will try to interfere.

Create a file telnetd.i in /etc/initng/:
Code: Select all
#!/sbin/itype
# This is a i file, used by initng parsed by install_service

daemon telnetd {
   script start = {
      /usr/sbin/telnetd 2>&1 >/dev/null &
   }
}
and add telnetd to the latest /etc/initng/default.runlevel

Alas I don't have a working Lacie anymore, so I have to lean on memory and wiki.
Mijzelf
 
Posts: 254
Joined: Wed Nov 21, 2012 9:12 am

Re: No Shares management from Dashboard

Postby carloph » Thu Apr 19, 2018 8:14 am

Before attempting to add telnetd, I did not understand how to search for other snaps ....

Thanks
carloph
Donator VIP
Donator VIP
 
Posts: 45
Joined: Tue Sep 09, 2014 2:01 pm

Re: No Shares management from Dashboard

Postby Jocko » Thu Apr 19, 2018 9:34 am

Hi carloph,

sdx7 are the partitions used by md0, previously you posted its root content:
Code: Select all
root@fvdw-sta-kirkwood:/ # ls -la /md0
total 30
drwxr-xr-x   20 root     root          1024 Jul 31  2013 .
drwxr-xr-x   15 root     root           580 Mar 28 09:34 ..
drwxr-xr-x    2 root     root          1024 Jul 31  2013 bin
drwxr-xr-x    2 root     root          1024 Dec 12  2011 boot
drwxr-xr-x    2 root     root          1024 Jul 31  2013 dev
drwxr-xr-x    4 root     root          1024 Jul 31  2013 etc
drwxr-xr-x    3 root     root          1024 Jul 31  2013 home
drwxr-xr-x    2 root     root          1024 Dec 12  2011 include
drwxr-xr-x    4 root     root          1024 Jul 31  2013 lib
drwx------    2 root     root         12288 Jul 31  2013 lost+found
drwxr-xr-x    2 root     root          1024 Dec 12  2011 mnt
drwxr-xr-x    2 root     root          1024 Dec 12  2011 opt
drwxr-xr-x    2 root     root          1024 Dec 12  2011 proc
drwxr-xr-x    2 root     root          1024 Dec 12  2011 root
drwxr-xr-x    2 root     root          1024 Feb 20 16:02 sbin
drwxr-xr-x    2 root     root          1024 Dec 12  2011 snapshots
drwxr-xr-x    2 root     root          1024 Dec 12  2011 sys
drwxr-xr-x    2 root     root          1024 Dec 12  2011 tmp
drwxr-xr-x    4 root     root          1024 Jul 31  2013 usr
drwxr-xr-x    6 root     root          1024 Jul 31  2013 var
snaphots is the folder where md2 is mounted and then after to do it allows to get the snaps directory by the "Lacie" path /snapshots/snaps/

So if you want to search if there is another location of the other snapshots, do :
-assemble md0
Code: Select all
mkdir /md0
mdadm --assemble /dev/md0 /dev/sd[abcde]7
mount /dev/md0 /md0

and do some ls commands on its root folders. (like ls -al /md0/home)
Note: snapshots should be empty, and no need to search on folder boot; proc and sys which are kernel system folders
Note: maybe var folder is a good candidate as md1 is also mounted on var/original

@Mijzelf
As root password is unknown, maybe telnetd.i should contain the same trick to overwrite the root password by the admin password ?
So a content like this
Code: Select all
daemon telnetd {
   script start = {
      if [ ! -e /etc/shadow.telnet.backup ]; then
         cp -dp /etc/shadow /etc/shadow.telnet.backup
         cp -dp /usr/lib/python2.6/site-packages/unicorn/authentication/local/user.py /usr/lib/python2.6/site-packages/unicorn/authentication/local/user.py.telnet.backup
      fi
      cat /etc/shadow | while read line; do
         username=`echo $line | awk 'BEGIN { FS = ":" } ; { print $1 }'`
         password=`echo $line | awk 'BEGIN { FS = ":" } ; { print $2 }'`
         #Escape hashed passwords '$' and '/' caracteres for use in sed
         if [ ${username} == "root" ]; then escaped_root_password=`echo ${password} | sed -e s/\\\\$/\\\\\\\\$/g | sed -e s/\\\\//\\\\\\\\\\\\//g`
         elif [ ${username} == "admin" ]; then escaped_admin_password=`echo ${password} | sed -e s/\\\\$/\\\\\\\\$/g | sed -e s/\\\\//\\\\\\\\\\\\//g`
         fi
         if [ -n "${escaped_admin_password}" ] && [ -n "${escaped_root_password}" ]; then
            sed -i s/${escaped_root_password}/${escaped_admin_password}/g /etc/shadow
            sed -i s/${escaped_root_password}/${escaped_admin_password}/g /usr/lib/python2.6/site-packages/unicorn/authentication/local/user.py
            #debug ... echo "${escaped_root_password} ${escaped_admin_password} done" >> /etc/shadow.log
            break
         fi
      done
     /usr/sbin/telnetd 2>&1 >/dev/null &
   }
}

Note: in your code you use "script start", should be "script daemon" like sshd.i ?
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: No Shares management from Dashboard

Postby carloph » Thu Apr 19, 2018 9:56 am

here is the listing under md0

Code: Select all
root@fvdw-sta-kirkwood:/md0 # ls -la /md0/*
/md0/bin:
total 1691
drwxr-xr-x    2 root     root          1024 Jul 31  2013 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..
lrwxrwxrwx    1 root     root             7 Jul 31  2013 addgroup -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 adduser -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 ash -> busybox
-rwxr-xr-x    1 root     root        731368 Jun 24  2008 busybox
-rwxr-xr-x    1 root     root        762204 Jun 15  2011 busybox_v1.16.2
lrwxrwxrwx    1 root     root             7 Jul 31  2013 cat -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 chgrp -> busybox
-rwxr-xr-x    1 root     root        126274 Jun 24  2008 chmod
lrwxrwxrwx    1 root     root             7 Jul 31  2013 chown -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 cp -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 date -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 dd -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 delgroup -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 deluser -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 df -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 dmesg -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 echo -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 egrep -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 false -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 fgrep -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 grep -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 gunzip -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 gzip -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 hostname -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 ip -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 ipcalc -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 kill -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 ln -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 login -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 ls -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 mkdir -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 mknod -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 mktemp -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 more -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 mount -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 mv -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 netstat -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 pidof -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 ping -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 ps -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 pwd -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 rm -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 rmdir -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 run-parts -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 sed -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 sh -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 sleep -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 stty -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 su -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 sync -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 tar -> busybox
-rwxr-xr-x    1 root     root         96308 Jun 24  2008 touch
lrwxrwxrwx    1 root     root             7 Jul 31  2013 true -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 umount -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 uname -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 usleep -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 vi -> busybox
lrwxrwxrwx    1 root     root             7 Jul 31  2013 zcat -> busybox

/md0/boot:
total 2
drwxr-xr-x    2 root     root          1024 Dec 12  2011 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..

/md0/dev:
total 2
drwxr-xr-x    2 root     root          1024 Jul 31  2013 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..
crw-r--r--    1 root     root        5,   1 Dec 12  2011 console
crw-r--r--    1 root     root        1,   3 Dec 12  2011 null
crw-r--r--    1 root     root        1,   5 Dec 12  2011 zero

/md0/etc:
total 7
drwxr-xr-x    4 root     root          1024 Jul 31  2013 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..
-rw-r--r--    1 root     root            19 Jun 24  2008 inittab
drwxr-xr-x    2 root     root          1024 Jul 31  2013 lvm
-rw-r--r--    1 root     root             0 Jun 24  2008 mtab
-rw-r--r--    1 root     root           228 Dec  9  2010 partition.gpt
-rw-r--r--    1 root     root           103 Dec 14  2010 partition.map
drwxr-xr-x    2 root     root          1024 Jul 31  2013 udev

/md0/home:
total 3
drwxr-xr-x    3 root     root          1024 Jul 31  2013 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..
drwxr-xr-x    3 root     root          1024 Jul 31  2013 EDMINI

/md0/include:
total 2
drwxr-xr-x    2 root     root          1024 Dec 12  2011 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..

/md0/lib:
total 1963
drwxr-xr-x    4 root     root          1024 Jul 31  2013 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..
drwxr-xr-x    2 root     root          1024 Feb 20  2018 lacie
-rwxr-xr-x    1 root     root         91076 Jun 24  2008 ld-linux.so.3
-rwxr-xr-x    1 root     root       1130536 Jun 24  2008 libc.so.6
-rwxr-xr-x    1 root     root         22392 Jun 24  2008 libcrypt.so.1
-rwxr-xr-x    1 root     root         16585 Jun 24  2008 libdl-2.3.6.so
lrwxrwxrwx    1 root     root            14 Jul 31  2013 libdl.so.2 -> libdl-2.3.6.so
-rwxr-xr-x    1 root     root         36716 Jun 24  2008 libgcc_s.so.1
-rwxr-xr-x    1 root     root        650184 Jun 24  2008 libm-2.3.4.so
lrwxrwxrwx    1 root     root            13 Jul 31  2013 libm.so.6 -> libm-2.3.4.so
lrwxrwxrwx    1 root     root            14 Jul 31  2013 libpam.so.0 -> libpam.so.0.77
-rwxr-xr-x    1 root     root         40542 Jun 24  2008 libpam.so.0.77
drwxr-xr-x    2 root     root          1024 Dec 12  2011 modules

/md0/lost+found:
total 13
drwx------    2 root     root         12288 Jul 31  2013 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..

/md0/mnt:
total 2
drwxr-xr-x    2 root     root          1024 Dec 12  2011 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..

/md0/opt:
total 2
drwxr-xr-x    2 root     root          1024 Dec 12  2011 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..

/md0/proc:
total 2
drwxr-xr-x    2 root     root          1024 Dec 12  2011 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..

/md0/root:
total 2
drwxr-xr-x    2 root     root          1024 Dec 12  2011 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..

/md0/sbin:
total 3766
drwxr-xr-x    2 root     root          1024 Feb 20  2018 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..
lrwxrwxrwx    1 root     root            14 Jul 31  2013 e2fsck -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 fdisk -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 fsck -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 fsck.ext2 -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 fsck.ext3 -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 getty -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 halt -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 hdparm -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 hwclock -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 ifconfig -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 ifdown -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 ifup -> ../bin/busybox
-rwxr-xr-x    1 root     root          7259 Jun 15  2011 init
-rwxr-xr-x    1 root     root          2887 Nov 26  2010 init_lvm
-rwxr-xr-x    1 root     root          4938 Aug 25  2010 init_raid
lrwxrwxrwx    1 root     root            14 Jul 31  2013 insmod -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 klogd -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 logread -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 losetup -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 lsmod -> ../bin/busybox
-rwxr-xr-x    1 root     root         38928 Oct 28  2009 md_eeprog
-rwxr-xr-x    1 root     root        543352 Sep 22  2010 mdadm
lrwxrwxrwx    1 root     root            14 Jul 31  2013 mke2fs -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 mkfs.ext2 -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 mkfs.ext3 -> ../bin/busybox
-rwxr-xr-x    1 root     root        844424 Apr 15  2011 mkfs.xfs
lrwxrwxrwx    1 root     root            14 Jul 31  2013 mkswap -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 modprobe -> ../bin/busybox
-rwxr-xr-x    1 root     root       1091297 Dec  9  2010 parted
lrwxrwxrwx    1 root     root            14 Jul 31  2013 pivot_root -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 poweroff -> ../bin/busybox
-rwxr-xr-x    1 root     root          1934 Jun 24  2008 raidmanager
lrwxrwxrwx    1 root     root            14 Jul 31  2013 reboot -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 rmmod -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 route -> ../bin/busybox
-rwxr-xr-x    1 root     root          1408 Jun 24  2008 snapmerge
lrwxrwxrwx    1 root     root            14 Jul 31  2013 swapoff -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 swapon -> ../bin/busybox
lrwxrwxrwx    1 root     root            14 Jul 31  2013 syslogd -> ../bin/busybox
-rwxr-xr-x    1 root     root           416 Jun 24  2008 udev_raidhandler
-rwxr-xr-x    1 root     root        203010 Jun 24  2008 udevd
-rwxr-xr-x    1 root     root        179879 Jun 24  2008 udevstart
lrwxrwxrwx    1 root     root            14 Jul 31  2013 udhcpc -> ../bin/busybox
-rwxr-xr-x    1 root     root         27110 Jun 24  2008 unionctl
-rwxr-xr-x    1 root     root         12743 Jun 24  2008 uniondbg
-rwxr-xr-x    1 root     root         37467 Jun 24  2008 unionimap
-rwxr-xr-x    1 root     root        822760 Sep 21  2011 xfs_growfs
lrwxrwxrwx    1 root     root            14 Jul 31  2013 zcip -> ../bin/busybox

/md0/snapshots:
total 2
drwxr-xr-x    2 root     root          1024 Dec 12  2011 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..

/md0/sys:
total 2
drwxr-xr-x    2 root     root          1024 Dec 12  2011 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..

/md0/tmp:
total 2
drwxr-xr-x    2 root     root          1024 Dec 12  2011 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..

/md0/usr:
total 4
drwxr-xr-x    4 root     root          1024 Jul 31  2013 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..
drwxr-xr-x    2 root     root          1024 Jul 31  2013 bin
drwxr-xr-x    2 root     root          1024 Jul 31  2013 sbin

/md0/var:
total 6
drwxr-xr-x    6 root     root          1024 Jul 31  2013 .
drwxr-xr-x   20 root     root          1024 Jul 31  2013 ..
drwxr-xr-x    2 root     root          1024 Dec 12  2011 base
drwxr-xr-x    2 root     root          1024 Dec 12  2011 basetmp
drwxr-xr-x    3 root     root          1024 Jul 31  2013 lock
drwxr-xr-x    2 root     root          1024 Dec 12  2011 original
carloph
Donator VIP
Donator VIP
 
Posts: 45
Joined: Tue Sep 09, 2014 2:01 pm

Re: No Shares management from Dashboard

Postby Jocko » Thu Apr 19, 2018 11:43 am

Maybe that's the script Mijzelf remembers.

What is the content of
Code: Select all
cat /md0/sbin/snapmerge
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

PreviousNext

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: Google [Bot] and 7 guests