What steps will reproduce the problem?
1. On host:
dd if=/dev/zero of=disk.img bs=1M count=8
mkfs.vfat -F 12 disk.img
and then create file f.txt on disk.img
2. make confload-x86/nonvga_debug and run auto_qemu -hda disk.img
3. root@embox:/#mkdir /mnt
root@embox:/#mkfs -t etfs /dev/hda
root@embox:/#mount -t etfs dev/hda /mnt
root@embox:/#ls /mnt
What is the expected output? What do you see instead?
/mnt/f.txt
The same is for ffs
Original issue reported on code.google.com by alexkalmuk@gmail.com on 30 Jan 2014 at 11:06
Original issue reported on code.google.com by
alexkalmuk@gmail.com
on 30 Jan 2014 at 11:06