Need some help with my hhd

Bacardi

Registered
Messages
289
If i flash a image i can edit my fstab file with the following my hdd drive works

/dev/sda1 none swap sw
/dev/sda2 /hdd auto defaults,errors=remount-ro,noatime,nodiratime 0 0

This is how it was from my ipbox

Now if i download a media plugin or update the software i loose the use of my hdd. If i reflash the image via the usb i can get the my hdd working with the above lines. I did a little reading and edit my fstab with the following line instead

/dev/discs/disc0/part1 /media/hdd auto defaults,noatime 0 0
/dev/discs/disc1/part1 /media/usb auto defaults 0 0 mode=0777 0


However it still does not work, does anyone know how to get my hdd working
 

Bacardi

Registered
Messages
289
I have it working not sure if this is the best way i edited

/dev/sda2 /hdd auto defaults,errors=remount-ro,noatime,nodiratime 0 0

to

/dev/sda2 /media/hdd auto defaults,errors=remount-ro,noatime,nodiratime 0 0
 
Top