All Shares Gone - Lacie 5Big Network 2

Re: All Shares Gone - Lacie 5Big Network 2

Postby Glaven Clattuck » Sun May 22, 2016 4:01 pm

Jocko wrote:So try to create a share "Public" and reboot the NAS.

Then on a shell window post this output
Code: Select all
mount
ls -al /shares


Mate, before i forget it. Thank you for the time you are spend to me and for your patience. I appreciate it, really.

Code: Select all
[root@LaCie-5big ~]# mount
rootfs on / type rootfs (rw)
/dev/md0 on /oldroot type ext3 (ro,relatime,errors=continue,data=writeback)
none on /oldroot/proc type proc (rw,relatime)
none on /oldroot/sys type sysfs (rw,relatime)
udev on /dev type tmpfs (rw,relatime,size=10240k,mode=755)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
none on /dev/shm type tmpfs (rw,relatime)
/dev/md1 on /oldroot/var/original type ext3 (ro,relatime,errors=continue,data=writeback)
/dev/md2 on /oldroot/snapshots type ext3 (rw,relatime,errors=continue,data=writeback)
unionfs on / type unionfs (rw,relatime,dirs=/oldroot/snapshots/snaps/00=rw:/oldroot/var/original=ro)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
/dev/md2 on /var type ext3 (rw,relatime,errors=continue,data=writeback)
/dev/md2 on /tmp type ext3 (rw,relatime,errors=continue,data=writeback)
/dev/md2 on /bin type ext3 (rw,relatime,errors=continue,data=writeback)
/dev/md2 on /sbin type ext3 (rw,relatime,errors=continue,data=writeback)
/dev/md2 on /lib type ext3 (rw,relatime,errors=continue,data=writeback)
/dev/md2 on /usr type ext3 (rw,relatime,errors=continue,data=writeback)
/dev/md2 on /www type ext3 (rw,relatime,errors=continue,data=writeback)
usbfs on /proc/bus/usb type usbfs (rw,relatime,devgid=85,devmode=664)
/dev/md4 on /media/internal_1 type xfs (rw,nosuid,nodev,relatime,attr2,nobarrier,allocsize=4096k,usrquota,prjquota,grpquota)
/dev/md4 on /lacie/tmp type xfs (rw,nosuid,nodev,relatime,attr2,nobarrier,allocsize=4096k,usrquota,prjquota,grpquota)
/dev/md4 on /lacie/var type xfs (rw,nosuid,nodev,relatime,attr2,nobarrier,allocsize=4096k,usrquota,prjquota,grpquota)
/dev/md4 on /lacie/torrent_dir type xfs (rw,nosuid,nodev,relatime,attr2,nobarrier,allocsize=4096k,usrquota,prjquota,grpquota)
/dev/md4 on /lacie/autoupdate type xfs (rw,nosuid,nodev,relatime,attr2,nobarrier,allocsize=4096k,usrquota,prjquota,grpquota)
/dev/md4 on /lacie/afp_db type xfs (rw,nosuid,nodev,relatime,attr2,nobarrier,allocsize=4096k,usrquota,prjquota,grpquota)
/dev/md4 on /shares/Public type xfs (rw,nosuid,nodev,relatime,attr2,nobarrier,allocsize=4096k,usrquota,prjquota,grpquota)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
tmpfs on /tmp/samba type tmpfs (rw,relatime)
[root@LaCie-5big ~]# ls -al /shares
drwxr-xr-x    1 root     root          4096 May 22 17:50 .
drwxr-xr-x    1 root     root          4096 May 21 10:04 ..
drwxrwxrwx    7 root     root          4096 May 22 17:51 Public
Glaven Clattuck
Donator VIP
Donator VIP
 
Posts: 152
Joined: Sat May 21, 2016 3:21 pm
Location: Urbe Immortalis

Re: All Shares Gone - Lacie 5Big Network 2

Postby Jocko » Sun May 22, 2016 4:18 pm

So now the question is whether the content of an existing folder is deleted by the firmware when creating a share with the same name.

I'd rather to check this issue before creating the share "Share" (which should contain the recovery data)

-create a folder 'try' in /shares
Code: Select all
mkdir -m 777 /shares/try

-create a file 'try.txt' in /shares/try
Code: Select all
touch /shares/try/try.txt


Then set a share 'try' and look at if try.txt still exists
Code: Select all
ls -l /shares/try/try.txt
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: All Shares Gone - Lacie 5Big Network 2

Postby Glaven Clattuck » Sun May 22, 2016 4:30 pm

Jocko wrote:So now the question is whether the content of an existing folder is deleted by the firmware when creating a share with the same name.

I'd rather to check this issue before creating the share "Share" (which should contain the recovery data)

-create a folder 'try' in /shares
Code: Select all
mkdir -m 777 /shares/try

-create a file 'try.txt' in /shares/try
Code: Select all
touch /shares/try/try.txt


Then set a share 'try' and look at if try.txt still exists
Code: Select all
ls -l /shares/try/try.txt


i made the first two step, but can you explain to me what do you mean with the phrase:
Then set a share 'try' and look at if try.txt still exists[code]ls -l /shares/try/try.txt


do i have to make a new share via dashboard and name it "try"?
Or?
Glaven Clattuck
Donator VIP
Donator VIP
 
Posts: 152
Joined: Sat May 21, 2016 3:21 pm
Location: Urbe Immortalis

Re: All Shares Gone - Lacie 5Big Network 2

Postby Jocko » Sun May 22, 2016 4:34 pm

Glaven Clattuck wrote:i have to make a new share via dashboard and name it "try"
yes that is
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: All Shares Gone - Lacie 5Big Network 2

Postby fvdw » Sun May 22, 2016 4:44 pm

I would look in the folder /shares/Public

Code: Select all
ls -al /shares/Public


Note that path names are case sensitive in linux
fvdw
Site Admin - expert
 
Posts: 13239
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: All Shares Gone - Lacie 5Big Network 2

Postby fvdw » Sun May 22, 2016 4:49 pm

Ps as long as your dasboard shows that 13,5 TB is used of the 15 it means your files must still be there somewhere
fvdw
Site Admin - expert
 
Posts: 13239
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: All Shares Gone - Lacie 5Big Network 2

Postby Glaven Clattuck » Sun May 22, 2016 4:50 pm

Jocko wrote:
Glaven Clattuck wrote:i have to make a new share via dashboard and name it "try"
yes that is


you want believe it! I follow your tips and create a try Share via dashboard, and now on, if a look into this directory the try.txt it's not there, but at its place there are dozens and dozens of my filles.
Let me be more precise.
My Lacie had three volumes, called Concerts, Movies and Music.
Now on the try directory, I found the files that were in "concerts"
This is to say that if I make two other directories with any name, the same thing should happen?
It seems incredible but true.
Last edited by Glaven Clattuck on Sun May 22, 2016 4:58 pm, edited 1 time in total.
Glaven Clattuck
Donator VIP
Donator VIP
 
Posts: 152
Joined: Sat May 21, 2016 3:21 pm
Location: Urbe Immortalis

Re: All Shares Gone - Lacie 5Big Network 2

Postby Glaven Clattuck » Sun May 22, 2016 4:56 pm

fvdw wrote:I would look in the folder /shares/Public

Code: Select all
ls -al /shares/Public


Note that path names are case sensitive in linux


this is the result:

Code: Select all
[root@LaCie-5big shares]# ls -al /shares/Public
drwxrwxrwx    7 root     root          4096 May 22 17:51 .
drwxr-xr-x    1 root     root          4096 May 22 18:26 ..
drwxrwxrwx    2 root     users           21 Mar 31  2015 .AppleDesktop
drwxrwxrwx    2 Domenico users           20 Mar 31  2015 .AppleDouble
drwxrwxrwx    2 root     root             6 May  7 13:25 .lacie
drwxrwxrwx    4 root     users           38 May 22 18:43 Network Trash Folder
drwxrwxrwx    4 root     users           38 May 22 18:43 Temporary Items
Glaven Clattuck
Donator VIP
Donator VIP
 
Posts: 152
Joined: Sat May 21, 2016 3:21 pm
Location: Urbe Immortalis

Re: All Shares Gone - Lacie 5Big Network 2

Postby Jocko » Sun May 22, 2016 4:58 pm

about try.txt file is normal it disappeared (the check would be done on the md4 device side and not on the mountpoint side) :pound

about your shares, I did not understand well how the firmware handle the several mountpoint of md4

So can you post now
Code: Select all
mount
ls -al /shares
ls -al /shares/try


And try to mount manually md4 again
Code: Select all
mkdir /lacie/md4
mount /dev/md4 /lacie/md4
ls -al /lacie/md4
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: All Shares Gone - Lacie 5Big Network 2

Postby fvdw » Sun May 22, 2016 4:59 pm

What is inside /shares/Public/Temporary
fvdw
Site Admin - expert
 
Posts: 13239
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

PreviousNext

Return to Lacie 5big Network vs2

Who is online

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