virtualbox usb

Sekcia: Aplikácie & Desktop 31.01.2008 | 23:11
Avatar Branislav Poldauf Manjaro, Debian stable  Používateľ
nahodil som virtualbox na gutsy. a tu je vysledok:


Could not load the Host USB Proxy Service (VERR_FILE_NOT_FOUND). The service might be not installed on the host computer.


Result Code:
0x80004005
Component:
Host
Interface:
IHost {81729c26-1aec-46f5-b7c0-cc7364738fdb}
Callee:
IMachine {31f7169f-14da-4c55-8cb6-a3665186e35e}


otazka jasna - co s tym? tato hlaska sa zobrazi ked kliknem na nastavenia a chcem pridat nejaky iso subor...

ODPOVED JE TU:
http://www.virtualbox.org/ticket/747


super ze je to vyriesene ale ja nechapem co konkretne mam spravit
mohol by mi to pls niekto presne vysvetlit co mam spravit ??
najma toto nechapem:

domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644


pls napiste mi polopatisticky navod lebo neviem co vlastne treba robit, uplne od zaciatku az do konca, ak by sa to dalo
chapem ten prikaz mkdir ....a potom som strateny pri uz spominanej casti:
domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
Linux: the operating system with a CLUE... Command Line User Environment
    • Re: virtualbox usb 31.01.2008 | 23:51
      m4rtin.m   Návštevník
      je to príkaz, asi maju preklep, skus 'mount usbfs.. ' namiesto 'domount usbfs..'

      teda takto:
      mount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644

      • Re: virtualbox usb 31.01.2008 | 23:58
        Avatar Branislav Poldauf Manjaro, Debian stable  Používateľ
        to ma napdlo ale to nefunguje vyhodi iba usage of mount teda toto:

        Usage: mount -V : print version
        mount -h : print this help
        mount : list mounted filesystems
        mount -l : idem, including volume labels
        So far the informational part. Next the mounting.
        The command is `mount [-t fstype] something somewhere'.
        Details found in /etc/fstab may be omitted.
        mount -a [-t|-O] ... : mount all stuff from /etc/fstab
        mount device : mount device at the known place
        mount directory : mount known device here
        mount -t type dev dir : ordinary mount command
        Note that one does not really mount a device, one mounts
        a filesystem (of the given type) found on the device.
        One can also mount an already visible directory tree elsewhere:
        mount --bind olddir newdir
        or move a subtree:
        mount --move olddir newdir
        One can change the type of mount containing the directory dir:
        mount --make-shared dir
        mount --make-slave dir
        mount --make-private dir
        mount --make-unbindable dir
        One can change the type of all the mounts in a mount subtree
        containing the directory dir:
        mount --make-rshared dir
        mount --make-rslave dir
        mount --make-rprivate dir
        mount --make-runbindable dir
        A device can be given by name, say /dev/hda1 or /dev/cdrom,
        or by label, using -L label or by uuid, using -U uuid .
        Other options: [-nfFrsvw] [-o options] [-p passwdfd].
        For many more details, say man 8 mount .
        Linux: the operating system with a CLUE... Command Line User Environment
        • Re: virtualbox usb 01.02.2008 | 00:04
          Avatar Miroslav Bendík Gentoo  Administrátor
          mount none -t usbfs /dev/bus/usb/.usbfs -o busmode=0700,devmode=0600,listmode=0644
          • Re: virtualbox usb 01.02.2008 | 15:29
            Avatar Branislav Poldauf Manjaro, Debian stable  Používateľ
            sice nechapem preco tam ma byt to none -t ale funguje to DIK MOC
            Linux: the operating system with a CLUE... Command Line User Environment
          • Re: virtualbox usb 01.02.2008 | 15:31
            Avatar Branislav Poldauf Manjaro, Debian stable  Používateľ
            este otazocka je to trvale alebo to budem musiet robit vzdy pred startom virtualboxu
            Linux: the operating system with a CLUE... Command Line User Environment
            • Re: virtualbox usb 01.02.2008 | 16:15
              Avatar Miroslav Bendík Gentoo  Administrátor
              Nie je to trvalé, ale nie je problém to pridať do fstab.
              usbfs   /dev/bus/usb/.usbfs     usbfs   busmode=0700,devmode=0600,listmode=0644 0 0
              
    • Re: virtualbox usb 01.02.2008 | 08:50
      Avatar majkro Linux for USER,servery-Debian  Používateľ
      # vim /etc/udev/rules.d/40-permissions.rules
      >>> # USB devices (usbfs replacement)
      >>> SUBSYSTEM=="usb_device", GROUP="usbusers", MODE="0664"

      # mount -t usbfs /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
      # /etc/init.d/mountdevsubfs.sh restart