Replies: 0 comments 6 replies
-
|
migrated to a discussion Is your RetroNAS host debian install 32bit or 64bit? you should be using 64bit for such a large drive What is the full output of mounting verbosely e.g. What is the filesystem you are getting that error with and is it a supported fs on the new install? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Ok cool I will reformat. As related (?) question, I created a RAID 5 in
cockpit with 4 drives (18, 18, 5 , 5) for a theoretical total of 46 - but
cockpit shows the size of the RAID as 15tb. Is that Related to the 32/64
bit issue?
…On Sat, Nov 26, 2022 at 11:17 AM sairuk ***@***.***> wrote:
you'll need a 64bit os to handle that drive size over (i presume) usb
we've been over these problems a few times now which is why we recommend
64bit
- https://github.com/danmons/retronas/wiki/Supported-hardware
- #59 <retronas/retronas#59>
- https://forums.raspberrypi.com/viewtopic.php?t=330024
—
Reply to this email directly, view it on GitHub
<https://github.com/danmons/retronas/discussions/268#discussioncomment-4243834>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANY4PAWMWUYVQOS6QWJYBGTWKJO6NANCNFSM6AAAAAASLXPUQA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Nice thanks. Will give it a shot.
…On Sat, Nov 26, 2022 at 5:36 PM sairuk ***@***.***> wrote:
yep i would say that is related, once you upgrade you should be able to
see the full spec of your raid. Cockpit is probably doing some rounding for
output and showing 15TB as the theoretical max on 32bit is 16TB
—
Reply to this email directly, view it on GitHub
<https://github.com/danmons/retronas/discussions/268#discussioncomment-4244903>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANY4PASQDPKGHVRFHOCWRXTWKK3INANCNFSM6AAAAAASLXPUQA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
long story short...
I had set up my retronas with a raspberry pi and a 18tb HD - everything was running great.
Since I was running out of space, I took out the old HD, created a RAID with 4 new drives, and configured retronas from scratch. Now the issue is that I have all my data in the old HD and would like to transfer everything into the RAID.
The RAID is mounted on /storage per the instructions. When I connect my old HD to the raspberry pi, it is trying to also mount it on /storage, which I guess it doesn't like. I tried to mount it to a different directory which I created ("__old HD") but I get this
mount: /old HD: mount(2) system call failed: File too large.
Maybe I am doing this totally wrong and there is a simpler way to transfer my old files to the new HD. I need to somehow find a way to 'drag and drolp' the old files into the new HD but I'm running out of ideas.
Beta Was this translation helpful? Give feedback.
All reactions