Copy process aborted, file corrupted afterwards ?

Copy process aborted, file corrupted afterwards ?

Postby Leopold13 » Sun May 09, 2021 8:19 am

Hello,

I am using fvdw-sl Firmware since a few weeks on 3 Lacie Clouboxes, and I am very impressed how good it works. This is a very good piece of work.
But there is a problem I am not able to solve. I already searched but did not find useful hints.

Problem description: when I copy files from a source NAS to a destination NAS (both with fvdw-sl) sometimes the copy process stopps and I do not have access to the source NAS any more. I need to restart the source-NAS and also the computer. After restart I have normal access to source NAS, but copying the file again aborts.

This happens with files which have been copied already a few times before. But after this issue happened the file could not be copied any more. It looks as is it corrupted now.

First I thought it happens only with large files (50MB and more), but today this issue happened also with a small zip-file (1,7 MB). Copying wsas aborted. Aftert restart I could open the zip file on the source NAS, but was not able to extract any of the files included. The message was "header is defective". Exactly this file was copied the day before to a second NAS. I checked this file on the second NAS and it is fully ok, could be opened, copied, files extracted...

I am using Samba 4 (SMB1 Protocol deactivated). But this issue was also before, when I used Samba 3
What I also have seen: in such cases the access to the NAS-dashboard in the browser is very very slow. It needs up to 1 Minute for every change.
For me it looks as hang-up the Source NAS while the copy process is working. And after that the file(s) which should be copied is(are) corrupted.

Any idea what's behind that? Every hint is welcome to get this topic solved.

Than I have another question. Two or three times a week I have folders like "lost-424238335" on my NAS. In this folders there is always one file named "Zone.Identifier$DATA". I know this files have the ADS content (Alternative Data Stream), but are normally stored in the ".streams"-folder. What is the reason that the NAS creates such "lost-...." folders to store the files there?

Thank you very much for any help.
cu, Klaus
Leopold13
Donator VIP
Donator VIP
 
Posts: 10
Joined: Wed Apr 14, 2021 6:30 pm

Re: Copy process aborted, file corrupted afterwards ?

Postby fvdw » Sun May 09, 2021 8:46 am

That is peculiar, I copy many files but never got this issue.
To me this looks like a LAN issue.
You mention you have three cloudbox's.
Does it only happen when using one of the three as source or destination or do all suffer from this?
In the first case it could be a bad ethernet cable or connection, in the last case a traffic issue (overloaded) in the lan. That the webinterface responds slow in such events is then to be expected.
fvdw
Site Admin - expert
 
Posts: 13472
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Copy process aborted, file corrupted afterwards ?

Postby fvdw » Sun May 09, 2021 8:56 am

Zone.Identifier$DATA

Those files are not created by the nas. On the internet I read that windows creates them when downloading files but should delete them when finished, seems that they could come frome not completed downloads.??

Zone identifier files are generated automatically by Internet Explorer and other programs when files are downloaded to a Windows computer. These files are used by Windows manage security settings for specific files. They are typically hidden and are not meant to be opened directly.


Probably they appear in your nas when they are copied to the nas from your pc running windows

Read this article https://adventuregamestudio.github.io/ags-manual/TroubleshootingWindowsZoneID.html
These files can lead to blocked files as I read it. Maybe this is related to cause why copying of files stops
fvdw
Site Admin - expert
 
Posts: 13472
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Copy process aborted, file corrupted afterwards ?

Postby fvdw » Sun May 09, 2021 9:19 am

Question, did you change the format of the data partitions on the cloudbox from ext4 to ntfs?

Question 2
Do you copy from one nas to the other via your windows pc?
fvdw
Site Admin - expert
 
Posts: 13472
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Copy process aborted, file corrupted afterwards ?

Postby Leopold13 » Sun May 09, 2021 4:39 pm

Hello fvdw,

thank you very for your ideas and hints.
I will try to answer the questions:

Zone Identifier files
I know that Windows uses the Zone Identifier files for security reasons (i.e. access limitation). The question is why some Zone Identifier files are moved after a while to a lost-xxxx folder. Yes, this probably could be connected to the copy issue. I will dig in this direction.

Format of the partitions
Format was not changed. All three cloudboxes have been programmed with fvdw-sl firmware version 18.1. Than updated to 18.2 and added the patch02 from 17jan2021. I did not touch format of the drives.

Copy with Windows?
Yes, copy is done with Windows 10 PC. But I also have created RSYNC Cron-Jobs, running in the night. And with the RSYNC copy it is sporadically the same effect.
In fact, the first time when I have seen this problem it was as a result of a RSYNC copy.

LAN-connection
the LAN connection was stable in the last years, also with the three NAS (running at that time with Lacie Original).


I will do further tests regarding the Zone Identifier Files. It seems this is connected to the problem, but not known wether it is the cause or a consequence.
And i will also re-check the LAN connection. It was always stable, but probably anything changed now?

cu, Klaus
Leopold13
Donator VIP
Donator VIP
 
Posts: 10
Joined: Wed Apr 14, 2021 6:30 pm

Re: Copy process aborted, file corrupted afterwards ?

Postby Leopold13 » Sun May 09, 2021 5:21 pm

I just tried copying files again, it aborted. In the browser dashboard I get the following message:
Warning: session_start(): open(/tmp/sess_25d18c1cfa4a062c83b4e691c744234f, O_RDWR) failed: Read-only file system (30) in /usr/htdocs/home.hm on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/htdocs/home.hm:2) in /usr/htdocs/home.hm on line 2

Any idea what this means? Unfortunately I am not familiar with such messages.
And also the dashboard does not react any more.

Klaus
Leopold13
Donator VIP
Donator VIP
 
Posts: 10
Joined: Wed Apr 14, 2021 6:30 pm

Re: Copy process aborted, file corrupted afterwards ?

Postby Jocko » Sun May 09, 2021 6:14 pm

Hi

It seems some permissions have been modified on fw folders or re-mounted read-only by the kernel because there are some I/O errors on the fw partitions
So if you can open a shell window, you may try this
Code: Select all
mount
dmesg
. Please to post these outputs.
Try also
Code: Select all
chmod 777 /tmp
and see if the firmware interface is loaded
Jocko
Site Admin - expert
 
Posts: 11558
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Copy process aborted, file corrupted afterwards ?

Postby fvdw » Mon May 10, 2021 10:10 am

Yesterday I copied 27000 files from one nas to the other via my pc running windows 10, total size of all files 500 GB. This to try to see if I get this error as well, however it completed without error.

I suggest to follow the suggestion made by Jocko.
fvdw
Site Admin - expert
 
Posts: 13472
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Copy process aborted, file corrupted afterwards ?

Postby Leopold13 » Mon May 10, 2021 2:55 pm

Hi Jocko,

below the Putty-output for
Code: Select all
mount
dmesg

Hope it helps to find the issue.

I also tried
Code: Select all
chmod 777 /tmp

but nothing happened. What should happen?

mount
Code: Select all
root@NAS-1:/ # mount
/dev/sda2 on / type ext3 (rw,noatime,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,ptmxmode=000)
/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)
/dev/sda7 on /lacie-boot type ext3 (rw,relatime,data=ordered)


dmesg
Code: Select all
root@NAS-1:/ # dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.133 (root@fvdwsl-5big2.local) (gcc version 4.9.3 (GCC)) #1 PREEMPT Wed Jul 17 14:46:56 CEST 2019
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: familybox
[    0.000000] Ignoring unrecognised tag 0x41000403
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 65536
[    0.000000] free_area_init_node: node 0, pgdat c09299a0, node_mem_map cfdfa000
[    0.000000]   Normal zone: 512 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 65536 pages, LIFO batch:15
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 65024
[    0.000000] Kernel command line: console=ttyS0,115200 reset=0 root=/dev/sda7 cap=gpt,lba64
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Memory: 250048K/262144K available (6915K kernel code, 307K rwdata, 1724K rodata, 192K init, 388K bss, 12096K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xd0800000 - 0xff800000   ( 752 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc06c8f94   (6916 kB)
[    0.000000]       .init : 0xc08ae000 - 0xc08de000   ( 192 kB)
[    0.000000]       .data : 0xc08de000 - 0xc092ade0   ( 308 kB)
[    0.000000]        .bss : 0xc0932760 - 0xc099393c   ( 389 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Tasks RCU enabled.
[    0.000000] NR_IRQS: 114
[    0.000000] Switching to timer-based delay loop, resolution 6ns
[    0.000009] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 12884901885ns
[   14.564238] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 11467562657 ns
[   14.564554] Console: colour dummy device 80x30
[   14.564593] Calibrating delay loop (skipped), value calculated using timer frequency.. 333.33 BogoMIPS (lpj=1666666)
[   14.564619] pid_max: default: 32768 minimum: 301
[   14.564780] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   14.564804] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   14.565377] CPU: Testing write buffer coherency: ok
[   14.566236] Setting up static identity map for 0x81e0 - 0x8238
[   14.566423] Hierarchical SRCU implementation.
[   14.568436] random: get_random_u32 called from bucket_table_alloc+0x14c/0x198 with crng_init=0
[   14.568846] VFP support v0.3: not present
[   14.569125] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[   14.569158] futex hash table entries: 256 (order: -1, 3072 bytes)
[   14.569271] xor: measuring software checksum speed
[   14.664657]    arm4regs  :   907.200 MB/sec
[   14.764329]    8regs     :   544.800 MB/sec
[   14.864324]    32regs    :   754.000 MB/sec
[   14.864344] xor: using function: arm4regs (907.200 MB/sec)
[   14.864364] pinctrl core: initialized pinctrl subsystem
[   14.865006] NET: Registered protocol family 16
[   14.865491] DMA: preallocated 256 KiB pool for atomic coherent allocations
[   14.868154] Kirkwood: MV88F6281-A1, TCLK=166666667.
[   14.868186] Feroceon L2: Enabling L2
[   14.868225] Feroceon L2: Cache support initialised.
[   14.869109] kirkwood_init: create proc tsinfo proc
[   14.869134] tsinfo: create proc tsinfo vendor successfully
[   14.869143] familybox, skipping usb init
[   14.869152] initial MPP regs:
[   14.869157]  01002222
[   14.869161]  00003311
[   14.869169]  00000000
[   14.869176]  00000000
[   14.869184]  00000000
[   14.869191]  00000000
[   14.869198]  00000000
[   14.869205]
[   14.869222]   final MPP regs:
[   14.869226]  01002222
[   14.869230]  00003311
[   14.869237]  00000000
[   14.869244]  00000000
[   14.869251]  00000000
[   14.869258]  00000000
[   14.869265]  00000000
[   14.869272]
[   14.872226] Kirkwood PCIe port 0: link down
[   14.872241] Kirkwood PCIe port 1: link up
[   14.872257] PCI: bus0 uses PCIe port 0
[   14.872603] PCI host bridge to bus 0000:00
[   14.872628] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[   14.872643] pci_bus 0000:00: root bus resource [io  0x1000-0xffff]
[   14.872657] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[   14.872696] pci 0000:00:00.0: [11ab:6281] type 00 class 0x058000
[   14.872732] pci 0000:00:00.0: reg 0x10: [mem 0xf1000000-0xf10fffff 64bit pref]
[   14.872747] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x0fffffff]
[   14.872818] pci 0000:00:00.0: supports D1 D2
[   14.873373] PCI: bus0: Fast back to back transfers disabled
[   14.873397] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[   14.873406] PCI: bus1 uses PCIe port 1
[   14.873616] PCI host bridge to bus 0000:01
[   14.873637] pci_bus 0000:01: root bus resource [mem 0xe8000000-0xefffffff]
[   14.873652] pci_bus 0000:01: root bus resource [io  0x10000-0x1ffff]
[   14.873665] pci_bus 0000:01: No busn resource found for root bus, will use [bus 01-ff]
[   14.873700] PCI: bus1: Fast back to back transfers enabled
[   14.873715] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[   15.074872] raid6: int32x1  gen()    94 MB/s
[   15.244838] raid6: int32x1  xor()    55 MB/s
[   15.414585] raid6: int32x2  gen()   119 MB/s
[   15.584708] raid6: int32x2  xor()    74 MB/s
[   15.754754] raid6: int32x4  gen()   114 MB/s
[   15.924624] raid6: int32x4  xor()    77 MB/s
[   16.094745] raid6: int32x8  gen()   103 MB/s
[   16.264383] raid6: int32x8  xor()    68 MB/s
[   16.264394] raid6: using algorithm int32x2 gen() 119 MB/s
[   16.264403] raid6: .... xor() 74 MB/s, rmw enabled
[   16.264412] raid6: using intx1 recovery algorithm
[   16.264707] vgaarb: loaded
[   16.265265] SCSI subsystem initialized
[   16.265584] libata version 3.00 loaded.
[   16.266114] usbcore: registered new interface driver usbfs
[   16.266238] usbcore: registered new interface driver hub
[   16.266369] usbcore: registered new device driver usb
[   16.266633] Linux video capture interface: v2.00
[   16.269278] clocksource: Switched to clocksource orion_clocksource
[   16.269415] VFS: Disk quotas dquot_6.6.0
[   16.269478] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   16.284638] NET: Registered protocol family 2
[   16.285784] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[   16.285831] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[   16.285865] TCP: Hash tables configured (established 2048 bind 2048)
[   16.285950] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   16.285976] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   16.286142] NET: Registered protocol family 1
[   16.286568] RPC: Registered named UNIX socket transport module.
[   16.286582] RPC: Registered udp transport module.
[   16.286592] RPC: Registered tcp transport module.
[   16.286600] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   16.286628] PCI: CLS 32 bytes, default 32
[   16.286846] NetWinder Floating Point Emulator V0.97 (double precision)
[   16.288557] workingset: timestamp_bits=30 max_order=16 bucket_order=0
[   16.289227] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   16.289619] ntfs: driver 2.1.32 [Flags: R/W].
[   16.289663] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[   16.289824] fuse init (API version 7.26)
[   16.290133] JFS: nTxBlock = 1953, nTxLock = 15628
[   16.291221] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[   16.297218] async_tx: api initialized (async)
[   16.297303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[   16.297317] io scheduler noop registered
[   16.297327] io scheduler deadline registered
[   16.297384] io scheduler cfq registered (default)
[   16.297396] io scheduler mq-deadline registered
[   16.297657] mv_xor mv_xor.0: Marvell shared XOR driver
[   16.355060] mv_xor mv_xor.0: Marvell XOR (Registers Mode): ( xor cpy )
[   16.357348] mv_xor mv_xor.1: Marvell shared XOR driver
[   16.415072] mv_xor mv_xor.1: Marvell XOR (Registers Mode): ( xor cpy )
[   16.422328] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   16.424632] console [ttyS0] disabled
[   16.444932] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 10416666) is a 16550A
[   17.149155] random: fast init done
[   17.152563] console [ttyS0] enabled
[   17.169289] brd: module loaded
[   17.179551] loop: module loaded
[   17.183705] sata_mv sata_mv.0: version 1.28
[   17.183754] sata_mv sata_mv.0: cannot get optional clkdev
[   17.189900] sata_mv sata_mv.0: slots 32 ports 1
[   17.196418] scsi host0: sata_mv
[   17.199942] ata1: SATA max UDMA/133 irq 21
[   17.206193] m25p80 spi0.0: mx25l4005a (512 Kbytes)
[   17.211461] Creating 2 MTD partitions on "spi_flash":
[   17.216637] 0x000000000000-0x00000007d000 : "u-boot"
[   17.222524] 0x00000007e000-0x00000007f000 : "u-boot-env"
[   17.230537] tun: Universal TUN/TAP device driver, 1.6
[   17.236893] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[   17.245162] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[   17.261499] libphy: orion_mdio_bus: probed
[   17.265887] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   17.465587] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:4b:94:21:e3
[   17.474573] PPP generic driver version 2.4.2
[   17.479184] PPP Deflate Compression module registered
[   17.484227] PPP MPPE Compression module registered
[   17.489104] NET: Registered protocol family 24
[   17.493550] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[   17.501089] usbcore: registered new interface driver pegasus
[   17.507005] usbcore: registered new interface driver asix
[   17.512580] usbcore: registered new interface driver ax88179_178a
[   17.518807] usbcore: registered new interface driver cdc_ether
[   17.524829] usbcore: registered new interface driver net1080
[   17.530657] usbcore: registered new interface driver plusb
[   17.536309] usbcore: registered new interface driver cdc_subset
[   17.542398] usbcore: registered new interface driver zaurus
[   17.548196] usbcore: registered new interface driver ipheth
[   17.553963] usbcore: registered new interface driver cdc_ncm
[   17.560380] aoe: cannot create debugfs directory
[   17.565503] aoe: AoE v85 initialised.
[   17.569610] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[   17.575846] i2c /dev entries driver
[   17.579703] uvcvideo: Unable to create debugfs directory
[   17.585212] usbcore: registered new interface driver uvcvideo
[   17.590934] USB Video Class driver (1.1.1)
[   17.595196] gspca_main: v2.14.0 registered
[   17.599388] usbcore: registered new interface driver Philips webcam
[   17.606591] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[   17.615669] device-mapper: multipath round-robin: version 1.2.0 loaded
[   17.622170] device-mapper: multipath queue-length: version 0.2.0 loaded
[   17.628816] device-mapper: multipath service-time: version 0.3.0 loaded
[   17.635478] device-mapper: dm-log-userspace: version 1.3.0 loaded
[   17.641550] device-mapper: raid: Loading target version 1.13.0
[   17.649028] Netfilter messages via NETLINK v0.30.
[   17.653725] nfnl_acct: registering with nfnetlink.
[   17.659378] nf_conntrack version 0.5.0 (4096 buckets, 16384 max)
[   17.665979] ipip: IPv4 and MPLS over IPv4 tunneling driver
[   17.672238] ip_tables: (C) 2000-2006 Netfilter Core Team
[   17.678126] NET: Registered protocol family 10
[   17.683627] Segment Routing with IPv6
[   17.687565] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   17.693221] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[   17.699974] NET: Registered protocol family 17
[   17.704647] Bridge firewalling registered
[   17.708867] NET: Registered protocol family 5
[   17.714212] console [netcon0] enabled
[   17.717927] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   17.724503] netconsole: network logging started
[   17.729442] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[   17.736803] rtc-mv rtc-mv: setting system clock to 2021-05-09 17:29:17 UTC (1620581357)
[   17.744993] ata1.00: ATA-8: TOSHIBA DT01ACA100, MS2OA7L0, max UDMA/133
[   17.751497] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   17.784409] ata1.00: configured for UDMA/133
[   17.804638] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA DT01ACA1 A7L0 PQ: 0 ANSI: 5
[   17.813247] fvdw1 disk index before get_sd_name = 0
[   17.818264] device-name= sata_mv
[   17.821478] fvdw2 disk index after get_sd_name = 0
[   17.826282] fvdw3 prefix[0]=s  prefix[1]=d
[   17.830359] fvdw4 diskname = sda
[   17.834077] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[   17.842352] sd 0:0:0:0: [sda] 4096-byte physical blocks
[   17.847715] sd 0:0:0:0: [sda] Write Protect is off
[   17.852492] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   17.852604] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   17.905379]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[   17.913148] sd 0:0:0:0: [sda] Attached SCSI disk
[   17.918327] md: Skipping autodetection of RAID arrays. (raid=autodetect will force)
[   17.957972] EXT4-fs (sda7): mounting ext3 file system using the ext4 subsystem
[   17.977728] EXT4-fs (sda7): warning: maximal mount count reached, running e2fsck is recommended
[   18.024548] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[   18.032207] VFS: Mounted root (ext3 filesystem) on device 8:7.
[   18.038587] Freeing unused kernel memory: 192K
[   18.043015] This architecture does not have kernel memory protection.
[   18.436085] EXT4-fs (sda7): re-mounted. Opts: (null)
[   18.732079] EXT4-fs (sda2): mounting ext3 file system using the ext4 subsystem
[   18.754579] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   19.114145] EXT4-fs (sda2): re-mounted. Opts: (null)
[   20.578852] Loading iSCSI transport class v2.0-870.
[   20.588629] iscsi: registered transport (tcp)
[   20.897408] EXT4-fs (sda5): mounting ext3 file system using the ext4 subsystem
[   21.044654] EXT4-fs (sda5): warning: mounting fs with errors, running e2fsck is recommended
[   21.064541] EXT4-fs (sda5): recovery complete
[   21.104370] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[   21.202682] random: mkswap: uninitialized urandom read (16 bytes read)
[   21.262523] Adding 524284k swap on /dev/sda3.  Priority:-2 extents:1 across:524284k
[   21.354777] random: dropbear: uninitialized urandom read (32 bytes read)
[   31.254332] random: crng init done
[   36.095821] udevd (993): /proc/993/oom_adj is deprecated, please use /proc/993/oom_score_adj instead.
[   36.105184] udev: starting version 130
[   36.530518] synth uevent: /gpiochip0: failed to send uevent
[   36.530538] gpio gpiochip0: uevent: failed to send synthetic uevent
[   36.603527] synth uevent: /gpiochip1: failed to send uevent
[   36.603547] gpio gpiochip1: uevent: failed to send synthetic uevent
[   45.670010] EXT4-fs (sda8): warning: mounting fs with errors, running e2fsck is recommended
[   45.887224] EXT4-fs (sda8): recovery complete
[   45.924387] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: user_xattr,acl,nodelalloc
[   47.475025] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[   47.481161] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   50.862518] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control enabled
[   50.872299] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  324.864373] EXT4-fs (sda5): error count since last fsck: 29
[  324.869932] EXT4-fs (sda5): initial error at time 1618746259: ext4_journal_check_start:61
[  324.878088] EXT4-fs (sda5): last error at time 1620579840: ext4_journal_check_start:61
[  350.464352] EXT4-fs (sda8): error count since last fsck: 33
[  350.469906] EXT4-fs (sda8): initial error at time 1619207373: ext4_journal_check_start:61
[  350.478063] EXT4-fs (sda8): last error at time 1620540393: ext4_journal_check_start:61: inode 34209796: block 136839200


Thank you very much for your help.

cu, Klaus
Leopold13
Donator VIP
Donator VIP
 
Posts: 10
Joined: Wed Apr 14, 2021 6:30 pm

Re: Copy process aborted, file corrupted afterwards ?

Postby Jocko » Mon May 10, 2021 3:13 pm

Thank you for your output

First the fw partitions are not ro mounted (and then no I/O error on that side :-D ) but the fs on sda5 is corrupted
Code: Select all
[   21.044654] EXT4-fs (sda5): warning: mounting fs with errors, running e2fsck is recommended
...
[  324.864373] EXT4-fs (sda5): error count since last fsck: 29
[  324.869932] EXT4-fs (sda5): initial error at time 1618746259: ext4_journal_check_start:61
[  324.878088] EXT4-fs (sda5): last error at time 1620579840: ext4_journal_check_start:61
[  350.464352] EXT4-fs (sda8): error count since last fsck: 33
[  350.469906] EXT4-fs (sda8): initial error at time 1619207373: ext4_journal_check_start:61
[  350.478063] EXT4-fs (sda8): last error at time 1620540393: ext4_journal_check_start:61: inode 34209796: block 136839200

Did you already use fvdw-sl console previously ?. It is the easiest way to run e2fsck to repair sda5
Leopold13 wrote:I also tried
Code: Select all
 chmod 777 /tmp
but nothing happened. What should happen?
Yes there is no output with this command but did you try to load the fw interface after performing it ?
Jocko
Site Admin - expert
 
Posts: 11558
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Next

Return to Lacie cloudbox (white casing)

Who is online

Users browsing this forum: No registered users and 11 guests