WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Persistent HOME in OPT folder  (Read 2654 times)

Offline Mzem

  • Newbie
  • *
  • Posts: 7
Persistent HOME in OPT folder
« on: June 21, 2016, 10:39:18 AM »
Hi! :)

I'm trying to make home and opt folders on the USB persistent. I'm using TinyCore. I followed this page
http://distro.ibiblio.org/tinycorelinux/faq.html
and this
http://wiki.tinycorelinux.net/wiki:boot_codes_explained

but when I set all up and reboot, I get this error message:
persistent HOME not supported in  Microsoft File System
request for persistent HOME on sda1 ignored
Press any key.

I'm using syslinux configuration file.

Anybody know what is the problem here?


Thanks
Mzem




Offline Mzem

  • Newbie
  • *
  • Posts: 7
Re: Persistent HOME in OPT folder
« Reply #1 on: June 21, 2016, 11:40:53 AM »
syslinux.cfg looks like this:

label ubnentry0
menu label Boot TinyCore
kernel /boot/vmlinuz
append initrd=/boot/core.gz  quiet waitusb=5 tce=sda home=sda

Am I doing something wrong?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11246
Re: Persistent HOME in OPT folder
« Reply #2 on: June 21, 2016, 11:45:19 AM »
Hi Mzem
I think persistent  /home  and  /opt  require a Linux file system (ext2, ext3, or ext4).

Offline Mzem

  • Newbie
  • *
  • Posts: 7
Re: Persistent HOME in OPT folder
« Reply #3 on: June 21, 2016, 02:43:47 PM »
Thank you for your reply.  :)
I understand this, but how can I make bootable USB with Linux file system(ext2, ext3,ext4)?

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Persistent HOME in OPT folder
« Reply #4 on: June 21, 2016, 04:45:06 PM »
dd the plus image to a USB drive.  Boot it and use it to install to another USB drive.
Please read the book.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14568
Re: Persistent HOME in OPT folder
« Reply #5 on: June 21, 2016, 11:48:43 PM »
..or use the tc-install extension

Offline Mzem

  • Newbie
  • *
  • Posts: 7
Re: Persistent HOME in OPT folder
« Reply #6 on: June 22, 2016, 02:11:54 AM »
Thank you Juanito and gerald_clark for you reply.
I was trying to make ext4 bootable usb from ubuntu and didn't succeed. I try Juanito's suggestion and I was able to make persistent directories.
Again thank you both of you.