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.

Need help transferring files with S.N.A.P

Featured Replies

I have added an internal SATA drive to my Unraid box and need to transfer data from it to the array before I clear it and add it as a drive. 

 

I used SNAP to mount the internal drive and gave it a sharename.  It is an HFS+ filesystem. 

 

My question is, now that I have mounted the drive using SNAP, how do I actually transfer the data from it to the array?  What commands do I use?

 

Any help is appreciated.

You can directly access the shares from your SNAP partition the same way you would any other array partition.

 

For example, if your SNAP partition is mounted as

3098FHK87=testshare

 

on your snap.list file, then simply open a explorer window and typing

 

"\\tower\testshare\" (without quotes)

 

would open up the share that you just mounted. You can then work with it as if it were any other drive/folder in your local computer.

 

This advice is for Windows.

 

 

HOW TO DO THIS IN LINUX (see below)

If you are planning on doing this on Linux, then you would have to use the "mv" command.

 

Array-based shares can be found in "/mnt/user/movies" (where "movies" is the array-based share name)

SNAP-based shares can be found in "/mnt/disk/testshare" (where "testshare" is the SNAP-based share name)

 

Then you would use the "mv" command to copy files between them. So, for example to copy all files from your SNAP share to your array's movie share, you would:

 

mv /mnt/disk/testshare/*.* /mnt/user/movies/

 

Hope that helps!

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.