Filesystem full, help pls

Status
Not open for further replies.

yonkoc

Explorer
Joined
Oct 26, 2011
Messages
52
Hi,

Here's my problem:
Code:
rsync: recv_generator: mkdir "/mnt/NewBKP/NAS/Downloads/Arcade/extras/printables/Commando/.AppleDouble" failed: No space left on device (28)
*** Skipping any contents from this failed directory ***
rsync: write failed on "/mnt/NewBKP/NAS/.DS_Store": No space left on device (28)
rsync: connection unexpectedly closed (241 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(601) [sender=3.0.8]


Here's what my filesystem output checks out at:
Code:
[root@freenas] ~# df -h
Filesystem             Size    Used   Avail Capacity  Mounted on
/dev/ufs/FreeNASs1a    927M    429M    424M    50%    /
devfs                  1.0K    1.0K      0B   100%    /dev
/dev/md0               4.3M    3.6M    392K    90%    /etc
/dev/md1               732K    732K    -56K   108%    /mnt
/dev/md2                75M     14M     54M    21%    /var
/dev/ufs/FreeNASs4      20M    895K     17M     5%    /data
Backup                 3.6T    2.7T    915G    75%    /mnt/Backup


Obviously md1 needs to be shrunk, freed up etc. Reading a lot online it would seem to be logs issue. I ran a few rsync and they froze at one time as I guess the system could no longer use the logs. Running this on the md1 produces:
Code:
root@freenas] ~# cd /
[root@freenas] /# du -sch * | grep M
1.0M	bin
9.2M	boot
7.4M	conf
3.6M	etc
7.4M	lib
4.6M	rescue
4.9M	sbin
394M	usr
 14M	var
[root@freenas] /# cd /var/log
[root@freenas] /var/log# du -sch * | grep M
[root@freenas] /var/log# cd /usr
[root@freenas] /usr# du -sch * | grep M
 15M	bin
6.4M	lib
356M	local
 13M	sbin
3.8M	share
395M	total


My question is: Where do I go to free up md1?

Thanks.
 

ProtoSD

MVP
Joined
Jul 1, 2011
Messages
3,348
My question is: Where do I go to free up md1?

Code:
/dev/md1               732K    732K    -56K   108%    /mnt


You've almost answered your own question, /mnt. My guess it that you unintentionally wrote some rsync log files to /mnt or something. It should be empty except for the directory (mountpoint) for "NewBKP", unless you have more than one volume. It should be easy to see what's wrong.
 

yonkoc

Explorer
Joined
Oct 26, 2011
Messages
52
Code:
/dev/md1               732K    732K    -56K   108%    /mnt


You've almost answered your own question, /mnt. My guess it that you unintentionally wrote some rsync log files to /mnt or something. It should be empty except for the directory (mountpoint) for "NewBKP", unless you have more than one volume. It should be easy to see what's wrong.

Well.

Here's me not knowing where exactly to look for it:
Code:
[root@freenas] /# cd
[root@freenas] ~# cd /mnt
[root@freenas] /mnt# ls -l
total 29
drwxr-xr-x   6 root   wheel     512 Dec  4 03:52 ./
drwxr-xr-x  20 root   wheel     512 Nov 27 23:17 ../
drwxrwxr-x   2 root   operator  512 Dec  4 03:45 .snap/
drwxr-xr-x   4 root   wheel       4 Nov 29 23:59 Backup/
drwxr-xr-x   3 Yonko  Yonko     512 Dec  4 03:52 NewBKP/
-rw-r--r--   1 root   wheel       5 Oct 13 16:46 md_size
drwxr-xr-x   3 root   wheel     512 Dec  4 03:46 mnt/
[root@freenas] /mnt# cd /mnt
[root@freenas] /mnt# cd /mnt/mnt
[root@freenas] /mnt/mnt# ls -l
total 12
drwxr-xr-x  3 root  wheel  512 Dec  4 03:46 ./
drwxr-xr-x  6 root  wheel  512 Dec  4 03:52 ../
drwxr-xr-x  2 root  wheel  512 Dec  4 03:46 Backup/
[root@freenas] /mnt/mnt# cd /mnt/mnt/Backup
[root@freenas] /mnt/mnt/Backup# ls -l
total 8
drwxr-xr-x  2 root  wheel  512 Dec  4 03:46 ./
drwxr-xr-x  3 root  wheel  512 Dec  4 03:46 ../
[root@freenas] /mnt/mnt/Backup# cd /mnt/.snap
[root@freenas] /mnt/.snap# ls -l
total 8
drwxrwxr-x  2 root  operator  512 Dec  4 03:45 ./
drwxr-xr-x  6 root  wheel     512 Dec  4 03:52 ../
[root@freenas] /mnt/.snap# cd /mnt/Backup
[root@freenas] /mnt/Backup# ls -l
total 30
drwxr-xr-x   4 root   wheel    4 Nov 29 23:59 ./
drwxr-xr-x   6 root   wheel  512 Dec  4 03:52 ../
drwxr-xr-x   3 Yonko  Yonko   12 Nov 29 23:49 HomeNAS/
drwxr-xr-x  13 Yonko  Yonko   24 Nov 27 16:43 NAS/
[root@freenas] /mnt/Backup# cd NAS
[root@freenas] /mnt/Backup/NAS# ls -l
total 293
drwxr-xr-x   13 Yonko  Yonko     24 Nov 27 16:43 ./
drwxr-xr-x    4 root   wheel      4 Nov 29 23:59 ../
drwxr-xr-x    2 Yonko  1000       6 Feb 21  2011 .AppleDB/
drwxr-xr-x    2 Yonko  1000       3 Feb 21  2011 .AppleDesktop/
drwxr-xr-x    2 Yonko  1000       4 Feb 22  2011 .AppleDouble/
-rwxr-xr-x    1 Yonko  1000   15364 Jul  3 20:14 .DS_Store*
-rwxr-xr-x    1 Yonko  Yonko    763 Nov 23 18:11 .cshrc*
-rwxr-xr-x    1 Yonko  Yonko    557 Nov 27 18:16 .history*
-rwxr-xr-x    1 Yonko  Yonko    261 Nov 23 18:11 .login*
-rwxr-xr-x    1 Yonko  Yonko    171 Nov 23 18:11 .login_conf*
-rwxr-xr-x    1 Yonko  Yonko    383 Nov 23 18:11 .mail_aliases*
-rwxr-xr-x    1 Yonko  Yonko    343 Nov 23 18:11 .mailrc*
-rwxr-xr-x    1 Yonko  Yonko    789 Nov 23 18:11 .profile*
-rwxr-xr-x    1 Yonko  Yonko    288 Nov 23 18:11 .rhosts*
-rwxr-xr-x    1 Yonko  Yonko    984 Nov 23 18:11 .shrc*
drwxr-xr-x    2 Yonko  1000       2 Aug  3 19:34 BroScans/
drwxr-xr-x    8 Yonko  1000      21 Feb 22  2011 Downloads/
drwxr-xr-x  175 Yonko  1000     195 Apr 12  2011 Games/
drwxr-xr-x    4 Yonko  1000     522 Dec  1 11:01 Movies/
drwxr-xr-x    3 Yonko  1000       3 Nov 30 13:34 Network Trash Folder/
drwxr-xr-x   48 Yonko  1000      48 Nov 30 13:34 Sasho's MUSIC/
drwx------    2 root   Yonko      2 Nov 29 23:59 Temporary Items/
drwx------    2 root   Yonko      2 Nov 29 23:59 XBMC/
-rwxr-xr-x    1 root   Yonko     92 Nov 27 00:15 rsync.log*
[root@freenas] /mnt/Backup/NAS# cd /mnt/Backup
[root@freenas] /mnt/Backup# ls -l
total 30
drwxr-xr-x   4 root   wheel    4 Nov 29 23:59 ./
drwxr-xr-x   6 root   wheel  512 Dec  4 03:52 ../
drwxr-xr-x   3 Yonko  Yonko   12 Nov 29 23:49 HomeNAS/
drwxr-xr-x  13 Yonko  Yonko   24 Nov 27 16:43 NAS/
[root@freenas] /mnt/Backup# cd HomeNAS
[root@freenas] /mnt/Backup/HomeNAS# ls -l
total 66
drwxr-xr-x  3 Yonko  Yonko    12 Nov 29 23:49 ./
drwxr-xr-x  4 root   wheel     4 Nov 29 23:59 ../
-rw-r--r--  1 Yonko  Yonko   763 Nov 29 18:28 .cshrc
-rw-r--r--  1 Yonko  Yonko   261 Nov 29 18:28 .login
-rw-r--r--  1 Yonko  Yonko   171 Nov 29 18:28 .login_conf
-rw-------  1 Yonko  Yonko   383 Nov 29 18:28 .mail_aliases
-rw-r--r--  1 Yonko  Yonko   343 Nov 29 18:28 .mailrc
-rw-r--r--  1 Yonko  Yonko   789 Nov 29 18:28 .profile
-rw-------  1 Yonko  Yonko   288 Nov 29 18:28 .rhosts
-rw-r--r--  1 Yonko  Yonko   984 Nov 29 18:28 .shrc
drwxr-xr-x  2 Yonko  Yonko    11 Nov 29 23:49 HomeNAS/
-rw-r--r--  1 root   Yonko  1038 Nov 29 23:49 rsync.log
[root@freenas] /mnt/Backup/HomeNAS# cd HomeNAS
[root@freenas] /mnt/Backup/HomeNAS/HomeNAS# ls -
ls: -: No such file or directory
[root@freenas] /mnt/Backup/HomeNAS/HomeNAS# ls -l
total 58
drwxr-xr-x  2 Yonko  Yonko   11 Nov 29 23:49 ./
drwxr-xr-x  3 Yonko  Yonko   12 Nov 29 23:49 ../
-rw-r--r--  1 Yonko  Yonko  763 Nov 29 18:28 .cshrc
-rw-r--r--  1 Yonko  Yonko  261 Nov 29 18:28 .login
-rw-r--r--  1 Yonko  Yonko  171 Nov 29 18:28 .login_conf
-rw-------  1 Yonko  Yonko  383 Nov 29 18:28 .mail_aliases
-rw-r--r--  1 Yonko  Yonko  343 Nov 29 18:28 .mailrc
-rw-r--r--  1 Yonko  Yonko  789 Nov 29 18:28 .profile
-rw-------  1 Yonko  Yonko  288 Nov 29 18:28 .rhosts
-rw-r--r--  1 Yonko  Yonko  984 Nov 29 18:28 .shrc
-rw-r--r--  1 root   Yonko  835 Nov 29 23:49 rsync.log


I'm not even sure where to look for the actual size. Is that column after the user the size? Sorry, I am quick to learn but I am little lost in unix, freenas cli. How exactly do I clean up logs, be that var or rsync or whatnot. rm for remove? I am not sure how to get to /md1 to look into it.
 

ProtoSD

MVP
Joined
Jul 1, 2011
Messages
3,348
Post the output from this command, keep all of the quotation marks etc.:

Code:
sqlite3 /data/freenas-v1.db '.dump "storage_mountpoint"'
 

yonkoc

Explorer
Joined
Oct 26, 2011
Messages
52
Post the output from this command, keep all of the quotation marks etc.:

Code:
sqlite3 /data/freenas-v1.db '.dump "storage_mountpoint"'


This is the result:
Code:
[root@freenas] ~# sqlite3 /data/freenas-v1.db '.dump "storage_mountpoint"'
PRAGMA foreign_keys=OFF;
BEGIN TRANSACTION;
CREATE TABLE "storage_mountpoint" ("mp_path" varchar(120) UNIQUE, "mp_ischild" bool NOT NULL DEFAULT False, "mp_options" varchar(120), "mp_volume_id" integer, "id" integer PRIMARY KEY);
INSERT INTO "storage_mountpoint" VALUES('/mnt/Backup',0,'rw',1,1);
COMMIT;
[root@freenas] ~#
 

Milhouse

Guru
Joined
Jun 1, 2011
Messages
564
Hopefully with the questions protosd has been asking, the answer should be fairly obvious.

You've created a storage pool, Backup, which is fine. But you rsync job is trying to create a new directory called NewBKP in the /mnt directory and fill it with a lot of data, and the /mnt directory (and consequently your NewBKP directory) is not a part of your storage pool. So you fill the limited /dev/md1 partition in no time.

Your rsync job should be writing to /mnt/Backup/NewBKP, or alternatively I would advise using a generic name for your entire storage pool (eg. "tank", "share" etc.) and create both the Backup and NewBKP directories within /mnt/tank (or /mnt/share, whatever).

You could also consider using the GUI to create Backup and NewBKP as ZFS Datasets rather than simple directories, as this will give you access to more functionality (eg. snapshots, quotas, reserved space, compression etc.) however this isn't necessary if you don't need the extra functionality.
 

ProtoSD

MVP
Joined
Jul 1, 2011
Messages
3,348
Hi Yonkoc,

Milhouse is correct, from the output of the command I asked you to post, you only have one volume called "Backup". The output you posted earlier of the files in /mnt was:
Code:
drwxr-xr-x   6 root   wheel     512 Dec  4 03:52 ./
drwxr-xr-x  20 root   wheel     512 Nov 27 23:17 ../
drwxrwxr-x   2 root   operator  512 Dec  4 03:45 .snap/
drwxr-xr-x   4 root   wheel       4 Nov 29 23:59 Backup/
drwxr-xr-x   3 Yonko  Yonko     512 Dec  4 03:52 NewBKP/
-rw-r--r--   1 root   wheel       5 Oct 13 16:46 md_size
drwxr-xr-x   3 root   wheel     512 Dec  4 03:46 mnt/


The system needs/creates the .snap directory and the md_size file, so you need to delete "NewBKP" (rm -rf /mnt/NewBKP). After that your filesystem shouldn't be full and you can follow Milhouse's advice and create datasets, or wait and learn more about them and just create a couple of folders/directories in /mnt/Backup to copy your files to.

Let us know how it goes.

EDIT: You should also delete the 'mnt' folder in /mnt, so (rm -rf /mnt/mnt).
 

yonkoc

Explorer
Joined
Oct 26, 2011
Messages
52
Hi Yonkoc,

Milhouse is correct, from the output of the command I asked you to post, you only have one volume called "Backup". The output you posted earlier of the files in /mnt was:
Code:
drwxr-xr-x   6 root   wheel     512 Dec  4 03:52 ./
drwxr-xr-x  20 root   wheel     512 Nov 27 23:17 ../
drwxrwxr-x   2 root   operator  512 Dec  4 03:45 .snap/
drwxr-xr-x   4 root   wheel       4 Nov 29 23:59 Backup/
drwxr-xr-x   3 Yonko  Yonko     512 Dec  4 03:52 NewBKP/
-rw-r--r--   1 root   wheel       5 Oct 13 16:46 md_size
drwxr-xr-x   3 root   wheel     512 Dec  4 03:46 mnt/


The system needs/creates the .snap directory and the md_size file, so you need to delete "NewBKP" (rm -rf /mnt/NewBKP). After that your filesystem shouldn't be full and you can follow Milhouse's advice and create datasets, or wait and learn more about them and just create a couple of folders/directories in /mnt/Backup to copy your files to.

Let us know how it goes.

EDIT: You should also delete the 'mnt' folder in /mnt, so (rm -rf /mnt/mnt).

Hi Yonkoc,

Milhouse is correct, from the output of the command I asked you to post, you only have one volume called "Backup". The output you posted earlier of the files in /mnt was:
Code:
drwxr-xr-x   6 root   wheel     512 Dec  4 03:52 ./
drwxr-xr-x  20 root   wheel     512 Nov 27 23:17 ../
drwxrwxr-x   2 root   operator  512 Dec  4 03:45 .snap/
drwxr-xr-x   4 root   wheel       4 Nov 29 23:59 Backup/
drwxr-xr-x   3 Yonko  Yonko     512 Dec  4 03:52 NewBKP/
-rw-r--r--   1 root   wheel       5 Oct 13 16:46 md_size
drwxr-xr-x   3 root   wheel     512 Dec  4 03:46 mnt/


The system needs/creates the .snap directory and the md_size file, so you need to delete "NewBKP" (rm -rf /mnt/NewBKP). After that your filesystem shouldn't be full and you can follow Milhouse's advice and create datasets, or wait and learn more about them and just create a couple of folders/directories in /mnt/Backup to copy your files to.

Let us know how it goes.

EDIT: You should also delete the 'mnt' folder in /mnt, so (rm -rf /mnt/mnt).


Thank you guys, but let me explain what I've been trying to do all along. Originally I had 2 raidz 5x2TB each. One was called NAS, one was called Backup, same data on both. I wanted to speed up read access from those as they are media shares. So I moved data off of them and recreated 3 vdevs each 2x2TB, called HomeNAS. I then added 2 vdevs 2x2TB each for a total of 5 vdevs 2x2TB each.This is where it got all screwed up. I did not know I could not remove vdevs once added. And then I removed 1 disk with zpool detach. And I screwed up. So I've been trying to get my data away from those 10 hdds and the sequence of events from here on follows:
1. I used a spare 3TB hdd to backup the bulk of the data (still could not get all of it and lost some of it (movies but I can recreate those from my DVDs)) - I'm losing my mind but I think I named this one Backup (again). Then, again by mistake, I added a 1TB drive to get to 4TB so I can get all my data, but was half asleep and and screwed up which pool to add it to. Then I tried to replace it and replaced it in a very wrong way. So after that I was using a 3TB drive, a 1TB drive and a replacement 1TB drive that was meant for something else. And I lost some more movies. It is clusterf*ck in essence.
2. I now have two more 2TB drives (external ones) in a stripe, called NewBKP that I started an rsync job to using rsync -av --progress /mnt/HomeNAS /mnt/NewBKP it was going fine until that filesystem full messages cropped up. I got some 115 movies left to backup and I cannot get to them.

My end goal is to preserve the 2x2TB stripe, export it with all the data I can manage to save, wipe the rest of all hard drives and recreate 5x2x2TB vdevs, mount them and then move data back on them. I am at the point where I can throw everything out the window and start over with investing another 50 hours in re-ripping my 600+ DVD/BRay collection. I'm just sick and tired. I've been going at it for the past week. If something goes wrong, it's 8-16 hours for a scrub, 30hrs for an rsync job, etc.

So, NewBKP IS the backup I need as it is the external drives with over 2TB of data presently, with almost a TB more to come from those 100+ remaining movies. Any way I can expand the filesystem so I can finish the rsync job. I could not care less for anything, I'm at damage control now. If I can get the rest of those 100+ movies I'm a happy camper (relatively, as I still lost about a 400GB of movies that I might not be able to recreate).

On a side note, good thing this is not happening in a production (as in live) environment but my home server. So this is my "practice" fail mode, so to speak. I'd pulling my ever-so-receding hair out if that were to be one of my backup repositories for office data. Mine is an 3.6TB full out of 18TB pool but those are moves and music. I dread to think my 1.5TB office backup going through this.

So, what is the get-the-data-now method? Expand filesystem to accommodate rsync completion? And how? Or can I re-mount NewBKP somewhere else. I'm still a virgin (well, not really) in FN 7/8 but the concepts of file systems, mountpoints, etc are somewhat confusing. I'm coming from early days of DOS and Win, all the way to now and while I fully comprehend directory structure this thing just baffles me. Time will tell.
 

Milhouse

Guru
Joined
Jun 1, 2011
Messages
564
2. I now have two more 2TB drives (external ones) in a stripe, called NewBKP that I started an rsync job to using rsync -av --progress /mnt/HomeNAS /mnt/NewBKP it was going fine until that filesystem full messages cropped up. I got some 115 movies left to backup and I cannot get to them.
...
So, NewBKP IS the backup I need as it is the external drives with over 2TB of data presently, with almost a TB more to come from those 100+ remaining movies. Any way I can expand the filesystem so I can finish the rsync job. I could not care less for anything, I'm at damage control now. If I can get the rest of those 100+ movies I'm a happy camper (relatively, as I still lost about a 400GB of movies that I might not be able to recreate).

How have you mounted the two external drives that you intend to use for NewBKP, as FreeNAS doesn't seem to have any knowledge of these drives or the NewBKP mountpoint, unless you've mounted these devices outside of FreeNAS using the CLI and/or not imported them.

What is the output of the "mount", "zfs list" and "zpool status" commands?
 

yonkoc

Explorer
Joined
Oct 26, 2011
Messages
52
How have you mounted the two external drives that you intend to use for NewBKP, as FreeNAS doesn't seem to have any knowledge of these drives or the NewBKP mountpoint, unless you've mounted these devices outside of FreeNAS using the CLI and/or not imported them.

What is the output of the "mount", "zfs list" and "zpool status" commands?

Yes, I did mount those from the CLI and I guess I screwed up from there. Can I just change the mountpoint via set mountpoint=/tmp/NewBKP and hope that works?!?

As requested, and a huge thanks for your help. Oh, and the HomeNAS is the one I'm trying to revive but because the da2 is part of my half-asleep effort to get my data it is now a part of the screwed up "Backup" pool that I am copying data from. Ideally I'd get whatever I can from "Backup" onto "NewBKP" then (and I don't know how) try and make HomeNAS re-recognize (how?!?) the da2, although at this point I think it won't as da2's been overwritten.
Code:
[root@freenas] ~# mount
/dev/ufs/FreeNASs1a on / (ufs, local, read-only, soft-updates)
devfs on /dev (devfs, local, multilabel)
/dev/md0 on /etc (ufs, local)
/dev/md1 on /mnt (ufs, local)
/dev/md2 on /var (ufs, local)
/dev/ufs/FreeNASs4 on /data (ufs, local, noatime, soft-updates)
Backup on /mnt/Backup (zfs, local)


Code:
[root@freenas] ~# zfs list
NAME     USED  AVAIL  REFER  MOUNTPOINT
Backup  2.66T   915G  2.66T  /mnt/Backup
NewBKP  2.04T  1.52T  2.04T  /mnt/NewBKP


Code:
[root@freenas] ~# zpool status
zfs list  pool: Backup
 state: ONLINE
status: One or more devices has experienced an error resulting in data
	corruption.  Applications may be affected.
action: Restore the file in question if possible.  Otherwise restore the
	entire pool from backup.
   see: http://www.sun.com/msg/ZFS-8000-8A
 scrub: none requested
config:

	NAME         STATE     READ WRITE CKSUM
	Backup       ONLINE       0     0     0
	  da0p2      ONLINE       0     0     0
	  replacing  ONLINE       0     0     0
	    da2      ONLINE       0     0     3
	    da3      ONLINE       0     0     0

errors: 32 data errors, use '-v' for a list

  pool: HomeNAS
 state: UNAVAIL
status: One or more devices could not be opened.  There are insufficient
	replicas for the pool to continue functioning.
action: Attach the missing device and online it using 'zpool online'.
   see: http://www.sun.com/msg/ZFS-8000-3C
 scrub: none requested
config:

	NAME        STATE     READ WRITE CKSUM
	HomeNAS     UNAVAIL      0     0     0  insufficient replicas
	  mirror    ONLINE       0     0     0
	    ada0    ONLINE       0     0     0
	    ada1    ONLINE       0     0     0
	  mirror    ONLINE       0     0     0
	    ada2    ONLINE       0     0     0
	    ada3    ONLINE       0     0     0
	  ada10     ONLINE       0     0     0
	  mirror    ONLINE       0     0     0
	    ada6    ONLINE       0     0     0
	    ada7    ONLINE       0     0     0
	  mirror    ONLINE       0     0     0
	    ada8    ONLINE       0     0     0
	    ada9    ONLINE       0     0     0
	  ada4      ONLINE       0     0     0
	  da2       UNAVAIL      0     0     0  cannot open

  pool: NewBKP
 state: ONLINE
 scrub: none requested
config:

	NAME        STATE     READ WRITE CKSUM
	NewBKP      ONLINE       0     0     0
	  da5p2     ONLINE       0     0     0
	  da4p2     ONLINE       0     0     0
 

Milhouse

Guru
Joined
Jun 1, 2011
Messages
564
It doesn't look like the NewBKP pool has been mounted correctly, I would suggest exporting it then auto-importing it back again.
 

yonkoc

Explorer
Joined
Oct 26, 2011
Messages
52
It doesn't look like the NewBKP pool has been mounted correctly, I would suggest exporting it then auto-importing it back again.


Thank you for the quick reply, I will attempt this as soon as possible. I already tried that I think. I have to get rid of all USB attached devices as the box hangs on Verifying DMI pool data as it cannot determine where to boot off of (as it is booting off a USB flash drive). I will reboot it and then connect all devices in the same port and attempt with an Auto-Import, as now, having imported it via CLI it fails the auto import. Hopefully after a reboot, and without importing the pool from CLI it will auto import properly. I'll have more info in 3-4 hours.
 

yonkoc

Explorer
Joined
Oct 26, 2011
Messages
52
Nope, when I rebooted I started adding the drives one by one. When I finished and it recognized them Auto Import would not import them. It indicated: Sorry, an error occurred. Anything else to try?
 

Milhouse

Guru
Joined
Jun 1, 2011
Messages
564
Without further information on the error it's hard to say, have you checked the logs in /var/log, eg. messages and console?
 

yonkoc

Explorer
Joined
Oct 26, 2011
Messages
52
Without further information on the error it's hard to say, have you checked the logs in /var/log, eg. messages and console?


Thank you for your help but I already pulled the plug, I wiped array and created a 11x2TB raidz-2 array. Was able to import the NewBKP (which was the one minus those 115 movies, so the one with the bigger data loss) and had started an rsync overnight. A quick question, is there a timeout of the rsync or ssh connection? I checked it just now and it had frozen on a random file, it's like the hard drives went to sleep. It did not resume until I Ctrl+C-ed it and restarted the rsync. I'm looking at the rsync via an iMac and the Mac does go into sleep but could that be the reason why rsync is not getting updated or the write stops? Doubt it.

Again, thanks for your help.
 
Status
Not open for further replies.
Top