LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-07-2019, 03:02 AM   #1
danuk
LQ Newbie
 
Registered: Sep 2019
Posts: 7

Rep: Reputation: Disabled
virtual cdrom


Hi everybody,
I want to know whether exists an equivalent to Drivedroid app (android) in linux? it converts android smartphone to external cd rom using iso`s on phone storage.
 
Old 09-07-2019, 03:54 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,850

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
I don't really understand what do you need, but iso files can be generated on linux and also can be booted using a VM.
 
Old 09-07-2019, 04:01 AM   #3
danuk
LQ Newbie
 
Registered: Sep 2019
Posts: 7

Original Poster
Rep: Reputation: Disabled
thanks for reply, I know that but it is not on the same computer. drivedroid converts phone to an external usb cd rom .
 
Old 09-07-2019, 04:04 AM   #4
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
From the homepage:
Quote:
DriveDroid is an Android application that allows you to boot your PC from ISO/IMG files stored on your phone. This is ideal for trying Linux distributions...
Drivedroid runs on an Android device and allows turning the device into a pendrive with several DVDROM images on it.

So you want software that allows turning a Linux computer into a pendrive? I doubt that it exists; it's kind of inconvenient to carry a PC with you compared to a phone or a pendrive.
 
Old 09-07-2019, 04:13 AM   #5
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,850

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
you can mount any remote filesystem on linux and boot any file/image from that - using a VM. But probably better to copy it first to a local drive.
And also you can mount file[s] as a virtual CD on linux.
If I understand well DriveDroid is a solution in that [limited] environment, and actually on linux you can have much more possibilities.

But again, would be nice to explain what do you really want to achieve.
 
Old 09-07-2019, 04:38 AM   #6
danuk
LQ Newbie
 
Registered: Sep 2019
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by berndbausch View Post
From the homepage:

Drivedroid runs on an Android device and allows turning the device into a pendrive with several DVDROM images on it.

So you want software that allows turning a Linux computer into a pendrive? I doubt that it exists; it's kind of inconvenient to carry a PC with you compared to a phone or a pendrive.
thanks for reply , but its not inconvenient carrying a little laptop .
 
Old 09-07-2019, 04:42 AM   #7
danuk
LQ Newbie
 
Registered: Sep 2019
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
you can mount any remote filesystem on linux and boot any file/image from that - using a VM. But probably better to copy it first to a local drive.
And also you can mount file[s] as a virtual CD on linux.
If I understand well DriveDroid is a solution in that [limited] environment, and actually on linux you can have much more possibilities.

But again, would be nice to explain what do you really want to achieve.
thanks for reply, I mean turning a little laptop into a pendrive/usb cd rom . its not for vms , for example its for a PC without any OS. exactly what drivedroid can do.
 
Old 09-07-2019, 05:33 AM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
It is possible using the gadget mass storage driver but only if the computer or device has an OTG or device USB port.

Embedded devices, some tablets I think and Android devices like your smartphone have OTG usb ports but have no idea which if any regular laptops have them.

So yes but only if you have the right hardware.
 
2 members found this post helpful.
Old 09-07-2019, 05:58 AM   #9
danuk
LQ Newbie
 
Registered: Sep 2019
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by michaelk View Post
It is possible using the gadget mass storage driver but only if the computer or device has an OTG or device USB port.

Embedded devices, some tablets I think and Android devices like your smartphone have OTG usb ports but have no idea which if any regular laptops have them.

So yes but only if you have the right hardware.
thanks for reply, if my hardware is for example a raspberry pi , then I think I must use g_multi , do you think so?
 
Old 09-07-2019, 06:15 AM   #10
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
The best I can think of is

CDemu, to emulate block devices from images ( .iso etc. )
serve the block devices over IP via iscsi

I have no idea if that would work
and if it does, probably not what @danuk wants since it is over network and not USB


another option might be
easy2boot ( awful website )

you can have a load of disk images on a drive ( pendrive, hdd )
boot it, select the image you want and easy2boot hacks the partition table and presents the selected image as the drive.

Very handy, all your CD/DVD rom images on one drive
it is like having a whole load of CD/DVDs and an external DVD-drive

would do away with the laptop entirely
 
1 members found this post helpful.
Old 09-07-2019, 06:18 AM   #11
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
I don't know. Pi zeros have an OTG port and there are projects you can find on the internet to use them as a mass storage device that might provide those details.
 
Old 09-07-2019, 06:21 AM   #12
danuk
LQ Newbie
 
Registered: Sep 2019
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Firerat View Post
The best I can think of is

CDemu, to emulate block devices from images ( .iso etc. )
serve the block devices over IP via iscsi

I have no idea if that would work
and if it does, probably not what @danuk wants since it is over network and not USB


another option might be
easy2boot ( awful website )

you can have a load of disk images on a drive ( pendrive, hdd )
boot it, select the image you want and easy2boot hacks the partition table and presents the selected image as the drive.

Very handy, all your CD/DVD rom images on one drive
it is like having a whole load of CD/DVDs and an external DVD-drive

would do away with the laptop entirely
thank you very much.
 
Old 09-07-2019, 06:23 AM   #13
danuk
LQ Newbie
 
Registered: Sep 2019
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by michaelk View Post
I don't know. Pi zeros have an OTG port and there are projects you can find on the internet to use them as a mass storage device that might provide those details.
thank you very much . Mass Storage Gadget is probably what I need
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Running virtual pc files in a virtual machine in linux ... preferably virtual box biharibong Linux - Software 4 01-21-2009 01:04 PM
How to Install Turbolinux without CDROM, How to Install Turbolinux without CDROM knwats Linux - Distributions 1 12-29-2003 10:00 AM
9.1 install, boot from cdrom, select source as cdrom, Can't find disk jake555 Slackware 1 10-30-2003 10:34 AM
CD problems: /mnt/cdrom and /dev/cdrom okok Linux - Newbie 5 04-09-2003 10:11 AM
fstab and cdrom links - hdc or cdrom? tunedLow Linux - Newbie 5 12-21-2001 12:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration