#18035: block-mount seems not work with virtio_blk disk
--------------------------------+-----------------------------------
 Reporter:  Varlan              |      Owner:  developers
     Type:  defect              |     Status:  new
 Priority:  normal              |  Milestone:
Component:  base system         |    Version:  Barrier Breaker 14.07
 Keywords:  virtio block-mount  |
--------------------------------+-----------------------------------
 I started openwrt-x86-kvm_guest-combined.img in qemu with the cmdline
 below:

 {{{
 start "" qemu-w64-setup-20140801\qemu-system-i386w.exe -L
 qemu-w64-setup-20140801 -boot c -drive file=openwrt-x86-kvm_guest-
 combined-ext4-bb.qcow2,if=virtio,index=0,boot=on -drive
 file=exStorage.vhd,if=virtio,index=1 -m 128 -netdev
 user,id=net0,hostfwd=tcp::2222-:22 -device virtio-net-pci,netdev=net0
 -nographic
 }}}

 After boot, there is vda and vdb in /dev. But it seems that I can't use
 block-mount to detect the vdx devices. "block info" didn't give any
 information about disks and I can't use fstab to auto mount disk. But I
 can successfully mount disk with " mount -t vfat /dev/vdb1 /data1".

--
Ticket URL: <https://dev.openwrt.org/ticket/18035>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to