Displaying 3 results from an estimated 3 matches for "sheepf".
Did you mean:
sheep
2013 Sep 04
2
python-guestfs
...problems .Here is my code:
[root@mfsdata1 ~]# python
Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23)
[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> sheepfs_dir="/tmp/sheepfs"
>>> os.system("umount " + sheepfs_dir)
0
>>> os.system("sheepfs -n " + sheepfs_dir)
0
>>> vdi_name = "vm1935028.nbregion.ec2.cloudkc.cn"
>>> os.system("echo " + vdi_name + ">" + sh...
2013 Sep 05
0
Re: python-guestfs
...gt; [root@mfsdata1 ~]# python
> Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23)
> [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import os
> >>> sheepfs_dir="/tmp/sheepfs"
> >>> os.system("umount " + sheepfs_dir)
> 0
> >>> os.system("sheepfs -n " + sheepfs_dir)
> 0
> >>> vdi_name = "vm1935028.nbregion.ec2.cloudkc.cn"
> >>> os.system("echo " + vd...
2013 Sep 06
1
答复: python-guestfs
...gt; [root@mfsdata1 ~]# python
> Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23)
> [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import os
> >>> sheepfs_dir="/tmp/sheepfs"
> >>> os.system("umount " + sheepfs_dir)
> 0
> >>> os.system("sheepfs -n " + sheepfs_dir)
> 0
> >>> vdi_name = "vm1935028.nbregion.ec2.cloudkc.cn"
> >>> os.system("echo " + vd...