Page 1 of 2
File Share lacie cloudbox fvdw-sl

Posted:
Wed Jan 08, 2020 9:14 am
by maxdax
Hello my dear
I have a problem with Lacie Cloudbox and fvdw-sl.
I wanted to change the permissions in File Share and deleted the public folder.
After restarting the disk, I cannot see the file partition.
After re-creating the public folder and granting permissions, the files are missing and the disk is clean.
Are the files to be saved?
Thank you for your help.
Re: File Share lacie cloudbox fvdw-sl

Posted:
Wed Jan 08, 2020 9:39 am
by Jocko
Hi
Please to post the output of
- Code: Select all
mount
ls -l /share
ls -l /share/1000
Re: File Share lacie cloudbox fvdw-sl

Posted:
Wed Jan 08, 2020 10:35 am
by maxdax
Do I have to explain the disc from housing? And run linux live? There is no other option? I don't know much about the console.
Re: File Share lacie cloudbox fvdw-sl

Posted:
Wed Jan 08, 2020 10:39 am
by Jocko
No just use a ssh access
So install Putty on your laptop and if you do not have yet change the root password, the credentials are: login= root and password= giveit2me
Re: File Share lacie cloudbox fvdw-sl

Posted:
Wed Jan 08, 2020 5:21 pm
by maxdax
- Code: Select all
root@NAS:/ # ls -l /share
total 4
drwxrwxrwx 3 root root 4096 2020-01-06 22:43 1000
root@NAS:/ # ls -l /share/1000
total 16
Re: File Share lacie cloudbox fvdw-sl

Posted:
Wed Jan 08, 2020 5:42 pm
by Jocko
You missed this output (and the main)
- Code: Select all
mount
and
- Code: Select all
root@NAS:/ # ls -l /share/1000
total 16
Seems to be a not right output, please to do
- Code: Select all
ls -al /share/1000
Re: File Share lacie cloudbox fvdw-sl

Posted:
Wed Jan 08, 2020 5:53 pm
by maxdax
I used commands.
- Code: Select all
login as: root
root@10.0.0.99's password:
root@NAS:/ # mount
/dev/root on / type ext3 (rw,relatime,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,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/sda8 on /share/1000 type ext4 (rw,noatime,nodelalloc,data=ordered)
root@NAS:/ # ls -l /share/1000
total 16
drwx------ 2 root root 16384 2000-01-01 01:39 lost+found
root@NAS:/ # ls -al /share/1000
total 24
drwxrwxrwx 3 root root 4096 2020-01-06 22:43 .
drwxrwxrwx 3 root root 4096 2011-11-16 12:00 ..
drwx------ 2 root root 16384 2000-01-01 01:39 lost+found
root@NAS:/ #
Re: File Share lacie cloudbox fvdw-sl

Posted:
Wed Jan 08, 2020 6:01 pm
by Jocko
:scratch
All is ok !
Can you explain what you made first when you tried to delete a share
For me, there is no longer data on the partition sda8! :whistle
Re: File Share lacie cloudbox fvdw-sl

Posted:
Wed Jan 08, 2020 6:07 pm
by maxdax
I only removed the public share, then I created the public share again
Re: File Share lacie cloudbox fvdw-sl

Posted:
Wed Jan 08, 2020 6:09 pm
by Jocko
I am sorry but there is no other data on your NAS. was it the case ? (you use only one share: 'public' ?)