September 7, 201312 yr Hello, Does anyone know how to mount a former unraid array disk to a non-array mount point? I was unsuccessful with the following: root@Vault13:~# mount -t reiserfs /dev/sdd /mnt/backup mount: wrong fs type, bad option, bad superblock on /dev/sdd, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so Thanks!
September 7, 201312 yr How about looking in /dev/disk/by-id/* ? That's how I mount my ext2 disk outside the array.
September 7, 201312 yr Make sure /mnt/backup exists. Use mkdir command if not. Then mount /dev/sdd1. Hello, Does anyone know how to mount a former unraid array disk to a non-array mount point? I was unsuccessful with the following: root@Vault13:~# mount -t reiserfs /dev/sdd /mnt/backup mount: wrong fs type, bad option, bad superblock on /dev/sdd, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so Thanks!
September 7, 201312 yr Then mount /dev/sdd1. That "1" did the trick, thanks man. Np. Just did that yesterday myself to upgrade my cache drive. Fyi, "sdd" is the device "sdd1" is partition 1 on that device.
Archived
This topic is now archived and is closed to further replies.