Manually moving (copying) files from a failing pool into array


Recommended Posts

Hi,  I have a btfrs pool device (hdd) that is failing, showing as rw when array starts then as  completely full and read-only within a couple minutes.   

 

To manually move the files to the array, would this be the correct process/or would there be a better method?   It has about 60 TB of data needing to be copied if that makes a difference.

  • Understanding  user0 is without items on the cache drive
  • pool drive = 'hdd'
  • folder to copy = 'data'

 Think opening terminal and:

cp -R /media/hdd/data/.*  /media/user0/data/

 

Thanks in advance


 

tower-diagnostics-20230331-2253.zip

Link to comment

So - bumping my topic with a bit of new info.

Basically, Pool 'hdd' is mounted as read only - I'm sure I filled it and caused btfrs to puke.

Wanting to 'move' the data into the array, but obviously mover fails as pool is read-only:

Quote

Apr  3 17:36:35 Tower root: file: /mnt/hdd/data/[path]/[filename]
Apr  3 17:36:35 Tower root: create_parent: /mnt/hdd/data/[path]/ error: Read-only file system

 

I'm thinking this should do the trick, using cp or cpg (think cpg won't show progress if I tee output), creating also an output  file to check : 


 

screen

cp -vR /mnt/hdd/data/* /mnt/user0/data/  | tee hddfilelist

 

Is there a better method to move a large (60 TB) number of files off a failing read-only pool?

 


 

Link to comment

Can you get a USB drive and copy stuff to it?

 

6 hours ago, schreibman said:

Is there a better method to move a large (60 TB) number of files off a failing read-only pool?

 

I'm going to say "no".

 

Be happy/thankfull that you can get stuff off the drive. An SSD would give you sh*t/nothing.

 

I hope you save everything and expect you'll save all but a bit (and the bit won't matter).

 

MrGrey. :)

 

 

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.