Mounting HDD in MeoBoot

Sturlus stugi

Vu+ Newbie
Code:
top - 23:53:40 up 46 min,  1 user,  load average: 1.04, 1.04, 0.97
Tasks:  78 total,  2 running,  76 sleeping,  0 stopped,  0 zombie
Cpu(s): 46.0%us, 53.7%sy,  0.0%ni,  0.0%id,  0.0%wa,  0.0%hi,  0.3%si,  0.0%st
Mem:    106364k total,  102972k used,    3392k free,    4336k buffers
Swap:        0k total,        0k used,        0k free,    42856k cached
 
But don`t be fooled with Blackhole on meoboot :no:
This is correct and coresponding with the fstab file

screenshot_2013-03-04_23-52-06.jpg


screenshot_2013-03-04_23-54-44.jpg

And this is what you get if you look at the mountpoints, the upper and bottom mounts can not be changed :)
 

Sturlus stugi

Vu+ Newbie
telnet-top.jpg
 

Attachments

  • telnet-top.jpg
    telnet-top.jpg
    172.6 KB · Views: 4

Sturlus stugi

Vu+ Newbie
God Morning, it is done!
I installed vu+ solo official image, formated, initialised and mounted HDD.
Re-flashed BH 2.0.1
Mounted HDD as /media/HDD
Mounted USB as /media/USB
Mounted USB (100MB.Fat32) /media/personal (as past2present has done)
Performed online update.

And here is my fstab content now (before installation of MeoBoot):

Code:
rootfs              /                    auto      defaults              1 1
proc                /proc                proc      defaults              0 0
devpts              /dev/pts            devpts    mode=0620,gid=5      0 0
usbdevfs            /proc/bus/usb        usbfs      defaults              0 0
/dev/mtdblock2      /boot                jffs2      rw                    0 0
tmpfs                /var/volatile        tmpfs      mode=0755            0 0
tmpfs                /dev/shm            tmpfs      mode=0777            0 0
/dev/disk/by-uuid/11F2-3466    /media/personal    auto  defaults    0  0
/dev/disk/by-uuid/8c98a0a9-f482-4fd1-a0e2-11508438cca8    /media/hdd    auto  defaults    0  0
/dev/disk/by-uuid/a86754c0-d0d8-87d6-c788-f7476ceb1553    /media/usb    auto  defaults    0  0

Now i am going to install MeoBoot...
.....
There.. its done.. fast click through setup... now lets check device manager... hmm..
USB 100MB Fat32 parition: NOT MAPPED
HDD: NOT MAPPED
USB 30GB (Meobootinstallation) /media/usb

Lets go into mountpoints and see if can mount them...

USB (100MB Fat32) locked on /media/meoboot
HDD locked on /media/meoboot
USB 30GB (meobootinstallation) /media/usb (but i can choose all the different mountpoints)

hmmmm....

And here is fstab from /media/usb/MbootM/BH-2.0.1-vusolo/etc:

Code:
rootfs              /                    auto      defaults              1 1
proc                /proc                proc      defaults              0 0
devpts              /dev/pts            devpts    mode=0620,gid=5      0 0
usbdevfs            /proc/bus/usb        usbfs      defaults              0 0
#/dev/mtdblock2      /boot                jffs2      rw                    0 0
tmpfs                /var/volatile        tmpfs      mode=0755            0 0
tmpfs                /dev/shm            tmpfs      mode=0777            0 0
/dev/sda1            /media/hdd          auto      defaults              0 0

But what is this..? there is also this folder on /etc/media

/media/meoboot/MbootM/BH-2.0.1-vusolo/etc

Here is the fstab from there:

Code:
rootfs              /                    auto      defaults              1 1
proc                /proc                proc      defaults              0 0
devpts              /dev/pts            devpts    mode=0620,gid=5      0 0
usbdevfs            /proc/bus/usb        usbfs      defaults              0 0
#/dev/mtdblock2      /boot                jffs2      rw                    0 0
tmpfs                /var/volatile        tmpfs      mode=0755            0 0
tmpfs                /dev/shm            tmpfs      mode=0777            0 0
/dev/sda1            /media/hdd          auto      defaults              0 0


Telnet top command output is attached.
 

Attachments

  • telnet.top.jpg
    telnet.top.jpg
    161.2 KB · Views: 6
Top