edit the fstab file

leao6

Registered
Messages
22
hey
is possible to use a USB input for pen 8 gb with picons and other input use usb disk with 500 gb for movies?
if so how to edit the fstab file in azbox elite
 

artman_hacker

Senior Member
Messages
181
i think it's possible ;)

insert your usb flash memory then use telnet and enter

Code:
swapoff /media/usb
umount -f /media/usb
mkfs.ext3 -F /dev/sdb1

then enter

Code:
cd /media/usb
mkdir picon
ln -s /media/usb/picon /usr/share/enigma2/picon

format your hdd

Code:
swapoff /media/hdd
umount -f /media/hdd
mkfs.ext3 -F /dev/sda1

then enter

Code:
cd /media/usb
mkdir movie

good luck
 

gorski

Well Known Member
Messages
1,553
This is cool!!! :cool:

Here is something similar by Moicas:

If you have ELITE then do this:(works with premium)

In dir /etc/ you have fstab file. Edit this line:

/dev/hdb1............ /media/hdd

to

/dev/sda1............. /media/hdd

Save file. Reboot.

Then

If you have data in the hdd that you dont want to delete do this:

By FTP create dir /movie in the dir /hdd ( it will be this /media/hdd/movie )

Now you can record.

If you dont have any data on usb then goto menu settings / harddisk / initialize disk.

This will format the USB HDD, mount it on /media/hdd and also creates the movie dir.

I edited the fstab file additionally:

"default => rw,
 
Last edited:
Top