Disk Image Mounter equivalent fof Xubuntu
I have mounted .iso files to install software with Nautilus' Disk Image Mounter
. I am interested in this functionality for Xubuntu 18.04 which is outfitted with the Thunar file manager.
Is there a similar utility or method to enable mounting the image to a fixed director, install software from disk1, unmount, mount disk 2, and finish the install?
mount xubuntu iso disk
add a comment |
I have mounted .iso files to install software with Nautilus' Disk Image Mounter
. I am interested in this functionality for Xubuntu 18.04 which is outfitted with the Thunar file manager.
Is there a similar utility or method to enable mounting the image to a fixed director, install software from disk1, unmount, mount disk 2, and finish the install?
mount xubuntu iso disk
Depending on the release of Xubuntu you are using (the later it is the more GTK+3 it uses), the cost of adding Nautilus and using tools you already know may not be very high. I lovethunar
but if it's easier in another file.manager I'll usually use another (or ctrl+alt+T & use commands)
– guiverc
Dec 25 at 1:07
Does disk image mounter just mount a file somewhere, or does it mount & install & then umount all automatically with just one click?
– Xen2050
Dec 25 at 3:15
2
Possible duplicate of GUI to mount disk images (iso, etc) in Xubuntu?
– clearkimura
Dec 25 at 8:08
Related: Where to find actual commands for Nautilus “open with” options?
– clearkimura
Dec 25 at 8:09
add a comment |
I have mounted .iso files to install software with Nautilus' Disk Image Mounter
. I am interested in this functionality for Xubuntu 18.04 which is outfitted with the Thunar file manager.
Is there a similar utility or method to enable mounting the image to a fixed director, install software from disk1, unmount, mount disk 2, and finish the install?
mount xubuntu iso disk
I have mounted .iso files to install software with Nautilus' Disk Image Mounter
. I am interested in this functionality for Xubuntu 18.04 which is outfitted with the Thunar file manager.
Is there a similar utility or method to enable mounting the image to a fixed director, install software from disk1, unmount, mount disk 2, and finish the install?
mount xubuntu iso disk
mount xubuntu iso disk
edited Dec 25 at 5:46
asked Dec 24 at 23:21
gatorback
1,05731126
1,05731126
Depending on the release of Xubuntu you are using (the later it is the more GTK+3 it uses), the cost of adding Nautilus and using tools you already know may not be very high. I lovethunar
but if it's easier in another file.manager I'll usually use another (or ctrl+alt+T & use commands)
– guiverc
Dec 25 at 1:07
Does disk image mounter just mount a file somewhere, or does it mount & install & then umount all automatically with just one click?
– Xen2050
Dec 25 at 3:15
2
Possible duplicate of GUI to mount disk images (iso, etc) in Xubuntu?
– clearkimura
Dec 25 at 8:08
Related: Where to find actual commands for Nautilus “open with” options?
– clearkimura
Dec 25 at 8:09
add a comment |
Depending on the release of Xubuntu you are using (the later it is the more GTK+3 it uses), the cost of adding Nautilus and using tools you already know may not be very high. I lovethunar
but if it's easier in another file.manager I'll usually use another (or ctrl+alt+T & use commands)
– guiverc
Dec 25 at 1:07
Does disk image mounter just mount a file somewhere, or does it mount & install & then umount all automatically with just one click?
– Xen2050
Dec 25 at 3:15
2
Possible duplicate of GUI to mount disk images (iso, etc) in Xubuntu?
– clearkimura
Dec 25 at 8:08
Related: Where to find actual commands for Nautilus “open with” options?
– clearkimura
Dec 25 at 8:09
Depending on the release of Xubuntu you are using (the later it is the more GTK+3 it uses), the cost of adding Nautilus and using tools you already know may not be very high. I love
thunar
but if it's easier in another file.manager I'll usually use another (or ctrl+alt+T & use commands)– guiverc
Dec 25 at 1:07
Depending on the release of Xubuntu you are using (the later it is the more GTK+3 it uses), the cost of adding Nautilus and using tools you already know may not be very high. I love
thunar
but if it's easier in another file.manager I'll usually use another (or ctrl+alt+T & use commands)– guiverc
Dec 25 at 1:07
Does disk image mounter just mount a file somewhere, or does it mount & install & then umount all automatically with just one click?
– Xen2050
Dec 25 at 3:15
Does disk image mounter just mount a file somewhere, or does it mount & install & then umount all automatically with just one click?
– Xen2050
Dec 25 at 3:15
2
2
Possible duplicate of GUI to mount disk images (iso, etc) in Xubuntu?
– clearkimura
Dec 25 at 8:08
Possible duplicate of GUI to mount disk images (iso, etc) in Xubuntu?
– clearkimura
Dec 25 at 8:08
Related: Where to find actual commands for Nautilus “open with” options?
– clearkimura
Dec 25 at 8:09
Related: Where to find actual commands for Nautilus “open with” options?
– clearkimura
Dec 25 at 8:09
add a comment |
2 Answers
2
active
oldest
votes
You can always do it from a command line:
[sudo] mount -o loop the_disk_image the_mount_point
The-o loop
option should be unnecessary now
– Xen2050
Dec 25 at 3:11
add a comment |
My XFCE has Disks (gnome-disk-utility
) installed, which includes gnome-disk-image-mounter
.
Right-clicking on an .iso file in Thunar has the option to 'Open with "Disk Image Mounter"' (which doesn't mount but creates a loop device for the .iso file, but it then shows up in the DEVICES menu to click-to-mount & browse).
It looks like the same tool that Nautilus uses, but without the rest of Nautilus.
Or, you might be able to create a custom mount command for Thunar's Open With -> Open With Other Application... and use a little shell script to mkdir
/ mktemp -d
a mount point, then mount %F tempdir
...
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%2f1104339%2fdisk-image-mounter-equivalent-fof-xubuntu%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
You can always do it from a command line:
[sudo] mount -o loop the_disk_image the_mount_point
The-o loop
option should be unnecessary now
– Xen2050
Dec 25 at 3:11
add a comment |
You can always do it from a command line:
[sudo] mount -o loop the_disk_image the_mount_point
The-o loop
option should be unnecessary now
– Xen2050
Dec 25 at 3:11
add a comment |
You can always do it from a command line:
[sudo] mount -o loop the_disk_image the_mount_point
You can always do it from a command line:
[sudo] mount -o loop the_disk_image the_mount_point
answered Dec 25 at 0:46
xenoid
1,4201415
1,4201415
The-o loop
option should be unnecessary now
– Xen2050
Dec 25 at 3:11
add a comment |
The-o loop
option should be unnecessary now
– Xen2050
Dec 25 at 3:11
The
-o loop
option should be unnecessary now– Xen2050
Dec 25 at 3:11
The
-o loop
option should be unnecessary now– Xen2050
Dec 25 at 3:11
add a comment |
My XFCE has Disks (gnome-disk-utility
) installed, which includes gnome-disk-image-mounter
.
Right-clicking on an .iso file in Thunar has the option to 'Open with "Disk Image Mounter"' (which doesn't mount but creates a loop device for the .iso file, but it then shows up in the DEVICES menu to click-to-mount & browse).
It looks like the same tool that Nautilus uses, but without the rest of Nautilus.
Or, you might be able to create a custom mount command for Thunar's Open With -> Open With Other Application... and use a little shell script to mkdir
/ mktemp -d
a mount point, then mount %F tempdir
...
add a comment |
My XFCE has Disks (gnome-disk-utility
) installed, which includes gnome-disk-image-mounter
.
Right-clicking on an .iso file in Thunar has the option to 'Open with "Disk Image Mounter"' (which doesn't mount but creates a loop device for the .iso file, but it then shows up in the DEVICES menu to click-to-mount & browse).
It looks like the same tool that Nautilus uses, but without the rest of Nautilus.
Or, you might be able to create a custom mount command for Thunar's Open With -> Open With Other Application... and use a little shell script to mkdir
/ mktemp -d
a mount point, then mount %F tempdir
...
add a comment |
My XFCE has Disks (gnome-disk-utility
) installed, which includes gnome-disk-image-mounter
.
Right-clicking on an .iso file in Thunar has the option to 'Open with "Disk Image Mounter"' (which doesn't mount but creates a loop device for the .iso file, but it then shows up in the DEVICES menu to click-to-mount & browse).
It looks like the same tool that Nautilus uses, but without the rest of Nautilus.
Or, you might be able to create a custom mount command for Thunar's Open With -> Open With Other Application... and use a little shell script to mkdir
/ mktemp -d
a mount point, then mount %F tempdir
...
My XFCE has Disks (gnome-disk-utility
) installed, which includes gnome-disk-image-mounter
.
Right-clicking on an .iso file in Thunar has the option to 'Open with "Disk Image Mounter"' (which doesn't mount but creates a loop device for the .iso file, but it then shows up in the DEVICES menu to click-to-mount & browse).
It looks like the same tool that Nautilus uses, but without the rest of Nautilus.
Or, you might be able to create a custom mount command for Thunar's Open With -> Open With Other Application... and use a little shell script to mkdir
/ mktemp -d
a mount point, then mount %F tempdir
...
answered Dec 25 at 3:35
Xen2050
6,71212142
6,71212142
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.
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%2faskubuntu.com%2fquestions%2f1104339%2fdisk-image-mounter-equivalent-fof-xubuntu%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
Depending on the release of Xubuntu you are using (the later it is the more GTK+3 it uses), the cost of adding Nautilus and using tools you already know may not be very high. I love
thunar
but if it's easier in another file.manager I'll usually use another (or ctrl+alt+T & use commands)– guiverc
Dec 25 at 1:07
Does disk image mounter just mount a file somewhere, or does it mount & install & then umount all automatically with just one click?
– Xen2050
Dec 25 at 3:15
2
Possible duplicate of GUI to mount disk images (iso, etc) in Xubuntu?
– clearkimura
Dec 25 at 8:08
Related: Where to find actual commands for Nautilus “open with” options?
– clearkimura
Dec 25 at 8:09