Search found 2 matches

by tudi
Sun Feb 25, 2024 5:19 am
Forum: General support
Topic: RAM disk fstab entry
Replies: 3
Views: 487

Re: RAM disk fstab entry

thank you chadbsd for the detailed answer.

the entry that worked was:

Code: Select all

tmpfs /mnt/tmpfs.ramdisk tmpfs rw,size=500M,nosuid 0 0
the nodev option was identified as invalid argument on boot.
by tudi
Sat Feb 24, 2024 12:34 pm
Forum: General support
Topic: RAM disk fstab entry
Replies: 3
Views: 487

RAM disk fstab entry

hi All, trying to get my feet wet with v.24.01.1, just installed. on Linux I have a RAM disk entry with sudo mkdir /mnt/tmpfs.ramdisk # and in fstab tmpfs /mnt/tmpfs.ramdisk tmpfs nodev,nosuid,nodiratime,size=500M 0 0 could you please advise what would be the equivalent in Ghost BSD? already tried: ...