Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Dear Friends, I appologize if this is not the right place to post my question, well, I've downloaded a linux distribtion with usb extension (to be direct this is exactly the name of the file :sol-11_3-live-x86.usb).
My problem is I don't know how to open or mount this kind of format
(Normally I use .iso)
Could anybody drop some clues here please
thanks in advance
According to the documentation here (https://docs.oracle.com/cd/E36784_01...TCKusbdownload), it's a straight dd copy (rename the target device diskN in the command below accordingly and make doubly sure that you're referring to the right device - it may be something like sdb - use sudo fdisk -l to find the device name):
wherever you downloaded that mysterious file from, whatever distro that is, they probably have instructions on their pages.
the extension is a helpful pointer, but without any real meaning. in other words, it could be anything.
wherever you downloaded that mysterious file from, whatever distro that is, they probably have instructions on their pages.
the extension is a helpful pointer, but without any real meaning. in other words, it could be anything.
To be fair to the OP, the Oracle "how to install the .usb file to a usb stick" information that was linked to by the downloads page for the ISO in question didn't actually provide the information it promised (nice one, Oracle). I had to do some rooting around to find the relevant information that I posted above.
Dear friends, thank you for your replies, However,I did this command : sudo dd if=/home/sol-11_3-live-x86.usb of=/home/solaris11.iso, the process went smooth without errors, but when tried this file image (the output iso file) on virtualbox, ite wasn't bootable,
I will try to add "bs=16k" and I hope it will work.
Again, many thanks for your replies
If you wanted to use it in VirtualBox, rather than set up an USB installer, why did you download the .usb version rather than the .iso version which was right next to it on the Oracle downloads page?
It's a long story dear hydrurga .Bref, I don't have access to inernet, it was only a friend who download it for me.
Ah, Ok. You should ask your friend to download the iso version.
Alternatively, you could dd that .usb to an actual usb stick and then try booting from it in VirtualBox - that *may* work, but you would probably have to access the internet to find out how to do it.
Dear Friends, I appologize if this is not the right place to post my question, well, I've downloaded a linux distribtion with usb extension (to be direct this is exactly the name of the file :sol-11_3-live-x86.usb).
My problem is I don't know how to open or mount this kind of format
(Normally I use .iso)
Could anybody drop some clues here please
thanks in advance
one that is not Linux it is Solaris and you might find you cannot do everything you'd what to with it. even though the OS is free everything else isn't (98.99% of it anyways)
and it will take over your entire system/drive/dual booting well better break out the how tos... chainload
Distribution: Mainly Devuan with some Tiny Core, Fatdog, Haiku, & BSD thrown in.
Posts: 5,285
Rep:
Try using the image as an installation 'disk' for your virtual environment.
You will need to create a virtual machine 'file' to install it into.
It can be tricky, but does work.
If you are going to use it in a Virtual Box then just download the other one that is an iso problem solved. That is the one I've used and I had less to no problems with it. the usb one if trickier then the iso one in both cases.
To be fair to the OP, the Oracle "how to install the .usb file to a usb stick" information that was linked to by the downloads page for the ISO in question didn't actually provide the information it promised (nice one, Oracle). I had to do some rooting around to find the relevant information that I posted above.
so you happened to recognize what this is about just from the file name, but all op wrote was "a linux distribution"...
no harm done on either side, but it would have been up to you, some3020, to drop us some clues in the first place, please.
so you happened to recognize what this is about just from the file name, but all op wrote was "a linux distribution"...
no harm done on either side, but it would have been up to you, some3020, to drop us some clues in the first place, please.
Throw sol-11_3-live-x86.usb into Google and it takes you straight there. ;-)
The .usb probably contains some partition and bootloader stuff. You might be able to use split to segment off the part you want. Or dd it to an actual drive and grab just the partition part. Or download the preferred thing from the source and ignore that file. Unless you're on dialup or something the later is probably best, or at least most probable to work.
However,I did this command : sudo dd if=/home/sol-11_3-live-x86.usb of=/home/solaris11.iso
Try the dd command again, and this time, send it to the USB drive, not to /home/solxxxx.
I'm surprised hydrurga didn't catch this one. The "of=" part needs to be the path to the USB drive.
EDIT: The dd command you tried is like right clicking on the .usb file and renaming it with a .iso extension, no need to use dd when all you need to do in your example was to rename it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.