Accessing my cloudbox-slow blinking blue light

Re: Accessing my cloudbox-slow blinking blue light

Postby fvdw » Sat Jun 04, 2016 9:19 am

Ok

To list the content of that folder "1". You must not use the letter l but the number 1 (one) in the command
Code: Select all
ls -al /data/shares/1
fvdw
Site Admin - expert
 
Posts: 13472
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Accessing my cloudbox-slow blinking blue light

Postby deepeedoubleu » Sat Jun 04, 2016 10:50 pm

Hello,

oh geeze, I don't know why I keep getting the l's and 1's mixed up. Here is what I see when I try to check the 1 share. I also tried to view the data share that appears in the 1 share, but no such file directory.


root@fvdw-sta-kirkwood:/ # ls -al /data/shares
total 12
drwxr-xr-x 3 root root 4096 May 12 2016 .
drwxr-xr-x 10 root root 4096 May 12 2016 ..
drwxrwxrwx 3 root root 4096 May 12 2016 1
root@fvdw-sta-kirkwood:/ # ls -al /data/shares/1
total 12
drwxrwxrwx 3 root root 4096 May 12 2016 .
drwxr-xr-x 3 root root 4096 May 12 2016 ..
drwxrwxrwx 6 root root 4096 May 12 2016 data
root@fvdw-sta-kirkwood:/ # ls -al /data/shares/data
ls: /data/shares/data: No such file or directory
root@fvdw-sta-kirkwood:/ #
deepeedoubleu
 
Posts: 29
Joined: Thu May 05, 2016 3:59 pm

Re: Accessing my cloudbox-slow blinking blue light

Postby fvdw » Sat Jun 04, 2016 11:02 pm

:tapfoot you again made an mistake in the command
you used this
root@fvdw-sta-kirkwood:/ # ls -al /data/shares/data

while you should use
Code: Select all
ls -al /data/shares/1/data

(you forgot the "1")
fvdw
Site Admin - expert
 
Posts: 13472
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Accessing my cloudbox-slow blinking blue light

Postby deepeedoubleu » Sun Jun 05, 2016 2:25 am

Sorry for my error. Now This is what I see. I have tried accessing the Music, Photos, Recovery, and Movies shares shown below, but nothing is coming up except for under Recovery

I did attempt to do a recovery when I first started having this issue so my guess is my files are moved to a recovery area. I found additional share folders in the Recovery folder, but it seems I cannot access them (Dan and Family). The Dan folder should be my root folder containing all of my files, but I do have a lot of subfolders under that folder(Music, Photos, Video, etc.).

Primarily I have my ripped movies, tv shows, and photos which I am trying to hopefully save.



root@fvdw-sta-kirkwood:/ # ls -al /data/shares/1/data
total 28
-rwxr-xr-x 1 root root 107 May 12 2016 CLOUDBOX-HELP.url
drwxrwxrwx 6 root root 4096 May 12 2016 .
drwxrwxrwx 3 root root 4096 May 12 2016 ..
drwxrwxrwx 2 root root 4096 May 12 2016 Music
drwxrwxrwx 2 root root 4096 May 12 2016 Photos
drwxrwxrwx 4 root root 4096 May 12 2016 Recovery
drwxrwxrwx 2 root root 4096 May 12 2016 Videos
root@fvdw-sta-kirkwood:/ # ls -al /data/shares/1/data/Photos
total 8
drwxrwxrwx 2 root root 4096 May 12 2016 .
drwxrwxrwx 6 root root 4096 May 12 2016 ..
root@fvdw-sta-kirkwood:/ # ls -al /data/shares/1/data/Recovery
total 16
drwxrwxrwx 4 root root 4096 May 12 2016 .
drwxrwxrwx 6 root root 4096 May 12 2016 ..
drwxrwxrwx 4 root root 4096 Apr 26 2016 Dan
drwxrwxrwx 9 root root 4096 May 12 2016 Family
root@fvdw-sta-kirkwood:/ # ls -al /data/shares/1/data/Dan
ls: /data/shares/1/data/Dan: No such file or directory
root@fvdw-sta-kirkwood:/ # ls -al /data/shares/1/data/Family
ls: /data/shares/1/data/Family: No such file or directory
root@fvdw-sta-kirkwood:/ # ls -al /data/shares/1/data/Music
total 8
drwxrwxrwx 2 root root 4096 May 12 2016 .
drwxrwxrwx 6 root root 4096 May 12 2016 ..
root@fvdw-sta-kirkwood:/ # ls -al/data/shares/1/data/Photos
ls: invalid option -- /
BusyBox v1.21.0 (2013-02-04 10:48:06 GMT+1) multi-call binary.

Usage: ls [-1AaCxdLHRFplinsehrSXvctu] [-w WIDTH] [FILE]...

List directory contents

-1 One column output
-a Include entries which start with .
-A Like -a, but exclude . and ..
-C List by columns
-x List by lines
-d List directory entries instead of contents
-L Follow symlinks
-H Follow symlinks on command line
-R Recurse
-p Append / to dir entries
-F Append indicator (one of */=@|) to entries
-l Long listing format
-i List inode numbers
-n List numeric UIDs and GIDs instead of names
-s List allocated blocks
-e List full date and time
-h List sizes in human readable format (1K 243M 2G)
-r Sort in reverse order
-S Sort by size
-X Sort by extension
-v Sort by version
-c With -l: sort by ctime
-t With -l: sort by mtime
-u With -l: sort by atime
-w N Assume the terminal is N columns wide
--color[={always,never,auto}] Control coloring

root@fvdw-sta-kirkwood:/ # ls -al/data/shares/1/data/Video
ls: invalid option -- /
BusyBox v1.21.0 (2013-02-04 10:48:06 GMT+1) multi-call binary.

Usage: ls [-1AaCxdLHRFplinsehrSXvctu] [-w WIDTH] [FILE]...

List directory contents

-1 One column output
-a Include entries which start with .
-A Like -a, but exclude . and ..
-C List by columns
-x List by lines
-d List directory entries instead of contents
-L Follow symlinks
-H Follow symlinks on command line
-R Recurse
-p Append / to dir entries
-F Append indicator (one of */=@|) to entries
-l Long listing format
-i List inode numbers
-n List numeric UIDs and GIDs instead of names
-s List allocated blocks
-e List full date and time
-h List sizes in human readable format (1K 243M 2G)
-r Sort in reverse order
-S Sort by size
-X Sort by extension
-v Sort by version
-c With -l: sort by ctime
-t With -l: sort by mtime
-u With -l: sort by atime
-w N Assume the terminal is N columns wide
--color[={always,never,auto}] Control coloring

root@fvdw-sta-kirkwood:/ # ls -al/data/shares/1/data/
deepeedoubleu
 
Posts: 29
Joined: Thu May 05, 2016 3:59 pm

Re: Accessing my cloudbox-slow blinking blue light

Postby fvdw » Sun Jun 05, 2016 7:48 am

Nice, that you could not acces the Dan folder is because you forgot a space in the command behind -al.
You used
ls -al/data/....

While you should use
Code: Select all
ls -al /data/...
notice the space between -al and /data

Further you need to use the full path, so for the recovery folder
Code: Select all
ls -al /data/shares/1/Revovery/Dan

in some commands you forgot in the path some names or used wrong names. And last in linux folder names are case sensitive, so "Dan" is not the same as "dan".

About transfering the data, because the cloudbox doesn't has an usb connector we must use the network to transfer the files. I am preparing a package that you can install when running the standalone kernel. It will enable you to start a ftp server. This server you can approach with a ftp client, like Filezilla. So you need to install a ftp client on your PC hope you are able to do that.
fvdw
Site Admin - expert
 
Posts: 13472
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Accessing my cloudbox-slow blinking blue light

Postby fvdw » Thu Jun 09, 2016 7:35 pm

In the meantime I released the ftp server package for use with the standalone kernel, this server will enable you to copy you data from the nas to your PC

see here for instructions and download
viewtopic.php?f=26&t=2508&p=22850#p22816
fvdw
Site Admin - expert
 
Posts: 13472
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Accessing my cloudbox-slow blinking blue light

Postby deepeedoubleu » Sat Jun 11, 2016 4:40 pm

Thank you for your patience. I have had a busy work week and haven't been able to put time to my drive until now. Here is what I get. I am hitting a dead end when I try to access _Genie Timeline folder. Do I need to keep going? Or can I just proceed with the FTP set up and then direct what folder/files i want to download within the ftp client?

I have some experience with ftp clients but its been a very long time (over a decade). Again, I am not as tech savy as I once was and very much out of practice. Thanks again for all your help!

root@fvdw-sta-kirkwood:/ # ls -al /data
total 48
drwxr-xr-x 10 root root 4096 May 12 2016 .
drwxr-xr-x 15 root root 440 Jan 1 00:04 ..
drwxr-xr-x 2 root root 4096 May 12 2016 afp_db
drwxr-xr-x 3 root root 4096 May 22 2013 autoupdate
drwx------ 2 root root 16384 Jan 1 2010 lost+found
drwxr-xr-x 2 root root 4096 May 12 2016 reserved
drwxr-xr-x 3 root root 4096 May 12 2016 shares
drwxr-xr-x 2 root root 4096 May 12 2016 tmp
drwxr-xr-x 2 root root 4096 May 22 2013 torrent_dir
drwxr-xr-x 5 root root 4096 May 22 2013 var
root@fvdw-sta-kirkwood:/ # ls -al /data/shares/1/data
total 28
-rwxr-xr-x 1 root root 107 May 12 2016 CLOUDBOX-HELP.url
drwxrwxrwx 6 root root 4096 May 12 2016 .
drwxrwxrwx 3 root root 4096 May 12 2016 ..
drwxrwxrwx 2 root root 4096 May 12 2016 Music
drwxrwxrwx 2 root root 4096 May 12 2016 Photos
drwxrwxrwx 4 root root 4096 May 12 2016 Recovery
drwxrwxrwx 2 root root 4096 May 12 2016 Videos
root@fvdw-sta-kirkwood:/ # ls -al /data/shares/1/data/Recovery
total 16
drwxrwxrwx 4 root root 4096 May 12 2016 .
drwxrwxrwx 6 root root 4096 May 12 2016 ..
drwxrwxrwx 4 root root 4096 Apr 26 2016 Dan
drwxrwxrwx 9 root root 4096 May 12 2016 Family
root@fvdw-sta-kirkwood:/ # ls -al /data/shares/1/Recovery/Dan
ls: /data/shares/1/Recovery/Dan: No such file or directory
root@fvdw-sta-kirkwood:/ # ls -al /data/shares/1/data/Recovery
total 16
drwxrwxrwx 4 root root 4096 May 12 2016 .
drwxrwxrwx 6 root root 4096 May 12 2016 ..
drwxrwxrwx 4 root root 4096 Apr 26 2016 Dan
drwxrwxrwx 9 root root 4096 May 12 2016 Family
root@fvdw-sta-kirkwood:/ # ls -al /data/shares/1/data/Recovery/Dan
total 16
drwxrwxrwx 4 root root 4096 Apr 26 2016 .
drwxrwxrwx 4 root root 4096 May 12 2016 ..
drwxrwxrwx 2 root root 4096 Oct 16 2013 .lacie
drwxrwxrwx 4 postgres 100 4096 Oct 16 2013 Backup
root@fvdw-sta-kirkwood:/ # ls -al /data/shares/1/data/Recovery/Dan/Backup
total 16
drwxrwxrwx 4 postgres 100 4096 Oct 16 2013 .
drwxrwxrwx 4 root root 4096 Apr 26 2016 ..
drwxrwxrwx 2 root root 4096 Oct 16 2013 .lacie
drwxrwxrwx 6 postgres 100 4096 Apr 20 2016 _Genie Timeline
root@fvdw-sta-kirkwood:/ # ls -al /data/shares/1/data/Recovery/Dan/Backup/_Genie Timeline
ls: /data/shares/1/data/Recovery/Dan/Backup/_Genie: No such file or directory
ls: Timeline: No such file or directory
root@fvdw-sta-kirkwood:/ # ls -al /data/shares/1/data/Recovery/Dan/Backup/_GenieTimeline
ls: /data/shares/1/data/Recovery/Dan/Backup/_GenieTimeline: No such file or directory
root@fvdw-sta-kirkwood:/ #
deepeedoubleu
 
Posts: 29
Joined: Thu May 05, 2016 3:59 pm

Re: Accessing my cloudbox-slow blinking blue light

Postby fvdw » Sat Jun 11, 2016 5:44 pm

You can install the ftp server, download and instruction can be found via this post here. viewtopic.php?f=28&p=22906#p22852

Read the remark on using binary transfer mode on your client !
So set the client to use always binary transfer mode.
I tested the server with Filezilla client on my windows pc.
Mount your data raid array before starting the ftp client. You will be able to browse through all folders on the nas included the mounted raid array. so you can copy files or complete directories from the nas to your pc by using drag and drop.
fvdw
Site Admin - expert
 
Posts: 13472
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Accessing my cloudbox-slow blinking blue light

Postby deepeedoubleu » Sat Jun 11, 2016 8:40 pm

Thank u for ur response. I will be picking up a new network drive this weekend. I have jnstalled filezilla and will check the settings and will review the other post u sent to me. If all goes well, i will be a very happy person.
deepeedoubleu
 
Posts: 29
Joined: Thu May 05, 2016 3:59 pm

Re: Accessing my cloudbox-slow blinking blue light

Postby John_rush » Sat Feb 04, 2017 5:06 pm

ive been trying to rebuild my raid on lacie network space 2 and instead of

Found volume group "vg" using metadata type lvm2
i get found no volume groups

any ideas or suggestions?
John_rush
 
Posts: 1
Joined: Sun Dec 11, 2016 5:52 pm

PreviousNext

Return to Lacie cloudbox (white casing)

Who is online

Users browsing this forum: No registered users and 25 guests