WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Running Tinycore / Mircrocore completely in RAM  (Read 1896 times)

Offline halma

  • Full Member
  • ***
  • Posts: 164
Running Tinycore / Mircrocore completely in RAM
« on: March 17, 2018, 03:20:03 AM »
Hi , is it possible to run Tinycore / Microcore completely in RAM (rootfs, kernel, libs, etc.), i mean if i boot from an usb storeage device (which cotains one partion and and on it the whole microcore system) a microcore system, first read MBR(masterboot record), copy content from usb storage into RAM,  and then boot the microcore system... is that possible?

Thanks
Halma
« Last Edit: March 17, 2018, 03:24:42 AM by halma »
1 + 2 = 6  cause  10 - 6 = 78 ;-) lol

Offline polikuo

  • Hero Member
  • *****
  • Posts: 758
Re: Running Tinycore / Mircrocore completely in RAM
« Reply #1 on: March 17, 2018, 04:24:26 AM »
I believe you're refering to copy2fs.flg

Code: [Select]
touch /etc/sysconfig/tcedir/copy2fs.flg

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11694
Re: Running Tinycore / Mircrocore completely in RAM
« Reply #2 on: March 17, 2018, 10:18:11 AM »
Hi halma
As polikuo pointed out, creating a  copy2fs.flg  file will do what you want. In addition, make sure you do not have persistent
/home  or  /opt  directories on the drive. You should then be able to use the  umount  command on the drive and unplug it
if you wish.