Hi,

I need a single ramdisk which is a real block device (unlike tmpfs),
so I found the ramdisk_size kernel boot parameter.
However, after invoking "MAKEDEV ram" I get hundreds of 16mb large
ramdisks, instead of a single 4GB large:

dd if=/dev/zero of=/dev/ram0 bs=1024k count=2048
dd: error writing ‘/dev/ram0’: No space left on device
17+0 records in
16+0 records out
16777216 bytes (17 MB) copied, 0.032487 s, 516 MB/s


Any idea how to get a single ramdisk instead, I am using Fedora20 on x86_64 btw.

Thank you in advance, Clemens
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to