0

I have mounted a ramdrive via /etc/fstab.

And I would like to inspect the properties of the drive such as the memory policy (e.g. bind, prefer, or?) to make sure all properties are expected.

How can I do so?

Thanks!

1 Answer 1

1

Executing mount without any arguments gives a list of mounted filesystems, including tmpfs, and their properties:

tmpfs on /mountpoint type tmpfs (rw,relatime) 

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.