Re: проброс HASP usb-key в VE [message #25588 is a reply to message #25586] |
Wed, 02 January 2008 13:06   |
rengel
Messages: 13 Registered: December 2007
|
Junior Member |
|
|
> cat 10.mount
#!/bin/bash
umount /proc
mount -t proc defaults /proc
mount -t usbfs none /vz/root/10/proc/bus/usb
вот выдает такое.
> vzctl restart 10
umount: /proc: device is busy
umount: /proc: device is busy
mount: proc already mounted
mount: mount point /vz/root/10/proc/bus/usb does not exist
Error executing mount script /etc/vz//conf/10.mount
> ls -al /vz/root/10/proc/bus/usb
total 8
drwxr-xr-x 2 root root 4096 2008-01-02 15:58 .
drwxr-xr-x 3 root root 4096 2008-01-02 15:58 ..
[Updated on: Wed, 02 January 2008 13:12] Report message to a moderator
|
|
|