Prepare Live-Stick WITH extra data on 2nd partition
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
- I have a USB Stick of 64 GB.
- I have a debian ISO.
- I can make myself a bootable USB stick with
sudo cp debian.iso /dev/sdb
Problem 1:
I cannot copy various files to the stick preventing them to be deleted with the next ISO-copy of a newer version of my Debian.
So I'd like to partitioning my stick in one partition of 3 GB for the live data and a second one for the space left.
Problem 2:
With copying the ISO like mentioned above the partitions and their data will be deleted.
What do I have to do to achieve my goal?
Edit (2018-06-22)
@Tomasz made a good suggestion to take a look into MultiBootUSB - so I will.
May one cann suggest some steps on CLI? I'd like to dig into the mechanics for myself. It's a good opportunity to learn some things.
linux live-usb data
add a comment |Â
up vote
2
down vote
favorite
- I have a USB Stick of 64 GB.
- I have a debian ISO.
- I can make myself a bootable USB stick with
sudo cp debian.iso /dev/sdb
Problem 1:
I cannot copy various files to the stick preventing them to be deleted with the next ISO-copy of a newer version of my Debian.
So I'd like to partitioning my stick in one partition of 3 GB for the live data and a second one for the space left.
Problem 2:
With copying the ISO like mentioned above the partitions and their data will be deleted.
What do I have to do to achieve my goal?
Edit (2018-06-22)
@Tomasz made a good suggestion to take a look into MultiBootUSB - so I will.
May one cann suggest some steps on CLI? I'd like to dig into the mechanics for myself. It's a good opportunity to learn some things.
linux live-usb data
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
- I have a USB Stick of 64 GB.
- I have a debian ISO.
- I can make myself a bootable USB stick with
sudo cp debian.iso /dev/sdb
Problem 1:
I cannot copy various files to the stick preventing them to be deleted with the next ISO-copy of a newer version of my Debian.
So I'd like to partitioning my stick in one partition of 3 GB for the live data and a second one for the space left.
Problem 2:
With copying the ISO like mentioned above the partitions and their data will be deleted.
What do I have to do to achieve my goal?
Edit (2018-06-22)
@Tomasz made a good suggestion to take a look into MultiBootUSB - so I will.
May one cann suggest some steps on CLI? I'd like to dig into the mechanics for myself. It's a good opportunity to learn some things.
linux live-usb data
- I have a USB Stick of 64 GB.
- I have a debian ISO.
- I can make myself a bootable USB stick with
sudo cp debian.iso /dev/sdb
Problem 1:
I cannot copy various files to the stick preventing them to be deleted with the next ISO-copy of a newer version of my Debian.
So I'd like to partitioning my stick in one partition of 3 GB for the live data and a second one for the space left.
Problem 2:
With copying the ISO like mentioned above the partitions and their data will be deleted.
What do I have to do to achieve my goal?
Edit (2018-06-22)
@Tomasz made a good suggestion to take a look into MultiBootUSB - so I will.
May one cann suggest some steps on CLI? I'd like to dig into the mechanics for myself. It's a good opportunity to learn some things.
linux live-usb data
edited Jun 22 at 8:15
asked Jun 21 at 13:23
codekandis
5511
5511
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
I can recommend you MultiBootUSB, which not only will take care of writing the image and making the USB bootable, but will also do this on a partition you point it to. Moreover, you can prepare with it a USB with many OSs to boot (as the name MultiBootUSB suggests).
The steps to use it are simple and it comes with GUI. First partition your USB, then run the tool. You can test from within the app.
The downside is that it may not star in your standard repository, and so you have to download and install it yourself.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
I can recommend you MultiBootUSB, which not only will take care of writing the image and making the USB bootable, but will also do this on a partition you point it to. Moreover, you can prepare with it a USB with many OSs to boot (as the name MultiBootUSB suggests).
The steps to use it are simple and it comes with GUI. First partition your USB, then run the tool. You can test from within the app.
The downside is that it may not star in your standard repository, and so you have to download and install it yourself.
add a comment |Â
up vote
1
down vote
I can recommend you MultiBootUSB, which not only will take care of writing the image and making the USB bootable, but will also do this on a partition you point it to. Moreover, you can prepare with it a USB with many OSs to boot (as the name MultiBootUSB suggests).
The steps to use it are simple and it comes with GUI. First partition your USB, then run the tool. You can test from within the app.
The downside is that it may not star in your standard repository, and so you have to download and install it yourself.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
I can recommend you MultiBootUSB, which not only will take care of writing the image and making the USB bootable, but will also do this on a partition you point it to. Moreover, you can prepare with it a USB with many OSs to boot (as the name MultiBootUSB suggests).
The steps to use it are simple and it comes with GUI. First partition your USB, then run the tool. You can test from within the app.
The downside is that it may not star in your standard repository, and so you have to download and install it yourself.
I can recommend you MultiBootUSB, which not only will take care of writing the image and making the USB bootable, but will also do this on a partition you point it to. Moreover, you can prepare with it a USB with many OSs to boot (as the name MultiBootUSB suggests).
The steps to use it are simple and it comes with GUI. First partition your USB, then run the tool. You can test from within the app.
The downside is that it may not star in your standard repository, and so you have to download and install it yourself.
answered Jun 21 at 14:22
Tomasz
8,01552560
8,01552560
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f451106%2fprepare-live-stick-with-extra-data-on-2nd-partition%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password