Hello Friends.... I am back with a amazing trick that i learn during Shell Scripting....
yeh bad news for windows lover, it is for linux :)
so script is here...
if you know about dd command then you can easily, understand it.
here you can change count size, bs (block size) , and mounting point /mnt/ramdisk
mke2fs is use for format it.
enjoy nyt....
have a sound sleep....
yeh bad news for windows lover, it is for linux :)
so script is here...
dd if=/dev/zero of=/dev/ram0 count=2000 bs=1024
mke2fs /dev/ram0
mount /dev/ram0 /mnt/ramdisk
chmod 777 /mnt/ramdiskif you know about dd command then you can easily, understand it.
here you can change count size, bs (block size) , and mounting point /mnt/ramdisk
mke2fs is use for format it.
enjoy nyt....
have a sound sleep....
Thanks for this, I have linux on my home computer so I'll have to try this out when I get back.
ReplyDeleteI definitely might end up using this.
ReplyDeleteCheck out my math blog.
its useful to me,mostly i always use linux os.well,i will try it once.
ReplyDelete