Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Any way to copy directly an OSX formatted drive to unRAID over eSata?

Featured Replies

Good evening,

 

I have a couple of 3Tb drives formatted using the OSX file system full of files that I would like to move to my newly updated server.

 

Is there a way to plug in the drives into the unRAID server over an eSata port (which I have) and copy the files directly from those drives to the unRAID array?

 

How would I do that?

 

Thanks in advance!

Good evening,

 

I have a couple of 3Tb drives formatted using the OSX file system full of files that I would like to move to my newly updated server.

 

Is there a way to plug in the drives into the unRAID server over an eSata port (which I have) and copy the files directly from those drives to the unRAID array?

 

How would I do that?

 

Thanks in advance!

probably.

 

You'll need to load the hfsplus driver module by typing

modprobe hfsplus

and then create a mount point (an empty directory)

mkdir /mnt/hfs

 

You'll need to figure out the disk device and partition involved when you plug in the esata drive.  DO NOT ASSIGN IT TO THE ARRAY IN ANY WAY.

Instead, you can type:

ls -l /dev/disk/by-id

 

The apple disk will have multiple partitions.  The file system is likely on partition 3 according to examples I've seen on the web.

Pretending the base device of the OSX drive is /dev/sdg you would want to mount /dev/sdg3 

(note the "3" on the end of the device name, denoting the third partition)  If /dev/sdc, use /dev/sdc3, etc... 

 

since the hfsplus file system is a journaling file system, you'll not be able to write to it, only read it... but that should work for you)

Mount the disk on the mount point

mount  -o ro -t hfsplus /dev/sdg3 /mnt/hfs

 

Then, type "mc" to enter midnight commander and copy your files from /mnt/hfs to /mnt/disk1/Share-name, or /mnt/user/Share-name

 

When done, un-mount the disk by typing

umount /mnt/hfs

then mount the second and continue.

 

 

  • Author

Thank you so much Joe!

 

Great, detailed instructions. This will be very helpful.

 

This might be a stupid question, but since I will be copying the data directly from that drive, can/should I copy to the share that is spread across my unRAID disks or will have have to do a copy from the Mac disk to a single disk that is part of the array?

 

Along those lines, will I have to rebuild the parity or will unRAID be aware of the new files and re-do the parity on the go, or will I have to do it manually? To speed the transfer, should I just turn off the array and then do the parity manually?

 

Thanks again.

 

Thank you so much Joe!

 

Great, detailed instructions. This will be very helpful.

 

This might be a stupid question, but since I will be copying the data directly from that drive, can/should I copy to the share that is spread across my unRAID disks or will have have to do a copy from the Mac disk to a single disk that is part of the array?

 

Along those lines, will I have to rebuild the parity or will unRAID be aware of the new files and re-do the parity on the go, or will I have to do it manually? To speed the transfer, should I just turn off the array and then do the parity manually?

 

Thanks again.

 

Copy to /mnt/user/share or /mnt/disk# and parity will be maintained.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.