Creating a Live USB with Ubuntu Startup Disk Creator that has persistent storage mounted on boot?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
A friend of mine is constantly switching between different laptops that he's working on and he would like to have a Live USB with persistent storage (For Firefox bookmarks, email, etc.) that he can save to the live USB drive so that it all transfers as he's moving between machines.
Is there a way to do this with Ubuntu Startup Disk Creator so that USB drive has a partition that is mounted to a user home directory on startup?
boot partitioning mount live-usb usb-creator
add a comment |
A friend of mine is constantly switching between different laptops that he's working on and he would like to have a Live USB with persistent storage (For Firefox bookmarks, email, etc.) that he can save to the live USB drive so that it all transfers as he's moving between machines.
Is there a way to do this with Ubuntu Startup Disk Creator so that USB drive has a partition that is mounted to a user home directory on startup?
boot partitioning mount live-usb usb-creator
3
Possible duplicate of How to make a persistent live Ubuntu USB with more than 4GB
– karel
13 hours ago
1
SDC makes a read only USB stick, you can't add persistence. Mkusb makes a nice persistent drive or else you can unplug your internal drive and do a Full install to a USB as you would to internal drive. It is more stable and upgradeable.
– C.S.Cameron
12 hours ago
add a comment |
A friend of mine is constantly switching between different laptops that he's working on and he would like to have a Live USB with persistent storage (For Firefox bookmarks, email, etc.) that he can save to the live USB drive so that it all transfers as he's moving between machines.
Is there a way to do this with Ubuntu Startup Disk Creator so that USB drive has a partition that is mounted to a user home directory on startup?
boot partitioning mount live-usb usb-creator
A friend of mine is constantly switching between different laptops that he's working on and he would like to have a Live USB with persistent storage (For Firefox bookmarks, email, etc.) that he can save to the live USB drive so that it all transfers as he's moving between machines.
Is there a way to do this with Ubuntu Startup Disk Creator so that USB drive has a partition that is mounted to a user home directory on startup?
boot partitioning mount live-usb usb-creator
boot partitioning mount live-usb usb-creator
asked 15 hours ago
OleOle
7462822
7462822
3
Possible duplicate of How to make a persistent live Ubuntu USB with more than 4GB
– karel
13 hours ago
1
SDC makes a read only USB stick, you can't add persistence. Mkusb makes a nice persistent drive or else you can unplug your internal drive and do a Full install to a USB as you would to internal drive. It is more stable and upgradeable.
– C.S.Cameron
12 hours ago
add a comment |
3
Possible duplicate of How to make a persistent live Ubuntu USB with more than 4GB
– karel
13 hours ago
1
SDC makes a read only USB stick, you can't add persistence. Mkusb makes a nice persistent drive or else you can unplug your internal drive and do a Full install to a USB as you would to internal drive. It is more stable and upgradeable.
– C.S.Cameron
12 hours ago
3
3
Possible duplicate of How to make a persistent live Ubuntu USB with more than 4GB
– karel
13 hours ago
Possible duplicate of How to make a persistent live Ubuntu USB with more than 4GB
– karel
13 hours ago
1
1
SDC makes a read only USB stick, you can't add persistence. Mkusb makes a nice persistent drive or else you can unplug your internal drive and do a Full install to a USB as you would to internal drive. It is more stable and upgradeable.
– C.S.Cameron
12 hours ago
SDC makes a read only USB stick, you can't add persistence. Mkusb makes a nice persistent drive or else you can unplug your internal drive and do a Full install to a USB as you would to internal drive. It is more stable and upgradeable.
– C.S.Cameron
12 hours ago
add a comment |
1 Answer
1
active
oldest
votes
You can only create live (live-only) systems with the Ubuntu Startup Disk Creator (in Ubuntu 16.04 LTS and newer versions). The reason is that it is a cloning tool, that clones the content from the iso file with the read-only file system iso 9660.
But there are several tools that can create persistent live systems. I would recommend
mkusb
, which creates a partition with the labelcasper-rw
for persistence. This means that the whole USB drive will be used.
There are several tools that create persistent live systems with a FAT32 file system, where the content from the iso file is extracted, and a file with the name
casper-rw
. Because of the FAT32 file system, the size of that file is limited to 4 GiB.
Links
help.ubuntu.com/community/Installation/iso2usb
help.ubuntu.com/community/mkusb
help.ubuntu.com/community/mkusb/persistent
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1133804%2fcreating-a-live-usb-with-ubuntu-startup-disk-creator-that-has-persistent-storage%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can only create live (live-only) systems with the Ubuntu Startup Disk Creator (in Ubuntu 16.04 LTS and newer versions). The reason is that it is a cloning tool, that clones the content from the iso file with the read-only file system iso 9660.
But there are several tools that can create persistent live systems. I would recommend
mkusb
, which creates a partition with the labelcasper-rw
for persistence. This means that the whole USB drive will be used.
There are several tools that create persistent live systems with a FAT32 file system, where the content from the iso file is extracted, and a file with the name
casper-rw
. Because of the FAT32 file system, the size of that file is limited to 4 GiB.
Links
help.ubuntu.com/community/Installation/iso2usb
help.ubuntu.com/community/mkusb
help.ubuntu.com/community/mkusb/persistent
add a comment |
You can only create live (live-only) systems with the Ubuntu Startup Disk Creator (in Ubuntu 16.04 LTS and newer versions). The reason is that it is a cloning tool, that clones the content from the iso file with the read-only file system iso 9660.
But there are several tools that can create persistent live systems. I would recommend
mkusb
, which creates a partition with the labelcasper-rw
for persistence. This means that the whole USB drive will be used.
There are several tools that create persistent live systems with a FAT32 file system, where the content from the iso file is extracted, and a file with the name
casper-rw
. Because of the FAT32 file system, the size of that file is limited to 4 GiB.
Links
help.ubuntu.com/community/Installation/iso2usb
help.ubuntu.com/community/mkusb
help.ubuntu.com/community/mkusb/persistent
add a comment |
You can only create live (live-only) systems with the Ubuntu Startup Disk Creator (in Ubuntu 16.04 LTS and newer versions). The reason is that it is a cloning tool, that clones the content from the iso file with the read-only file system iso 9660.
But there are several tools that can create persistent live systems. I would recommend
mkusb
, which creates a partition with the labelcasper-rw
for persistence. This means that the whole USB drive will be used.
There are several tools that create persistent live systems with a FAT32 file system, where the content from the iso file is extracted, and a file with the name
casper-rw
. Because of the FAT32 file system, the size of that file is limited to 4 GiB.
Links
help.ubuntu.com/community/Installation/iso2usb
help.ubuntu.com/community/mkusb
help.ubuntu.com/community/mkusb/persistent
You can only create live (live-only) systems with the Ubuntu Startup Disk Creator (in Ubuntu 16.04 LTS and newer versions). The reason is that it is a cloning tool, that clones the content from the iso file with the read-only file system iso 9660.
But there are several tools that can create persistent live systems. I would recommend
mkusb
, which creates a partition with the labelcasper-rw
for persistence. This means that the whole USB drive will be used.
There are several tools that create persistent live systems with a FAT32 file system, where the content from the iso file is extracted, and a file with the name
casper-rw
. Because of the FAT32 file system, the size of that file is limited to 4 GiB.
Links
help.ubuntu.com/community/Installation/iso2usb
help.ubuntu.com/community/mkusb
help.ubuntu.com/community/mkusb/persistent
answered 13 hours ago
sudodussudodus
25.7k33078
25.7k33078
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1133804%2fcreating-a-live-usb-with-ubuntu-startup-disk-creator-that-has-persistent-storage%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
Possible duplicate of How to make a persistent live Ubuntu USB with more than 4GB
– karel
13 hours ago
1
SDC makes a read only USB stick, you can't add persistence. Mkusb makes a nice persistent drive or else you can unplug your internal drive and do a Full install to a USB as you would to internal drive. It is more stable and upgradeable.
– C.S.Cameron
12 hours ago