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
teda takto:
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 .
mount none -t usbfs /dev/bus/usb/.usbfs -o busmode=0700,devmode=0600,listmode=0644
# 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