Live USB: How do i save files on hard drive
So I have never used linux or ubuntu before so at the moment I am just trying it out from a USB drive. My problem is that i would like to save files on the internal hard drive of the computer but i have no idea how. Everythime i try saving something it only gives me an option to save on the USB drive.
live-usb disk
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
So I have never used linux or ubuntu before so at the moment I am just trying it out from a USB drive. My problem is that i would like to save files on the internal hard drive of the computer but i have no idea how. Everythime i try saving something it only gives me an option to save on the USB drive.
live-usb disk
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
So I have never used linux or ubuntu before so at the moment I am just trying it out from a USB drive. My problem is that i would like to save files on the internal hard drive of the computer but i have no idea how. Everythime i try saving something it only gives me an option to save on the USB drive.
live-usb disk
So I have never used linux or ubuntu before so at the moment I am just trying it out from a USB drive. My problem is that i would like to save files on the internal hard drive of the computer but i have no idea how. Everythime i try saving something it only gives me an option to save on the USB drive.
live-usb disk
live-usb disk
edited Aug 19 '13 at 9:09
guntbert
9,226133170
9,226133170
asked Aug 19 '13 at 0:43
no knothingno knothing
111
111
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
When prompted to save something, you will usually (depending on the program) see a dialog box prompting you to click on folders to navigate to the directory in which you want to save a file. On the left hand side of this dialog box, you should see two hard disk volume logos: one for "File System" and one for your internal hard disk. From there, click on the one for your hard disk and navigate to the directory in which you want to save your files.
EDIT:
I now understand your question better. As you may know, the live session typically uses your RAM and then saves any changes you make to the persistence file. Even small changes can take up a lot of space. One thing you can do is create a persistence file on your hard disk and direct the live session to use that persistence file. It is not clear whether you will still run out of room, or if Ubuntu will be smart and write Steam's changes to the persistent file on the hard disk.
I know where it is supposed to show up but it doesnt it only gives me one option which is the USB drive. For example when i try to install Dota 2 on steam i am not able to change to any other form of memory other than the USB
– no knothing
Aug 19 '13 at 1:00
Edited to include more info.
– Richard
Aug 19 '13 at 1:14
is there any way to change where ubuntu auto saves things?
– no knothing
Aug 19 '13 at 1:22
The solution I provided would be it.
– Richard
Aug 19 '13 at 1:23
would using the ubuntu cloud to save my files be another solution?
– no knothing
Aug 19 '13 at 1:33
|
show 1 more comment
- Search for and run the "Disks" program from the Unity Dash.
- You should be able to see a list of disks and partitions.
- Find and click the disk partition you access from Windows.
- Select the "Mount Volume" option to mount the partition.
- Access the mounted partition from Nautilus File Manager.
I just tested this, and it worked fine. If this doesn't work for you, please highlight what the issue you had was.
– PJ Singh
Aug 19 '13 at 2:56
OP wants datum from the live session to be automatically saved to the hard disk.
– Richard
Aug 19 '13 at 19:12
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%2f334317%2flive-usb-how-do-i-save-files-on-hard-drive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
When prompted to save something, you will usually (depending on the program) see a dialog box prompting you to click on folders to navigate to the directory in which you want to save a file. On the left hand side of this dialog box, you should see two hard disk volume logos: one for "File System" and one for your internal hard disk. From there, click on the one for your hard disk and navigate to the directory in which you want to save your files.
EDIT:
I now understand your question better. As you may know, the live session typically uses your RAM and then saves any changes you make to the persistence file. Even small changes can take up a lot of space. One thing you can do is create a persistence file on your hard disk and direct the live session to use that persistence file. It is not clear whether you will still run out of room, or if Ubuntu will be smart and write Steam's changes to the persistent file on the hard disk.
I know where it is supposed to show up but it doesnt it only gives me one option which is the USB drive. For example when i try to install Dota 2 on steam i am not able to change to any other form of memory other than the USB
– no knothing
Aug 19 '13 at 1:00
Edited to include more info.
– Richard
Aug 19 '13 at 1:14
is there any way to change where ubuntu auto saves things?
– no knothing
Aug 19 '13 at 1:22
The solution I provided would be it.
– Richard
Aug 19 '13 at 1:23
would using the ubuntu cloud to save my files be another solution?
– no knothing
Aug 19 '13 at 1:33
|
show 1 more comment
When prompted to save something, you will usually (depending on the program) see a dialog box prompting you to click on folders to navigate to the directory in which you want to save a file. On the left hand side of this dialog box, you should see two hard disk volume logos: one for "File System" and one for your internal hard disk. From there, click on the one for your hard disk and navigate to the directory in which you want to save your files.
EDIT:
I now understand your question better. As you may know, the live session typically uses your RAM and then saves any changes you make to the persistence file. Even small changes can take up a lot of space. One thing you can do is create a persistence file on your hard disk and direct the live session to use that persistence file. It is not clear whether you will still run out of room, or if Ubuntu will be smart and write Steam's changes to the persistent file on the hard disk.
I know where it is supposed to show up but it doesnt it only gives me one option which is the USB drive. For example when i try to install Dota 2 on steam i am not able to change to any other form of memory other than the USB
– no knothing
Aug 19 '13 at 1:00
Edited to include more info.
– Richard
Aug 19 '13 at 1:14
is there any way to change where ubuntu auto saves things?
– no knothing
Aug 19 '13 at 1:22
The solution I provided would be it.
– Richard
Aug 19 '13 at 1:23
would using the ubuntu cloud to save my files be another solution?
– no knothing
Aug 19 '13 at 1:33
|
show 1 more comment
When prompted to save something, you will usually (depending on the program) see a dialog box prompting you to click on folders to navigate to the directory in which you want to save a file. On the left hand side of this dialog box, you should see two hard disk volume logos: one for "File System" and one for your internal hard disk. From there, click on the one for your hard disk and navigate to the directory in which you want to save your files.
EDIT:
I now understand your question better. As you may know, the live session typically uses your RAM and then saves any changes you make to the persistence file. Even small changes can take up a lot of space. One thing you can do is create a persistence file on your hard disk and direct the live session to use that persistence file. It is not clear whether you will still run out of room, or if Ubuntu will be smart and write Steam's changes to the persistent file on the hard disk.
When prompted to save something, you will usually (depending on the program) see a dialog box prompting you to click on folders to navigate to the directory in which you want to save a file. On the left hand side of this dialog box, you should see two hard disk volume logos: one for "File System" and one for your internal hard disk. From there, click on the one for your hard disk and navigate to the directory in which you want to save your files.
EDIT:
I now understand your question better. As you may know, the live session typically uses your RAM and then saves any changes you make to the persistence file. Even small changes can take up a lot of space. One thing you can do is create a persistence file on your hard disk and direct the live session to use that persistence file. It is not clear whether you will still run out of room, or if Ubuntu will be smart and write Steam's changes to the persistent file on the hard disk.
edited Aug 19 '13 at 1:14
answered Aug 19 '13 at 0:54
RichardRichard
6,16183765
6,16183765
I know where it is supposed to show up but it doesnt it only gives me one option which is the USB drive. For example when i try to install Dota 2 on steam i am not able to change to any other form of memory other than the USB
– no knothing
Aug 19 '13 at 1:00
Edited to include more info.
– Richard
Aug 19 '13 at 1:14
is there any way to change where ubuntu auto saves things?
– no knothing
Aug 19 '13 at 1:22
The solution I provided would be it.
– Richard
Aug 19 '13 at 1:23
would using the ubuntu cloud to save my files be another solution?
– no knothing
Aug 19 '13 at 1:33
|
show 1 more comment
I know where it is supposed to show up but it doesnt it only gives me one option which is the USB drive. For example when i try to install Dota 2 on steam i am not able to change to any other form of memory other than the USB
– no knothing
Aug 19 '13 at 1:00
Edited to include more info.
– Richard
Aug 19 '13 at 1:14
is there any way to change where ubuntu auto saves things?
– no knothing
Aug 19 '13 at 1:22
The solution I provided would be it.
– Richard
Aug 19 '13 at 1:23
would using the ubuntu cloud to save my files be another solution?
– no knothing
Aug 19 '13 at 1:33
I know where it is supposed to show up but it doesnt it only gives me one option which is the USB drive. For example when i try to install Dota 2 on steam i am not able to change to any other form of memory other than the USB
– no knothing
Aug 19 '13 at 1:00
I know where it is supposed to show up but it doesnt it only gives me one option which is the USB drive. For example when i try to install Dota 2 on steam i am not able to change to any other form of memory other than the USB
– no knothing
Aug 19 '13 at 1:00
Edited to include more info.
– Richard
Aug 19 '13 at 1:14
Edited to include more info.
– Richard
Aug 19 '13 at 1:14
is there any way to change where ubuntu auto saves things?
– no knothing
Aug 19 '13 at 1:22
is there any way to change where ubuntu auto saves things?
– no knothing
Aug 19 '13 at 1:22
The solution I provided would be it.
– Richard
Aug 19 '13 at 1:23
The solution I provided would be it.
– Richard
Aug 19 '13 at 1:23
would using the ubuntu cloud to save my files be another solution?
– no knothing
Aug 19 '13 at 1:33
would using the ubuntu cloud to save my files be another solution?
– no knothing
Aug 19 '13 at 1:33
|
show 1 more comment
- Search for and run the "Disks" program from the Unity Dash.
- You should be able to see a list of disks and partitions.
- Find and click the disk partition you access from Windows.
- Select the "Mount Volume" option to mount the partition.
- Access the mounted partition from Nautilus File Manager.
I just tested this, and it worked fine. If this doesn't work for you, please highlight what the issue you had was.
– PJ Singh
Aug 19 '13 at 2:56
OP wants datum from the live session to be automatically saved to the hard disk.
– Richard
Aug 19 '13 at 19:12
add a comment |
- Search for and run the "Disks" program from the Unity Dash.
- You should be able to see a list of disks and partitions.
- Find and click the disk partition you access from Windows.
- Select the "Mount Volume" option to mount the partition.
- Access the mounted partition from Nautilus File Manager.
I just tested this, and it worked fine. If this doesn't work for you, please highlight what the issue you had was.
– PJ Singh
Aug 19 '13 at 2:56
OP wants datum from the live session to be automatically saved to the hard disk.
– Richard
Aug 19 '13 at 19:12
add a comment |
- Search for and run the "Disks" program from the Unity Dash.
- You should be able to see a list of disks and partitions.
- Find and click the disk partition you access from Windows.
- Select the "Mount Volume" option to mount the partition.
- Access the mounted partition from Nautilus File Manager.
- Search for and run the "Disks" program from the Unity Dash.
- You should be able to see a list of disks and partitions.
- Find and click the disk partition you access from Windows.
- Select the "Mount Volume" option to mount the partition.
- Access the mounted partition from Nautilus File Manager.
answered Aug 19 '13 at 2:32
PJ SinghPJ Singh
4,38732549
4,38732549
I just tested this, and it worked fine. If this doesn't work for you, please highlight what the issue you had was.
– PJ Singh
Aug 19 '13 at 2:56
OP wants datum from the live session to be automatically saved to the hard disk.
– Richard
Aug 19 '13 at 19:12
add a comment |
I just tested this, and it worked fine. If this doesn't work for you, please highlight what the issue you had was.
– PJ Singh
Aug 19 '13 at 2:56
OP wants datum from the live session to be automatically saved to the hard disk.
– Richard
Aug 19 '13 at 19:12
I just tested this, and it worked fine. If this doesn't work for you, please highlight what the issue you had was.
– PJ Singh
Aug 19 '13 at 2:56
I just tested this, and it worked fine. If this doesn't work for you, please highlight what the issue you had was.
– PJ Singh
Aug 19 '13 at 2:56
OP wants datum from the live session to be automatically saved to the hard disk.
– Richard
Aug 19 '13 at 19:12
OP wants datum from the live session to be automatically saved to the hard disk.
– Richard
Aug 19 '13 at 19:12
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%2f334317%2flive-usb-how-do-i-save-files-on-hard-drive%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