NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rump mounted ext2 filesystem shows zero size with df command



Hello,


Filesystem in /dev/sd0e mounted with rump works fine but df command shows wrong size and 100% full. Is
that a bug or the normal behaviour of the rump mount?

Thanks.
Regards.


netbsd-nuc# mount -t ext2fs -o rump /dev/sd0e /mnt/datos/
[   1.0000000] entropy: ready

netbsd-nuc# df -h
Filesystem     Size   Used  Avail %Cap Mounted on
/dev/dk4       192G    95G    88G  52% /
tmpfs          4.0G   3.8M   4.0G   1% /tmp
kernfs         1.0K   1.0K     0B 100% /kern
ptyfs          1.0K   1.0K     0B 100% /dev/pts
procfs         4.0K   4.0K     0B 100% /proc
tmpfs          4.0G     0B   4.0G   0% /var/shm
/dev/sd0e        0B     0B     0B 100% /mnt/datos

netbsd-nuc# mount -v
/dev/dk4 on / type ffs (local, root file system, fsid: 0xa804/0x78b, reads: sync 372150 async 4, writes: sync 27508 async 13265)
tmpfs on /tmp type tmpfs (local, fsid: 0xab01/0x69ab, reads: sync 0 async 0, writes: sync 0 async 0)
kernfs on /kern type kernfs (local, fsid: 0x8b02/0x1d28b, reads: sync 0 async 0, writes: sync 0 async 0)
ptyfs on /dev/pts type ptyfs (local, fsid: 0x7b03/0x6b7b, reads: sync 0 async 0, writes: sync 0 async 0)
procfs on /proc type procfs (local, fsid: 0x1b04/0x1ae1b, reads: sync 0 async 0, writes: sync 0 async 0)
tmpfs on /var/shm type tmpfs (local, fsid: 0xab05/0x69ab, reads: sync 0 async 0, writes: sync 0 async 0)
/dev/sd0e on /mnt/datos type puffs|p2k|ext2fs (fsid: 0xcb0a/0x6acb, reads: sync 0 async 0, writes: sync 0 async 0)
netbsd-nuc#


Home | Main Index | Thread Index | Old Index