HOW TO : Auto-mount internal HDD with E2 image
To automatically mount your Premium internal HDD please:
Edit file:
Code:
/etc/fstab
with an editor valid for Linux/Unix (so please don’t use Windows Notepad but you can use Notepad++).
and replace the line:
Code:
/dev/sda1 /media/hdd auto defaults 0 0
with
Code:
/dev/hdb1 /media/hdd auto defaults 0 0
For people that prefer not to edit a config file, copy the fstab.tgz into the /tmp directory of your Azbox and connect with telnet and type:
Code:
cd / tar -xvzf /tmp/fstab.tgz sync shutdown -r now
Code:
www.multiupload.com/BM2WC8DG65
No comments