how do I copy an .iso file to root in UbuntuPermission denied (even as root) on a mounted ISO image with...
Could Europeans in Europe demand protection under UN Declaration on the Rights of Indigenous Peoples?
Inside Out and Back to Front
Can a crisscrossed metallic skeleton resist earthquakes for buildings?
Killing a star safely
BIP-23 criticism: Is bitcoin PoW actually sha256+merkleGeneration? Or have I misunderstood coinbase/append?
Why would word of Princess Leia's capture generate sympathy for the Rebellion in the Senate?
Linux ext4 restore file and directory access rights after bad backup/restore
setcounter{} is not affecting numbering
Nilpotent elements of Lie algebra and unipotent groups
Why do we need an estimator to be consistent?
Why didn't Balak request Bilam to bless his own people?
How can electronics on board JWST survive the low operating temperature while it's difficult to survive lunar nights?
why neutral does not shock. how can a neutral be neutral in ac current?
What does "play in traffic" mean?
Polynomials with natural coefficients arising from exponentiation and sums
Time war story - soldier name lengthens as he travels further from the battle front
Do gauntlets count as armor?
How much did all the space agencies spent on rockets launching and space exploration? What are the benefits for me and you?
Found old paper shares of Motorola Inc that has since been broken up
Host telling me to cancel my booking in exchange for a discount?
Conditional statement in a function for PS1 are not re-evalutated
Remove side menu(right side) from finder
A bicolour masyu
Project Euler # 25 The 1000 digit Fibonacci index
how do I copy an .iso file to root in Ubuntu
Permission denied (even as root) on a mounted ISO image with Furius ISO MountWhy can't root execute when executable bits are not set?How do I disable copy permissions?Ubuntu : unable to copy file to dir created under same credentialsHow to copy a directory which root can't access to a directory that only root can access?As a non root user, I'm able to delete a file made by root with 0444 permissions?Accidentally moved root into home directoryHow to create a mount --bind when root does not have permission to access the source directory?How to copy a file I have permission to execute, but not permission to copy?Switch root filesystem after copy
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
How can i copy an .iso file to the root directory in Ubuntu?
Unetbootin cannot detect my ubuntu.iso unless it will be moved to the root.
When I attempt to move it, into the root, the system tells me I do not have permissions.
How can i assign permissions ?
permissions root-filesystem
bumped to the homepage by Community♦ 1 hour 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 |
How can i copy an .iso file to the root directory in Ubuntu?
Unetbootin cannot detect my ubuntu.iso unless it will be moved to the root.
When I attempt to move it, into the root, the system tells me I do not have permissions.
How can i assign permissions ?
permissions root-filesystem
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
i m not understand your question... what you want to do.?
– Tiger
Feb 13 '16 at 5:48
@tiger to me the question is clearer than your comment. Did you mean to write "I do not understand your question. What do you want to do?" ?
– Anthon
Feb 13 '16 at 6:22
add a comment |
How can i copy an .iso file to the root directory in Ubuntu?
Unetbootin cannot detect my ubuntu.iso unless it will be moved to the root.
When I attempt to move it, into the root, the system tells me I do not have permissions.
How can i assign permissions ?
permissions root-filesystem
How can i copy an .iso file to the root directory in Ubuntu?
Unetbootin cannot detect my ubuntu.iso unless it will be moved to the root.
When I attempt to move it, into the root, the system tells me I do not have permissions.
How can i assign permissions ?
permissions root-filesystem
permissions root-filesystem
edited Feb 13 '16 at 9:28
Ouki
4,0543 gold badges15 silver badges27 bronze badges
4,0543 gold badges15 silver badges27 bronze badges
asked Feb 13 '16 at 3:57
TonyK-TTonyK-T
1
1
bumped to the homepage by Community♦ 1 hour 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♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
i m not understand your question... what you want to do.?
– Tiger
Feb 13 '16 at 5:48
@tiger to me the question is clearer than your comment. Did you mean to write "I do not understand your question. What do you want to do?" ?
– Anthon
Feb 13 '16 at 6:22
add a comment |
i m not understand your question... what you want to do.?
– Tiger
Feb 13 '16 at 5:48
@tiger to me the question is clearer than your comment. Did you mean to write "I do not understand your question. What do you want to do?" ?
– Anthon
Feb 13 '16 at 6:22
i m not understand your question... what you want to do.?
– Tiger
Feb 13 '16 at 5:48
i m not understand your question... what you want to do.?
– Tiger
Feb 13 '16 at 5:48
@tiger to me the question is clearer than your comment. Did you mean to write "I do not understand your question. What do you want to do?" ?
– Anthon
Feb 13 '16 at 6:22
@tiger to me the question is clearer than your comment. Did you mean to write "I do not understand your question. What do you want to do?" ?
– Anthon
Feb 13 '16 at 6:22
add a comment |
3 Answers
3
active
oldest
votes
You mean the directory /root, right?
How about you execute the file manager Nautilus with root permission (sudo nautilus) and copy you iso where you need it? But be careful using Nautilus as root!
Maybe you should ask a different question... Do you actually want to write that iso to usb drive, or so? Why not using Disk Writer, Gnome's native tool, or dd?
add a comment |
Run
gksu unetbootin
Enter your user password when prompted.
add a comment |
Case A: your target directory is "/root" and your file is called file.iso
in a shell (Terminal), run
sudo cp file.iso /root
Case B: your target directory is "/" and your file is called file.iso
in a shell (Terminal), run
sudo cp file.iso /
In either case, enter your password when prompted.
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%2f261954%2fhow-do-i-copy-an-iso-file-to-root-in-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
You mean the directory /root, right?
How about you execute the file manager Nautilus with root permission (sudo nautilus) and copy you iso where you need it? But be careful using Nautilus as root!
Maybe you should ask a different question... Do you actually want to write that iso to usb drive, or so? Why not using Disk Writer, Gnome's native tool, or dd?
add a comment |
You mean the directory /root, right?
How about you execute the file manager Nautilus with root permission (sudo nautilus) and copy you iso where you need it? But be careful using Nautilus as root!
Maybe you should ask a different question... Do you actually want to write that iso to usb drive, or so? Why not using Disk Writer, Gnome's native tool, or dd?
add a comment |
You mean the directory /root, right?
How about you execute the file manager Nautilus with root permission (sudo nautilus) and copy you iso where you need it? But be careful using Nautilus as root!
Maybe you should ask a different question... Do you actually want to write that iso to usb drive, or so? Why not using Disk Writer, Gnome's native tool, or dd?
You mean the directory /root, right?
How about you execute the file manager Nautilus with root permission (sudo nautilus) and copy you iso where you need it? But be careful using Nautilus as root!
Maybe you should ask a different question... Do you actually want to write that iso to usb drive, or so? Why not using Disk Writer, Gnome's native tool, or dd?
answered Feb 13 '16 at 4:19
user131093
add a comment |
add a comment |
Run
gksu unetbootin
Enter your user password when prompted.
add a comment |
Run
gksu unetbootin
Enter your user password when prompted.
add a comment |
Run
gksu unetbootin
Enter your user password when prompted.
Run
gksu unetbootin
Enter your user password when prompted.
answered Feb 13 '16 at 9:39
GAD3RGAD3R
29.8k19 gold badges62 silver badges121 bronze badges
29.8k19 gold badges62 silver badges121 bronze badges
add a comment |
add a comment |
Case A: your target directory is "/root" and your file is called file.iso
in a shell (Terminal), run
sudo cp file.iso /root
Case B: your target directory is "/" and your file is called file.iso
in a shell (Terminal), run
sudo cp file.iso /
In either case, enter your password when prompted.
add a comment |
Case A: your target directory is "/root" and your file is called file.iso
in a shell (Terminal), run
sudo cp file.iso /root
Case B: your target directory is "/" and your file is called file.iso
in a shell (Terminal), run
sudo cp file.iso /
In either case, enter your password when prompted.
add a comment |
Case A: your target directory is "/root" and your file is called file.iso
in a shell (Terminal), run
sudo cp file.iso /root
Case B: your target directory is "/" and your file is called file.iso
in a shell (Terminal), run
sudo cp file.iso /
In either case, enter your password when prompted.
Case A: your target directory is "/root" and your file is called file.iso
in a shell (Terminal), run
sudo cp file.iso /root
Case B: your target directory is "/" and your file is called file.iso
in a shell (Terminal), run
sudo cp file.iso /
In either case, enter your password when prompted.
answered Feb 13 '16 at 10:26
ingliingli
3881 gold badge5 silver badges20 bronze badges
3881 gold badge5 silver badges20 bronze badges
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.
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%2f261954%2fhow-do-i-copy-an-iso-file-to-root-in-ubuntu%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
i m not understand your question... what you want to do.?
– Tiger
Feb 13 '16 at 5:48
@tiger to me the question is clearer than your comment. Did you mean to write "I do not understand your question. What do you want to do?" ?
– Anthon
Feb 13 '16 at 6:22