F Florent Member Apr 3, 2012 91 4 8 Mar 11, 2014 #1 Hi Proxmox team, Why ISO images cannot be stored over RBD ? Is it only a "testing-period" limitation or other ? Thank you Reactions: kidalabama
Hi Proxmox team, Why ISO images cannot be stored over RBD ? Is it only a "testing-period" limitation or other ? Thank you
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,300 729 253 Austria www.proxmox.com Mar 11, 2014 #2 RBD is a block device, and we currently need a file system to store ISOs.
F Florent Member Apr 3, 2012 91 4 8 Mar 13, 2014 #3 dietmar said: RBD is a block device, and we currently need a file system to store ISOs. Click to expand... ISOs cannot be treated as block devices ? CD,DVD,etc... are block devices, aren't ?
dietmar said: RBD is a block device, and we currently need a file system to store ISOs. Click to expand... ISOs cannot be treated as block devices ? CD,DVD,etc... are block devices, aren't ?
M m.ardito Famous Member Feb 17, 2010 1,473 19 103 Torino, Italy Mar 13, 2014 #4 cd, dvd yes, but .iso is a file, which contains files/folders, not a device. you could mount an .iso in the filesystem as if it was into a device, so you can see its files/folders, not as if it was a device. Marco Last edited: Mar 13, 2014
cd, dvd yes, but .iso is a file, which contains files/folders, not a device. you could mount an .iso in the filesystem as if it was into a device, so you can see its files/folders, not as if it was a device. Marco