You might want to read http://www.catb.org/~esr/faqs/smart-questions.html a bit.

Roman Pretory wrote:
to split for the util-vserver:
/etc/vserver/guestname/scripts/post-start

        mkdir -p /vservers/file//data
        mkdir -p /vservers/file//data/storage
        mkdir -p /vservers/file//data/storage/160GB_1
        mkdir -p /vservers/file//data/storage/60GB_1
        mkdir -p /vservers/file//data/storage/60GB_2
        mount --bind /data/storage/160GB_1
/vservers/file//data/storage/160GB_1
        mount --bind /data/storage/60GB_1
/vservers/file//data/storage/60GB_1
        mount --bind /data/storage/60GB_2
/vservers/file//data/storage/60GB_2

===

why dos it not work!!!

How doesn't it work? What have you tried to make it work? Why are you using a script for that rather than using the built-in fstab functionality? etc... In addition, version information is always helpful in case of an actual bug.

--
Daniel Hokka Zakrisson
GPG id: 06723412
GPG fingerprint: A455 4DF3 990A 431F FECA  7947 6136 DDA2 0672 3412
_______________________________________________
Vserver mailing list
[email protected]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to