December 3, 20241 yr Hi, untill this mornig was all ok. I had upgrade my system from 7.0Beta4 to 7 RC1 and now i have this error Disk 3 ----Unmountable: wrong or no file system how can i solve, without any data loss? thanks lordbyenas-diagnostics-20241203-1105.zip
December 3, 20241 yr Community Expert Unlikely that this is directly related to the upgrade, please post the output from: zpool import
December 3, 20241 yr Author pool: disk3 id: 6922932914696885556 state: ONLINE status: Some supported features are not enabled on the pool. (Note that they may be intentionally disabled if the 'compatibility' property is set.) action: The pool can be imported using its name or numeric identifier, though some features will not be available without an explicit 'zpool upgrade'. config: disk3 ONLINE md3p1 ONLINE
December 3, 20241 yr Author zpool import disk3 cannot import 'disk3': error Destroy and re-create the pool from a backup source. i tried also with zpool import 6922932914696885556 cannot import 'disk3': I/O error Destroy and re-create the pool from a backup source. two different error ...a general error and I/O error Could be the cable? Edited December 3, 20241 yr by Lordbye
December 3, 20241 yr Author i see also in disk spec and that what i see: Dec 3 11:58:38 LordbyeNas kernel: ata34: SATA max UDMA/133 abar m131072@0xfc780000 port 0xfc780180 irq 72 Dec 3 11:58:38 LordbyeNas kernel: ata34: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Dec 3 11:58:38 LordbyeNas kernel: ata34.00: ATA-10: ST4000VN006-3CW104, SC60, max UDMA/133 Dec 3 11:58:38 LordbyeNas kernel: ata34.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA Dec 3 11:58:38 LordbyeNas kernel: ata34.00: configured for UDMA/133 Dec 3 11:58:38 LordbyeNas kernel: sd 34:0:0:0: [sdi] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB) Dec 3 11:58:38 LordbyeNas kernel: sd 34:0:0:0: [sdi] 4096-byte physical blocks Dec 3 11:58:38 LordbyeNas kernel: sd 34:0:0:0: [sdi] Write Protect is off Dec 3 11:58:38 LordbyeNas kernel: sd 34:0:0:0: [sdi] Mode Sense: 00 3a 00 00 Dec 3 11:58:38 LordbyeNas kernel: sd 34:0:0:0: [sdi] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Dec 3 11:58:38 LordbyeNas kernel: sd 34:0:0:0: [sdi] Preferred minimum I/O size 4096 bytes Dec 3 11:58:38 LordbyeNas kernel: sdi: sdi1 Dec 3 11:58:38 LordbyeNas kernel: sd 34:0:0:0: [sdi] Attached SCSI disk Dec 3 11:59:47 LordbyeNas emhttpd: online: ST4000VN006-3CW104_ZW60CZGR (sdi) 512 7814037168 Dec 3 11:59:47 LordbyeNas kernel: mdcmd (4): import 3 sdi 64 3907018532 0 ST4000VN006-3CW104_ZW60CZGR Dec 3 11:59:47 LordbyeNas kernel: md: import disk3: (sdi) ST4000VN006-3CW104_ZW60CZGR size: 3907018532 Dec 3 11:59:48 LordbyeNas emhttpd: read SMART /dev/sdi Dec 3 12:25:17 LordbyeNas emhttpd: spinning down /dev/sdi ** Press ANY KEY to close this window ** and also there are no error in SMART self test or extended test
December 3, 20241 yr Community Expert 1 hour ago, Lordbye said: Could be the cable? Looks like a filesystem issue, not hardware, likely it won't work but try: zpool import -o readonly=on disk3
December 3, 20241 yr Author i try command but report same error: root@LordbyeNas:~# zpool import -o readonly=on disk3 cannot import 'disk3': I/O error Destroy and re-create the pool from a backup source.
December 3, 20241 yr Community Expert I'm afraid you will need to format and restore the data from a backup, if there's no backup, you can try a file recovery app, like UFS explorer. P.S. you could try to see if the emulated disk mounts, but most likely will be the same, and you leave you with an unprotected array in the end.
December 3, 20241 yr Author which backup? i use unraid to store data..i can 't reconstruct data with parity disk? use app UFS explorer, do ypu mean connect to another pc and try to recover data? now i have also that
December 3, 20241 yr Community Expert Solution Unraid is not a backup, you should have backups of anything important, if you don't have one, try UFS explorer, and yes, you can run it with a Windows PC for example, just connect that disk to it, the free trial should show you if/what it can recover. You can also try the emulated disk like mentioned, in case it works, but most likely it won't, but if you want to try that you first need to rebuild disk1
December 3, 20241 yr Author about disk1 why is it emulated? how to rebuild disk1? is better to wait that disk3 is ok? I have no backup, it is a nas for film so i have no enough pace on pc. meanwhile i'm trying to recover with ufs Edited December 3, 20241 yr by Lordbye
December 4, 20241 yr Author i have finish scan, but it doesn't copy files to my disk on pc disk i have enough space for files
December 4, 20241 yr Author now disk 1 is rebuilding correctly..or it seems Disk3 i'm trying like this..
December 5, 20241 yr Author I start in maintenance mode and tried to mount as unassigned device..no luck. i put it back and now i'm in that Hope to recover data...
December 5, 20241 yr Community Expert You used the wrong command when you tried the xfs_repair via the CLI as you got the device name wrong (a not uncommon mistake)! You should try again doing the check filesystem via the GUI (to avoid a mistake in the command) and let us know what the output of that is,
December 5, 20241 yr Author /dev/sdj was disk3 now system is "rebuilding" data on disk3...hope after it will be ok... Edited December 5, 20241 yr by Lordbye
December 5, 20241 yr Community Expert 1 minute ago, Lordbye said: /dev/sdj was disk3 now system is "rebuilding" data...hope after it will be ok... Note that if a disk shows as unmountable before starting a rebuild it will show the same at the end and still need you to run a check filesystem to rectify this. WE typically recommend that is done before starting the rebuild for this reason.
December 5, 20241 yr Author ok so try to chek disk with xfs_repair /dev/sdj (disk3) or xfs_repair -v /dev/sdj
December 5, 20241 yr Community Expert The disk was formatted with zfs, xfs_repair won't do anything. 13 hours ago, Lordbye said: i have finish scan, but it doesn't copy files to my disk on pc disk i have enough space for files I assume that's from UFS explorer?» You would need to contact their support.
December 5, 20241 yr Author it finish now and in the disk if i try scrub, i can't because it is greyed Edited December 5, 20241 yr by Lordbye
December 5, 20241 yr Community Expert 40 minutes ago, Lordbye said: it finish now and Did you miss this? 7 hours ago, JorgeB said: The disk was formatted with zfs, xfs_repair won't do anything. Scrub only works with the filesystem mounted, so it cannot help, your best bet for data recovery in this situation is UFS explorer, or another similar data recovery app that supports zfs.
December 5, 20241 yr Author , i have to put it again in pc:... , 25 hours of check...and hope it copy data (waiting for an answer) do you know other similar programs? Edited December 5, 20241 yr by Lordbye
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.