Tiny Core Linux

Tiny Core Base => CorePlus => Topic started by: Luccyrobert on October 12, 2016, 03:24:25 AM

Title: Tinycore on usb
Post by: Luccyrobert on October 12, 2016, 03:24:25 AM
Can i create a persistence home folder in usb. Basically i want to run a script through .X.d folder. I have use boot code tce=sdb1 home=sdb1 opt=sdb1 but it never pick home folder from usb drive.
Title: Re: Tinycore on usb
Post by: patrikg on October 12, 2016, 03:31:22 AM
You could install tc on usb drive first.

Something like this:

http://forum.tinycorelinux.net/index.php/topic,20135.msg125292.html#msg125292
Title: Re: Tinycore on usb
Post by: Luccyrobert on October 12, 2016, 03:38:53 AM
I have bootable usb in which 2 folder boot cde present now i have create a new folder home then i edit file in boot/extlinux/extlinux.conf and here i add home=sdb1 but it never mount home folder from usb drive
Title: Re: Tinycore on usb
Post by: patrikg on October 12, 2016, 03:44:18 AM
I think your syntax is wrong, have you tried to use the UUID or LABEL, like the FAQ.

You can now specify the device to be used by UUID as follows:
tce=UUID=4773-DFE2 home=UUID=4773-DFE2 opt=UUID=4773-DFE2 restore=UUID=4773-DFE2

For Tiny Core boot options use:
tce=LABEL=tinycore home=LABEL=tinycore opt=LABEL=tinycore restore=LABEL=tinycore


http://tinycorelinux.net/faq.html
Title: Re: Tinycore on usb
Post by: Misalf on October 12, 2016, 07:05:44 AM
I have bootable usb in which 2 folder boot cde present
The  cde  directory is for non writable media (i.e CD-ROM).
Rename that to  tce .