Jump to content

mounting drive outside array


Recommended Posts

Hello, im trying to mount a HD outside of the array of my 5.0.5 UNRAID.  Im trying to add it to my go script so it will automatically mount it on boot up so i can use it for an app drive for my plex install. I followed the mounting instructions in this thread, http://lime-technology.com/forum/index.php?topic=30496.0

mkdir /mnt/appdisk

mount -rw -o noatime,nodiratime,discard -t ext4 /dev/disk/by-id/ata-OCZ-VERTEX2_OCZ-0E6807YCXXXXXXWD-part1 /mnt/appdisk

I replaced the drive id with mine but it still doesnt mount, most likely because it has been formatted as reiserfs.

could someone give me a hand to get the syntax right.

Thanks

Link to comment

Replace "ext4" with "reiserfs" should solve it.  But my Google for on my tablet is week atm

Tried replacing with reiserfs and still errors... so many switches in that string that i dont know what they do so i just removed them and used this syntax

mount -rw /dev/disk/by-id/ata-SAMSUNG_HD103SI_S1Y5J90S735069-part1 /mnt/appdisk
Seemed to work so thats what ill use for now
Link to comment

Archived

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

×
×
  • Create New...