All Shares Gone - Lacie 5Big Network 2

Re: All Shares Gone - Lacie 5Big Network 2

Postby cwherbert » Sat Jun 20, 2015 8:55 pm

hi fvdw,

thing I changed was using a switch in between - before I had the NAS directly to the laptop.

indeed, I didn't get a new command prompt

I opened a new telnet session, but the mountpoint directory is empty :dontknow

thids is what I got:

root@fvdw-sta-kirkwood:/ # ls -l
total 8
drwxr-xr-x 2 root root 1800 Jan 1 00:00 bin
drwxrwxr-x 6 root root 4680 Jan 1 00:00 dev
drwxrwxrwx 4 root root 200 May 25 2015 etc
-rwxr-xr-x 1 root root 1799 May 25 2015 init
-rw-r--r-- 1 root root 16 Jan 1 00:00 ip.txt
drwxr-xr-x 3 root root 140 May 25 2015 lib
lrwxrwxrwx 1 root root 12 Jan 1 00:00 linuxrc -> /bin/busybox
drwxrwxrwx 3 root root 60 May 25 2015 mnt
drwxr-xr-x 2 root root 40 Jan 1 00:05 mountpoint
dr-xr-xr-x 69 root root 0 Jan 1 00:00 proc
drwxr-xr-x 2 root root 1600 Jan 1 00:04 sbin
dr-xr-xr-x 12 root root 0 Jan 1 00:00 sys
drwxr-xr-x 5 root root 100 May 25 2015 usr
drwxr-xr-x 3 root root 60 May 25 2015 var
root@fvdw-sta-kirkwood:/ #
cwherbert
 
Posts: 24
Joined: Sun Jun 14, 2015 7:08 pm

Re: All Shares Gone - Lacie 5Big Network 2

Postby fvdw » Sat Jun 20, 2015 9:58 pm

maybe it is still assembling the array.
if you use the command "top" (without the quotes) you can see if mdadm is still running

otherwise you could give the command mdadm with option examine your raid array

Do you know which file system was used for the array, the standalone kernel (#24) supports ext3 and xfs
But in case the file system is not supported the mount command should give an error

You could try to leave away -o ro in your mount command
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: All Shares Gone - Lacie 5Big Network 2

Postby cwherbert » Sat Jun 20, 2015 10:11 pm

hi fvdw,

I am afraid I am lost again. did top with following results:

Code: Select all
Mem: 16752K used, 495184K free, 0K shrd, 1162936K buff, 1162936K cached
CPU:  0.1% usr  0.0% sys  0.0% nic 99.8% idle  0.0% io  0.0% irq  0.0% sirq
Load average: 3.00 2.66 2.27 1/60 2324
  PID  PPID USER     STAT   VSZ %VSZ CPU %CPU COMMAND
 2323  2315 root     R     1224  0.2   0  0.1 top
  662     2 root     SW       0  0.0   0  0.1 [kworker/0:2]
  712     1 root     S     1688  0.3   0  0.0 /sbin/discoverd
    1     0 root     S     1232  0.2   0  0.0 /bin/sh
 2315   723 root     S     1232  0.2   0  0.0 -sh
  723     1 root     S     1228  0.2   0  0.0 /sbin/telnetd
 2073     1 root     D     1220  0.2   0  0.0 mount -o ro /dev/md4 /mountpoint
 2140     1 root     D     1220  0.2   0  0.0 mount -o ro /dev/md4 /mountpoint
 2314     1 root     D     1220  0.2   0  0.0 mount /dev/md4 /mountpoint
  727     1 root     S      200  0.0   0  0.0 /sbin/buttons-nwsp2
 2077     2 root     SW       0  0.0   0  0.0 [xfsaild/md4]
    7     2 root     SW       0  0.0   0  0.0 [rcu_preempt]
  414     2 root     SW       0  0.0   0  0.0 [kworker/u2:3]
    3     2 root     SW       0  0.0   0  0.0 [ksoftirqd/0]
  405     2 root     SW       0  0.0   0  0.0 [scsi_eh_0]
 2301     1 root     Z        0  0.0   0  0.0 [top]
   11     2 root     SW       0  0.0   0  0.0 [kworker/u2:1]
  409     2 root     SW       0  0.0   0  0.0 [scsi_eh_1]
  476     2 root     SW<      0  0.0   0  0.0 [aoe_tx0]
  230     2 root     SW       0  0.0   0  0.0 [khubd]
 2064     2 root     SW       0  0.0   0  0.0 [md4_raid5]
cwherbert
 
Posts: 24
Joined: Sun Jun 14, 2015 7:08 pm

Re: All Shares Gone - Lacie 5Big Network 2

Postby fvdw » Sat Jun 20, 2015 10:39 pm

kill first all mount process before running a new on
Code: Select all
killall -9 mount
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: All Shares Gone - Lacie 5Big Network 2

Postby cwherbert » Mon Jun 22, 2015 3:18 pm

hi fvdw,

did the mdadm --examine /dev/sd[abcde]2 and sent you the output

so I think the assemble worked, however when I try to mount, it hangs

with regards to array file system ... how can I find out what the what the array was set up with?
cwherbert
 
Posts: 24
Joined: Sun Jun 14, 2015 7:08 pm

Re: All Shares Gone - Lacie 5Big Network 2

Postby fvdw » Mon Jun 22, 2015 3:35 pm

where did you sent the output ?
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: All Shares Gone - Lacie 5Big Network 2

Postby cwherbert » Mon Jun 22, 2015 3:44 pm

to you as a private message - not sure how confidential the output was ;) , sorry
cwherbert
 
Posts: 24
Joined: Sun Jun 14, 2015 7:08 pm

Re: All Shares Gone - Lacie 5Big Network 2

Postby fvdw » Mon Jun 22, 2015 4:20 pm

i did not receive it, you can post here, pm only work after you have made 10 posts
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: All Shares Gone - Lacie 5Big Network 2

Postby cwherbert » Mon Jun 22, 2015 6:33 pm

i think the NAS might be working in the background …? after i try to mount the assembled array

this is what I got from examine:


root@fvdw-sta-kirkwood:/ # mdadm --examine /dev/sd[abcde]2
/dev/sda2:
Magic : a92b4efc
Version : 1.0
Feature Map : 0x0
Array UUID : 7927d386:af211243:6adef83d:39460332
Name : (none):4
Creation Time : Thu Jan 1 00:00:40 1970
Raid Level : raid5
Raid Devices : 5

Avail Dev Size : 3902979960 (1861.09 GiB 1998.33 GB)
Array Size : 7805958144 (7444.34 GiB 7993.30 GB)
Used Dev Size : 3902979072 (1861.09 GiB 1998.33 GB)
Super Offset : 3902980216 sectors
State : clean
Device UUID : b3f99c98:a64a9aa9:056f16bf:c29c17d2

Update Time : Thu Jan 1 00:06:01 1970
Checksum : 124feadd - correct
Events : 1040

Layout : left-symmetric
Chunk Size : 512K

Device Role : Active device 0
Array State : AAAAA ('A' == active, '.' == missing)
/dev/sdb2:
Magic : a92b4efc
Version : 1.0
Feature Map : 0x0
Array UUID : 7927d386:af211243:6adef83d:39460332
Name : (none):4
Creation Time : Thu Jan 1 00:00:40 1970
Raid Level : raid5
Raid Devices : 5

Avail Dev Size : 3902979824 (1861.09 GiB 1998.33 GB)
Array Size : 7805958144 (7444.34 GiB 7993.30 GB)
Used Dev Size : 3902979072 (1861.09 GiB 1998.33 GB)
Super Offset : 3902980080 sectors
State : clean
Device UUID : 9633f151:9e81a315:bd1f2e21:c7f6a778

Update Time : Thu Jan 1 00:06:01 1970
Checksum : 40556564 - correct
Events : 1040

Layout : left-symmetric
Chunk Size : 512K

Device Role : Active device 1
Array State : AAAAA ('A' == active, '.' == missing)
/dev/sdc2:
Magic : a92b4efc
Version : 1.0
Feature Map : 0x0
Array UUID : 7927d386:af211243:6adef83d:39460332
Name : (none):4
Creation Time : Thu Jan 1 00:00:40 1970
Raid Level : raid5
Raid Devices : 5

Avail Dev Size : 3902979824 (1861.09 GiB 1998.33 GB)
Array Size : 7805958144 (7444.34 GiB 7993.30 GB)
Used Dev Size : 3902979072 (1861.09 GiB 1998.33 GB)
Super Offset : 3902980080 sectors
State : clean
Device UUID : 760939e7:c3f86462:2d14bd40:52a99fd4

Update Time : Thu Jan 1 00:06:01 1970
Checksum : 9de55966 - correct
Events : 1040

Layout : left-symmetric
Chunk Size : 512K

Device Role : Active device 2
Array State : AAAAA ('A' == active, '.' == missing)
/dev/sdd2:
Magic : a92b4efc
Version : 1.0
Feature Map : 0x0
Array UUID : 7927d386:af211243:6adef83d:39460332
Name : (none):4
Creation Time : Thu Jan 1 00:00:40 1970
Raid Level : raid5
Raid Devices : 5

Avail Dev Size : 3902979824 (1861.09 GiB 1998.33 GB)
Array Size : 7805958144 (7444.34 GiB 7993.30 GB)
Used Dev Size : 3902979072 (1861.09 GiB 1998.33 GB)
Super Offset : 3902980080 sectors
State : clean
Device UUID : 961c9c96:1f3c8e90:2f95c276:dbafebbb

Update Time : Thu Jan 1 00:06:01 1970
Checksum : 98c3376e - correct
Events : 1040

Layout : left-symmetric
Chunk Size : 512K

Device Role : Active device 3
Array State : AAAAA ('A' == active, '.' == missing)
/dev/sde2:
Magic : a92b4efc
Version : 1.0
Feature Map : 0x0
Array UUID : 7927d386:af211243:6adef83d:39460332
Name : (none):4
Creation Time : Thu Jan 1 00:00:40 1970
Raid Level : raid5
Raid Devices : 5

Avail Dev Size : 3902979960 (1861.09 GiB 1998.33 GB)
Array Size : 7805958144 (7444.34 GiB 7993.30 GB)
Used Dev Size : 3902979072 (1861.09 GiB 1998.33 GB)
Super Offset : 3902980216 sectors
State : clean
Device UUID : 185792b9:69213ae9:561932c7:6a9cc276

Update Time : Thu Jan 1 00:06:01 1970
Checksum : 1fabc903 - correct
Events : 1040

Layout : left-symmetric
Chunk Size : 512K

Device Role : Active device 4
Array State : AAAAA ('A' == active, '.' == missing)
root@fvdw-sta-kirkwood:/ #
cwherbert
 
Posts: 24
Joined: Sun Jun 14, 2015 7:08 pm

Re: All Shares Gone - Lacie 5Big Network 2

Postby fvdw » Mon Jun 22, 2015 7:20 pm

this output seems ok to me, I will ask Jocko to have look
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

PreviousNext

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: No registered users and 1 guest