Cannot access HDD files through Linux Mint Live USB
I have valuable info on my Ubuntu partition, but it crashed, and I tried to get to it through Live USB with Mint 14, but it says it's read only. Can I make it writable too? So I can put it on my flash drive?
usb
bumped to the homepage by Community♦ 2 hours 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 |
I have valuable info on my Ubuntu partition, but it crashed, and I tried to get to it through Live USB with Mint 14, but it says it's read only. Can I make it writable too? So I can put it on my flash drive?
usb
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Community, you just bumped a 2013 question... This is a really sad state of affairs, if you feel doing that is appropriate. Under Linux, most such "unanswered" questions are single-use throw-away distro, kernel or application bug related questions, so you bumping them is nothing but traffic inflation and click baiting. Should consider better AI rules for bumping.
– ajeh
Jun 16 '18 at 14:20
add a comment |
I have valuable info on my Ubuntu partition, but it crashed, and I tried to get to it through Live USB with Mint 14, but it says it's read only. Can I make it writable too? So I can put it on my flash drive?
usb
I have valuable info on my Ubuntu partition, but it crashed, and I tried to get to it through Live USB with Mint 14, but it says it's read only. Can I make it writable too? So I can put it on my flash drive?
usb
usb
asked Mar 22 '13 at 1:42
Brandon laizure
63
63
bumped to the homepage by Community♦ 2 hours 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♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Community, you just bumped a 2013 question... This is a really sad state of affairs, if you feel doing that is appropriate. Under Linux, most such "unanswered" questions are single-use throw-away distro, kernel or application bug related questions, so you bumping them is nothing but traffic inflation and click baiting. Should consider better AI rules for bumping.
– ajeh
Jun 16 '18 at 14:20
add a comment |
Community, you just bumped a 2013 question... This is a really sad state of affairs, if you feel doing that is appropriate. Under Linux, most such "unanswered" questions are single-use throw-away distro, kernel or application bug related questions, so you bumping them is nothing but traffic inflation and click baiting. Should consider better AI rules for bumping.
– ajeh
Jun 16 '18 at 14:20
Community, you just bumped a 2013 question... This is a really sad state of affairs, if you feel doing that is appropriate. Under Linux, most such "unanswered" questions are single-use throw-away distro, kernel or application bug related questions, so you bumping them is nothing but traffic inflation and click baiting. Should consider better AI rules for bumping.
– ajeh
Jun 16 '18 at 14:20
Community, you just bumped a 2013 question... This is a really sad state of affairs, if you feel doing that is appropriate. Under Linux, most such "unanswered" questions are single-use throw-away distro, kernel or application bug related questions, so you bumping them is nothing but traffic inflation and click baiting. Should consider better AI rules for bumping.
– ajeh
Jun 16 '18 at 14:20
add a comment |
2 Answers
2
active
oldest
votes
When you created your Linux Mint Live USB, did you include persistence to allow for changes (like transfering files or setting changes) to be made?
If not, I recommend using LiLi USB Creator or whatever you originally used to create a Linux Mint Live USB with persistence. I believe you need a 2GB or higher sized USB drive/SD Card to create a Live USB with persistence which may be needed if you have a lot of data to rescue, but the limit is a 4GB space reservation for persistence unless you want to have a more challenging time on a workaround.
If you can't access any other drives on your Linux Mint 14 Live USB it is likely because of a bug in the OS saying that it can't mount anything. I looked around on forums because I could not access any drives due to a mounting problem that I solved by typing the following lines into the terminal: press Enter after typing in each line.
sudo mkdir /media/$USER
sudo chown $USER.$USER /media/$USER
1
It may also be that the Ubuntu partition is mounted readonly. If that is the case, # mount -o rw,remount /wherever/ubuntu/is/mounted will take care of that :)
– Travis
May 1 '14 at 1:28
add a comment |
Good day! Data recovery is better to go the other way. I use Parted Magic or Ultimate Boot CD. These boot disks provide access to the HDD. And also have a variety of special tools data recovery, such testdisk
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f68757%2fcannot-access-hdd-files-through-linux-mint-live-usb%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 you created your Linux Mint Live USB, did you include persistence to allow for changes (like transfering files or setting changes) to be made?
If not, I recommend using LiLi USB Creator or whatever you originally used to create a Linux Mint Live USB with persistence. I believe you need a 2GB or higher sized USB drive/SD Card to create a Live USB with persistence which may be needed if you have a lot of data to rescue, but the limit is a 4GB space reservation for persistence unless you want to have a more challenging time on a workaround.
If you can't access any other drives on your Linux Mint 14 Live USB it is likely because of a bug in the OS saying that it can't mount anything. I looked around on forums because I could not access any drives due to a mounting problem that I solved by typing the following lines into the terminal: press Enter after typing in each line.
sudo mkdir /media/$USER
sudo chown $USER.$USER /media/$USER
1
It may also be that the Ubuntu partition is mounted readonly. If that is the case, # mount -o rw,remount /wherever/ubuntu/is/mounted will take care of that :)
– Travis
May 1 '14 at 1:28
add a comment |
When you created your Linux Mint Live USB, did you include persistence to allow for changes (like transfering files or setting changes) to be made?
If not, I recommend using LiLi USB Creator or whatever you originally used to create a Linux Mint Live USB with persistence. I believe you need a 2GB or higher sized USB drive/SD Card to create a Live USB with persistence which may be needed if you have a lot of data to rescue, but the limit is a 4GB space reservation for persistence unless you want to have a more challenging time on a workaround.
If you can't access any other drives on your Linux Mint 14 Live USB it is likely because of a bug in the OS saying that it can't mount anything. I looked around on forums because I could not access any drives due to a mounting problem that I solved by typing the following lines into the terminal: press Enter after typing in each line.
sudo mkdir /media/$USER
sudo chown $USER.$USER /media/$USER
1
It may also be that the Ubuntu partition is mounted readonly. If that is the case, # mount -o rw,remount /wherever/ubuntu/is/mounted will take care of that :)
– Travis
May 1 '14 at 1:28
add a comment |
When you created your Linux Mint Live USB, did you include persistence to allow for changes (like transfering files or setting changes) to be made?
If not, I recommend using LiLi USB Creator or whatever you originally used to create a Linux Mint Live USB with persistence. I believe you need a 2GB or higher sized USB drive/SD Card to create a Live USB with persistence which may be needed if you have a lot of data to rescue, but the limit is a 4GB space reservation for persistence unless you want to have a more challenging time on a workaround.
If you can't access any other drives on your Linux Mint 14 Live USB it is likely because of a bug in the OS saying that it can't mount anything. I looked around on forums because I could not access any drives due to a mounting problem that I solved by typing the following lines into the terminal: press Enter after typing in each line.
sudo mkdir /media/$USER
sudo chown $USER.$USER /media/$USER
When you created your Linux Mint Live USB, did you include persistence to allow for changes (like transfering files or setting changes) to be made?
If not, I recommend using LiLi USB Creator or whatever you originally used to create a Linux Mint Live USB with persistence. I believe you need a 2GB or higher sized USB drive/SD Card to create a Live USB with persistence which may be needed if you have a lot of data to rescue, but the limit is a 4GB space reservation for persistence unless you want to have a more challenging time on a workaround.
If you can't access any other drives on your Linux Mint 14 Live USB it is likely because of a bug in the OS saying that it can't mount anything. I looked around on forums because I could not access any drives due to a mounting problem that I solved by typing the following lines into the terminal: press Enter after typing in each line.
sudo mkdir /media/$USER
sudo chown $USER.$USER /media/$USER
edited Apr 5 '13 at 3:00
jasonwryan
49.3k14134184
49.3k14134184
answered Apr 5 '13 at 1:49
Alan
11
11
1
It may also be that the Ubuntu partition is mounted readonly. If that is the case, # mount -o rw,remount /wherever/ubuntu/is/mounted will take care of that :)
– Travis
May 1 '14 at 1:28
add a comment |
1
It may also be that the Ubuntu partition is mounted readonly. If that is the case, # mount -o rw,remount /wherever/ubuntu/is/mounted will take care of that :)
– Travis
May 1 '14 at 1:28
1
1
It may also be that the Ubuntu partition is mounted readonly. If that is the case, # mount -o rw,remount /wherever/ubuntu/is/mounted will take care of that :)
– Travis
May 1 '14 at 1:28
It may also be that the Ubuntu partition is mounted readonly. If that is the case, # mount -o rw,remount /wherever/ubuntu/is/mounted will take care of that :)
– Travis
May 1 '14 at 1:28
add a comment |
Good day! Data recovery is better to go the other way. I use Parted Magic or Ultimate Boot CD. These boot disks provide access to the HDD. And also have a variety of special tools data recovery, such testdisk
add a comment |
Good day! Data recovery is better to go the other way. I use Parted Magic or Ultimate Boot CD. These boot disks provide access to the HDD. And also have a variety of special tools data recovery, such testdisk
add a comment |
Good day! Data recovery is better to go the other way. I use Parted Magic or Ultimate Boot CD. These boot disks provide access to the HDD. And also have a variety of special tools data recovery, such testdisk
Good day! Data recovery is better to go the other way. I use Parted Magic or Ultimate Boot CD. These boot disks provide access to the HDD. And also have a variety of special tools data recovery, such testdisk
answered Dec 2 '16 at 19:53
Justicet
1111
1111
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2funix.stackexchange.com%2fquestions%2f68757%2fcannot-access-hdd-files-through-linux-mint-live-usb%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
Community, you just bumped a 2013 question... This is a really sad state of affairs, if you feel doing that is appropriate. Under Linux, most such "unanswered" questions are single-use throw-away distro, kernel or application bug related questions, so you bumping them is nothing but traffic inflation and click baiting. Should consider better AI rules for bumping.
– ajeh
Jun 16 '18 at 14:20