PDA

View Full Version : automatic mount at startup



sebhki
22-02-11, 22:02
Hello

I have a usb stick where I'm planning to put
- epg data
- picon
- timeshift

I can mount it manually (with the command mount /dev/sdb /media/usb)
but it does not mount automatically when I reboot the vuplus.
I'm using ViX2.0

any advice on how to proceed?

silverfox0786
22-02-11, 22:18
go to menu setup vix device manger

and mount it to media/usb

it will then stay that way

sebhki
22-02-11, 22:27
Hi.
I've tried that. It showed the first time I went there, but I followed those steps :

umount /dev/sdb

mkfs.ext3 /dev/sdb

mount /dev/sdb /media/usb

and now it does not show in the device manager anymore
Would you be so kind to help me repare my ****up ?
cheers

silverfox0786
22-02-11, 22:29
if its not showing in device manager then the drive needs repartitioning and reinitialising

sebhki
22-02-11, 22:30
can I do that with telnet ? or is it better to do it in a windows machine ?

silverfox0786
22-02-11, 22:32
no do it on the box via device manager

sebhki
22-02-11, 22:36
in devices manager, I can only see my hdd, not the usb stick.
However, I can access the usb stick under /media/usb ( picon are there and they show for ex.)
How to proceed to repartition/reinitialise the usb drive from Devices manager if it does not show there?

silverfox0786
22-02-11, 22:40
its possible then u have possibly deleted or corrupted a file some where with in th eimage and may need to reflash

it could be thgat u have deleted the fstab or the automount or any one file that allocates /media/usb and then shows it in vix menu

try a reflash and see if that fixs it

first thing after a reflash is to check device manager and see if its there

andyblac
25-02-11, 03:12
Hi.
I've tried that. It showed the first time I went there, but I followed those steps :

umount /dev/sdb

mkfs.ext3 /dev/sdb

mount /dev/sdb /media/usb

and now it does not show in the device manager anymore
Would you be so kind to help me repare my ****up ?
cheers

you have wiped the partition data, you should have done.

umount /dev/sdb1
mkfs.ext3 /dev/sdb1
mount /dev/sdb1 /media/usb

you NEED the '1'

your best bet is to repartition it in windows, then Device Manager should see it again, then use the YELLOW button to repartition it for Linux, then use GREEN button to assign a mount point to it.