This is the way I setup usb hdd on my dreambox dm800 nabilosat image.
1. make sure the hdd is formatted vfat. ext3 didn't work for some reason. kept bringing up unable to initialize hardware error.
2. mount the hdd. In my case the hdd was not being mounted through fstab. So using telenet logged into the box and made a script with the command 'mount /dev/sda1 /media/hdd'. You need to change sda1 to the appropriate device name for your box. Search /dev for that. Place this script in /usr/script/ . Next, run the script by pressing the green button->blue button->select script and press OK to run. Now the hdd is mounted.
3. make sure you have a directory called 'movie'(without the quotes) on your hdd. If not present make one. /media/hdd/movie
4. Now press the red button on the remote and hopefully the hdd would be ready for recording.
5. In my case I need to run the mount script each time I have rebooted the dreambox.
Has anybody mounted a usb hdd via fstab. A post on how to do that would be appreciated. I searched hard but nothing worked for me.
1. make sure the hdd is formatted vfat. ext3 didn't work for some reason. kept bringing up unable to initialize hardware error.
2. mount the hdd. In my case the hdd was not being mounted through fstab. So using telenet logged into the box and made a script with the command 'mount /dev/sda1 /media/hdd'. You need to change sda1 to the appropriate device name for your box. Search /dev for that. Place this script in /usr/script/ . Next, run the script by pressing the green button->blue button->select script and press OK to run. Now the hdd is mounted.
3. make sure you have a directory called 'movie'(without the quotes) on your hdd. If not present make one. /media/hdd/movie
4. Now press the red button on the remote and hopefully the hdd would be ready for recording.
5. In my case I need to run the mount script each time I have rebooted the dreambox.
Has anybody mounted a usb hdd via fstab. A post on how to do that would be appreciated. I searched hard but nothing worked for me.
Comment