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.

help restoring files from unraid disk [Solved]

Featured Replies

After a failed drive and some user I have had to rebuild my server.

 

I am trying to copy one of my old unraid disks over to the new server using this http://lime-technology.com/wiki/index.php?title=Copy_files_from_a_NTFS_drive tutorial but substituting reiserfs for ntfs.

 

When I run the command "mount -r -t reiserfs /dev/sdc /mnt/old_data" I get "mount: bad fs tip, wrong option, etc.."

 

I figure my issue is with /dev/sdc but I'm not sure what to put here. If I go into unraid's devices page the drive is at /dev/sdc/

 

Help much appreciated.

 

-Mike

 

After a failed drive and some user I have had to rebuild my server.

 

I am trying to copy one of my old unraid disks over to the new server using this http://lime-technology.com/wiki/index.php?title=Copy_files_from_a_NTFS_drive tutorial but substituting reiserfs for ntfs.

 

When I run the command "mount -r -t reiserfs /dev/sdc /mnt/old_data" I get "mount: bad fs tip, wrong option, etc.."

 

I figure my issue is with /dev/sdc but I'm not sure what to put here. If I go into unraid's devices page the drive is at /dev/sdc/

 

Help much appreciated.

 

-Mike

The file system would be on the first partition, so you would need to use /dev/sdc1, not /dev/sdc in the mount command.

 

Joe L.

  • Author

That got me one step further.

 

After changing to the new directory I try and copy with "cp -r * /mnt/disk1" I get the error "cp: cannot stat '*': no such file or directory"

That got me one step further.

 

After changing to the new directory I try and copy with "cp -r * /mnt/disk1" I get the error "cp: cannot stat '*': no such file or directory"

then the directory you are in is empty.

 

You probably want to

cd to /mnt/old_data

then

cp -r * /mnt/disk1

 

or something like that.

 

Joe L.

  • Author

Sorry for the confusion, I did cd /mnt/old_data. Should there be a space on both sides of the *? What is the command to list the contents of /mnt/old_data/?

Sorry for the confusion, I did cd /mnt/old_data. Should there be a space on both sides of the *? What is the command to list the contents of /mnt/old_data/?

yes

ls

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.