Error when mounting ramdisk with command line 1.5.1014
Collapse
X
-
The command is correct, and it looks as though the RAM disk was successfully created.
Please ignore the error output as this is a bug. This will be removed from the next build. -
It looks like the default is set to read-only, which is OK for files but unreasonable for empty ram disks. We will change the default for empty ram disks to read/write for the next build. For now, you can specify "-o rw" to set the permissions to read/write.Comment
Comment