kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

mkfs -t [etfs,ffs] does not format correctly #679

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by alexkalmuk@gmail.com on 30 Jan 2014 at 11:18