Re: Giving access to linux device in a VE [message #34621 is a reply to message #34615] |
Wed, 21 January 2009 18:40  |
n00b_admin
Messages: 77 Registered: July 2006 Location: Romania
|
Member |
|
|
Hello,
Please use the --devnodes option.
As per the manual of the vzctl tool, the devices option will not automatically create the required block devices.
Try something like:
vzctl set 567 --devnodes /dev/sda:rw --save
Then mount the required partition inside the VE.
If the partition /dev/sda1 is required to be automatically mounted at startup, use the local service for the mount command.
In the past i had problems using the fstab file.
|
|
|