- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I need an ext2 fs and tried to create a ramdisk image on a linux machine. I followed the commands given in the microtronix manual but get the an after typing the following commands:
# dd if=/dev/zero of=/dev/ram0 bs=1k count=1024# mke2fs -s0 -vm0 /dev/ram0 1024 Error Message: "reserved online resize blocks not supported on non-sparse filesystem"Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you just do
mke2fs -b 1024 /dev/ram0 1024
?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page