Cannot access 5big network 2

Re: Cannot access 5big network 2

Postby Jocko » Tue May 19, 2015 2:59 pm

As this raid is mounted several times, you must also have some technical folders:
Code: Select all
/dev/md4 /media/internal_1 xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /lacie/tmp xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /lacie/var xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /lacie/torrent_dir xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /lacie/autoupdate xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /lacie/afp_db xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /shares/Share xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /shares/Public xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
So no need to copy all folders,
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Cannot access 5big network 2

Postby pacco » Tue May 19, 2015 3:01 pm

Jocko wrote:As this raid is mounted several times, you must also have some technical folders:
Code: Select all
/dev/md4 /media/internal_1 xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /lacie/tmp xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /lacie/var xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /lacie/torrent_dir xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /lacie/autoupdate xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /lacie/afp_db xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /shares/Share xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /shares/Public xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
So no need to copy all folders,

Trying to copy the folder under shares called 1. It has several sub folders.

Code: Select all
root@fvdw-sta-kirkwood:/ # cd /tmp/mountpoint/shares/
root@fvdw-sta-kirkwood:/tmp/mountpoint/shares # ls
1  2  3  4  5
root@fvdw-sta-kirkwood:/tmp/mountpoint/shares # cd 1
root@fvdw-sta-kirkwood:/tmp/mountpoint/shares/1 # ls
Diverse                       SERA OVERZETTEN IN AMSTERDAM
Oude gebruikers       Virtuele Servers
pacco
 
Posts: 76
Joined: Tue Apr 28, 2015 1:27 pm

Re: Cannot access 5big network 2

Postby pacco » Tue May 19, 2015 3:22 pm

Jocko wrote:As this raid is mounted several times, you must also have some technical folders:
Code: Select all
/dev/md4 /media/internal_1 xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /lacie/tmp xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /lacie/var xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /lacie/torrent_dir xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /lacie/autoupdate xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /lacie/afp_db xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /shares/Share xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
/dev/md4 /shares/Public xfs rw,nosuid,nodev,relatime,attr2,nobarrier,sunit=1024,swidth=3072,usrquota,prjquota,grpquota 0 0
So no need to copy all folders,

Ok, tried cp -r /tmp/mountpoint/shares/1 /tmp/usbdisk/ and it works!!! If I check the usbdisk folder I see things coming in!

To be continued on Thursday!!!

Thanks very much so far @Jocko and @Mijzelf for helping me out. I really really appreciate it! :rock

Regards,

Frank
pacco
 
Posts: 76
Joined: Tue Apr 28, 2015 1:27 pm

Re: Cannot access 5big network 2

Postby pacco » Tue May 19, 2015 3:24 pm

Bummer!

Code: Select all
cp: can't open '/tmp/mountpoint/shares/1/Oude gebruikers/LEX.pst': File too large
pacco
 
Posts: 76
Joined: Tue Apr 28, 2015 1:27 pm

Re: Cannot access 5big network 2

Postby Jocko » Tue May 19, 2015 3:29 pm

As pst file is the mail archive of outlook, it may be very large...

Code: Select all
ls -lh '/tmp/mountpoint/shares/1/Oude gebruikers/LEX.pst'

Did you succeed to copy a file bigger than 2GB ?

I think it is a busybox limit. You need a static version of cp. fvdw can do this but what is the content of bin folder
Code: Select all
ls -l /bin
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Cannot access 5big network 2

Postby Mijzelf » Tue May 19, 2015 3:30 pm

pacco wrote:Bummer!

Code: Select all
cp: can't open '/tmp/mountpoint/shares/1/Oude gebruikers/LEX.pst': File too large
What size is that file?
Mijzelf
 
Posts: 254
Joined: Wed Nov 21, 2012 9:12 am

Re: Cannot access 5big network 2

Postby pacco » Tue May 19, 2015 3:32 pm

Jocko wrote:As pst file is the mail archive of outlook, it may be very large...

Code: Select all
ls -lh '/tmp/mountpoint/shares/1/Oude gebruikers/LEX.pst'

Did you succeed to copy a file bigger than 2TB ?

Yes, I know it is an Outlook archive file. Most are not larger than 15Gb. 2Tb doesn't fit on the drive. It is only 1Tb big.

Some more came in...too big :-(
pacco
 
Posts: 76
Joined: Tue Apr 28, 2015 1:27 pm

Re: Cannot access 5big network 2

Postby pacco » Tue May 19, 2015 3:34 pm

Mijzelf wrote:
pacco wrote:Bummer!

Code: Select all
cp: can't open '/tmp/mountpoint/shares/1/Oude gebruikers/LEX.pst': File too large
What size is that file?

-rwxrw-rw- 1 _ntp 100 3813991424 Feb 2 2010 LEX.pst
pacco
 
Posts: 76
Joined: Tue Apr 28, 2015 1:27 pm

Re: Cannot access 5big network 2

Postby Jocko » Tue May 19, 2015 3:35 pm

I edited my previous post and when I wrote 2TB I meant 2GB !
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Cannot access 5big network 2

Postby pacco » Tue May 19, 2015 3:37 pm

Jocko wrote:As pst file is the mail archive of outlook, it may be very large...

Code: Select all
ls -lh '/tmp/mountpoint/shares/1/Oude gebruikers/LEX.pst'

Did you succeed to copy a file bigger than 2GB ?

I think it is a busybox limit. You need a static version of cp. fvdw can do this but what is the content of bin folder
Code: Select all
ls -l /bin


Code: Select all
root@fvdw-sta-kirkwood:/ # ls -l /bin
total 1052
lrwxrwxrwx    1 root     root             7 May  3 11:01 ash -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 base64 -> /bin/busybox
-rwxr-xr-x    1 root     root       1074668 Feb  5  2013 busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 cat -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 catv -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 chattr -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 chgrp -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 chmod -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 chown -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 conspy -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 cp -> busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 cpio -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 cttyhack -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 date -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 dd -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 df -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 dmesg -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 dnsdomainname -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 dumpkmap -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 echo -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 ed -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 egrep -> busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 false -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 fdflush -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 fgrep -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 fsync -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 getopt -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 grep -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 gunzip -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 gzip -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 hostname -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 hush -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 ionice -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 iostat -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 ipcalc -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 kbd_mode -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 kill -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 linux32 -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 linux64 -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 ln -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 login -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 ls -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 lsattr -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 lzop -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 makemime -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 mkdir -> busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 mknod -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 mktemp -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 more -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 mount -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 mountpoint -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 mpstat -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 mt -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 mv -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 netstat -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 nice -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 pidof -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 ping -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 ping6 -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 pipe_progress -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 printenv -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 ps -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 pwd -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 reformime -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 rev -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 rm -> busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 rmdir -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 rpm -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 run-parts -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 scriptreplay -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 sed -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 setarch -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 setserial -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 sh -> busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 sleep -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 stat -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 stty -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 su -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 sync -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 tar -> /bin/busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 touch -> busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 true -> busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 umount -> busybox
lrwxrwxrwx    1 root     root             7 May  3 11:01 uname -> busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 usleep -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 vi -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 watch -> /bin/busybox
lrwxrwxrwx    1 root     root            12 May 19 13:43 zcat -> /bin/busybox
pacco
 
Posts: 76
Joined: Tue Apr 28, 2015 1:27 pm

PreviousNext

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: No registered users and 12 guests

cron