How do I install Trisquel on a flash drive? I want it to behave like the Trisquel on my laptop.

9 respuestas [Último envío]
pogiako12345
Desconectado/a
se unió: 07/11/2014

I pretty much said everything on the title :D

Magic Banana

I am a member!

I am a translator!

Desconectado/a
se unió: 07/24/2010

Do just the same but, at the partitioning step of the installer, choose a custom partitioning and specify the flash drive as the drive to partition.

onpon4
Desconectado/a
se unió: 05/30/2012

Another thing, though: use a filesystem that doesn't have journaling, like ext2. By its nature, flash storage can only be written to a certain number of times, and journaling will weigh down on the life of a flash drive much faster.

pogiako12345
Desconectado/a
se unió: 07/11/2014

Yeah, I've been told that before. Thanks people! :D

Legimet
Desconectado/a
se unió: 12/10/2013

You can create an ext4 filesystem wtihout journaling.

pogiako12345
Desconectado/a
se unió: 07/11/2014

How?

Legimet
Desconectado/a
se unió: 12/10/2013

$ sudo mkfs.ext4 -O ^has_journal /dev/xxxx

davidnotcoulthard (no verificado)
davidnotcoulthard

I'm just a bit curious but would a USB hard drive survive the normal amount of re-writing non-live systems have and be about as protable (and harder to lose:) as flash drives?

So can I treat USB HDDs as normal HDDs?

onpon4
Desconectado/a
se unió: 05/30/2012

The re-writing limitation is specific to flash memory, so it wouldn't apply to any hard drive. From my understanding, the main thing that wears down a hard drive is starting it up and stopping it over and over; they last longer if they just keep spinning. I'm not sure how external hard drives behave in this regard.

pogiako12345
Desconectado/a
se unió: 07/11/2014

Thanks fellas!