Created
May 14, 2015 14:54
-
-
Save jk0/f3487bd58b49e0ae56d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@xenserver ~]# mount | |
| /dev/sda1 on / type ext3 (rw) | |
| none on /proc type proc (rw) | |
| none on /sys type sysfs (rw) | |
| none on /dev/pts type devpts (rw) | |
| none on /dev/shm type tmpfs (rw) | |
| /opt/xensource/packages/iso/XenCenter.iso on /var/xen/xc-install type iso9660 (ro,loop=/dev/loop0) | |
| none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) | |
| sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) | |
| /dev/mapper/XSLocalEXT--9680cac6--f743--b1c9--7542--778092c585d1-9680cac6--f743--b1c9--7542--778092c585d1 on /var/run/sr-mount/9680cac6-f743-b1c9-7542-778092c585d1 type ext3 (rw) | |
| [root@xenserver ~]# mkdir /var/run/sr-mount/9680cac6-f743-b1c9-7542-778092c585d1/isos | |
| [root@xenserver ~]# xe sr-create name-label=ISO type=iso device-config:location=/var/run/sr-mount/9680cac6-f743-b1c9-7542-778092c585d1/isos | |
| Error code: SR_BACKEND_FAILURE_222 | |
| Error parameters: , Could not mount the directory specified in Device Configuration, | |
| [root@xenserver ~]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment