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.

cant mount USB HDD ext4

Featured Replies

Hello All,

 

i have plugged in a USB HDD (ext4) thats full of data that i would like to copy to my unraid server. once done i will format the drive, remove it from the USB case and add it as a new drive to my array however, i need to get the data off it first.

 

i see the drive listed however using ssh/telnet i cant seem to view it

 

Drive Partitions - Not In Protected Array

Model/Serial Temp Size Device Mounted File System

usb-WDC_WD10_EADS-00P8B0_D577A6505913-0:0 * 1T /dev/sdd

partition (976,759,808 blocks): /dev/sdd1 ext4

 

[sSH]

root@Tower:/dev# /dev/sdd1

-bash: /dev/sdd1: Permission denied

 

is there a way to get the data from the USB HDD to my array?

 

  • Author

*Update*

 

I found a plugin called SNAP and have it installed however, when i ran "snap.sh -a D577A6505913 USBHDD" nonthing happened and i still cant find that share.

 

root@Tower:/boot/config/plugins/snap# snap.sh -showusb

 

usb-Kingston_DT_Locker_0018F30BFDE7BAB07139008A-0:0

usb-Kingston_DT_Locker_0018F30BFDE7BAB07139008A-0:0-part1

usb-WDC_WD10_EADS-00P8B0_D577A6505913-0:0

usb-WDC_WD10_EADS-00P8B0_D577A6505913-0:0-part1

 

root@Tower:/boot/config/plugins/snap# snap.sh -listDevInfo

unRAID=No. SNAP=No  ata-WDC_WD30EZRX-00DC0B0_WD-WCC1T1372439/dev/    sdc

unRAID=No. SNAP=No  ata-WDC_WD30EZRX-00DC0B0_WD-WCC1T1394124/dev/    sdb

unRAID=No. SNAP=No  scsi-SATA_WDC_WD30EZRX-00_WD-WCC1T1372439/dev/    sdc

unRAID=No. SNAP=No  scsi-SATA_WDC_WD30EZRX-00_WD-WCC1T1394124/dev/    sdb

unRAID=No. SNAP=No  usb-Kingston_DT_Locker_0018F30BFDE7BAB07139008A-0:0/dev/    sda

unRAID=No  SNAP=No  10238 /dev/sdd  usb-WDC_WD10_EADS-00P8B0_D577A6505913-0:0

 

  • Author

*Update2*

 

ok got it listed now but when i mount it i get ext4 is unsupported... any other options here?

 

 

unRAID=No SNAP=Yes 13220 /dev/sdd /dev/disk/by-id/usb-WDC_WD10_EADS-00P8B0_D577A6505913-0:0

 

root@Tower:/boot/config/plugins/snap# snap.sh -m MyTemp

Mounting filesystem for /dev/disk/by-id/usb-WDC_WD10_EADS-00P8B0_D577A6505913-0:0-part1 not attempted: Filesystem (ext4) is not supported.

 

What version of unRaid are you using? My memory maybe fuzzy but I seem to recall that before v5b3 unRaid lacked support for ext4 filesystems.

 

If you are up to date you can try mounting the drive from the command line.

 

Make a mount point and mount the partition to it:

 

mkdir /mnt/myusb

mount -t ext4 /dev/sdd1 /mnt/myusb

 

List the files on the drive to see if it works:

ls /mnt/myusb

 

After you do what you want with your files unmount the drive and remove the mount point:

 

umount /mnt/myusb    (that's umount not unmount)

rmdir /mnt/myusb

 

  • 2 years later...
  • Author

thanks, that worked

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.