In the image of Gemini, since version 4.2 changed somewhat mount devices.
Fstab file is not used, the internal hard disk is automatically mounted as a media / hdd
In this case, to mount the USB drive as a media / hdd follow these steps:
In the telnet command giving
1. df
Shows mounted partitions in the system, including CD-ROMs, floppy disks, network balloons. When specifying the path takes a line connected section, which is this way.
I came this:
root @ dm800: ~ # df
Filesystem 1k-blocks Used Available Use% Mounted on
/ Dev/mtdblock3 61440 40364 21076 66% /
/ Dev/mtdblock/2 3840 2500 1340 65% / boot
tmpfs 78836 48 78788 0% / var
tmpfs 78836 20 78816 0% / tmp
/ Dev/hda1 307 663 832 117 942 232 189 721 600 38% / media/hda1
/ Dev/sda1 1968276 19092 1949184 1% / media/sda1
root @ dm800: ~ #
Lists two connected devices - screw (/ dev/hda1) and fleshka (/ dev/sda1)
2. rm-f / media / hdd
Ie remove the directory / media / hdd
By the way, Gemini 4.2 / media / hdd - a link to the real / media/hda1
3. ln-s / media/sda1 / media / hdd - create a symlink to stick
So, after the filing of these commands, link / media / hdd began pointing at my stick.
Do not forget to build in the root folder flash / movie
Fstab file is not used, the internal hard disk is automatically mounted as a media / hdd
In this case, to mount the USB drive as a media / hdd follow these steps:
In the telnet command giving
1. df
Shows mounted partitions in the system, including CD-ROMs, floppy disks, network balloons. When specifying the path takes a line connected section, which is this way.
I came this:
root @ dm800: ~ # df
Filesystem 1k-blocks Used Available Use% Mounted on
/ Dev/mtdblock3 61440 40364 21076 66% /
/ Dev/mtdblock/2 3840 2500 1340 65% / boot
tmpfs 78836 48 78788 0% / var
tmpfs 78836 20 78816 0% / tmp
/ Dev/hda1 307 663 832 117 942 232 189 721 600 38% / media/hda1
/ Dev/sda1 1968276 19092 1949184 1% / media/sda1
root @ dm800: ~ #
Lists two connected devices - screw (/ dev/hda1) and fleshka (/ dev/sda1)
2. rm-f / media / hdd
Ie remove the directory / media / hdd
By the way, Gemini 4.2 / media / hdd - a link to the real / media/hda1
3. ln-s / media/sda1 / media / hdd - create a symlink to stick
So, after the filing of these commands, link / media / hdd began pointing at my stick.
Do not forget to build in the root folder flash / movie