1

The goal is to test the out of disk space condition.

Creating an image:

dd if=/dev/zero of=test bs=1024 count=10000

Mountpoint:

mkdir mountpoint

Mounting fails:

guestmount -a test -m/dev/sda mountpoint

mount: wrong fs type, bad option, bad superblock on /dev/sda

Is there a need to create an fs? How to make the image usable?

(without the root user)

1
  • 1
    /sbin/mkfs.ext4 test Commented Mar 16, 2017 at 11:14

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.