Go Back   openSUSE Forums > Archives > SF Archives > ARCHIVES - Software > ARCHIVES - Software Recommendations & Requests
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Software Recommendations & Requests A place to comment about software you want, like, or dislike

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 25-Mar-2008, 10:58
Scrib
Guest
 
Posts: n/a
Default

Hi all,

I've been using the latest version of SUSE for a few weeks now and I'm VERY impressed. I've played with Linux before (Fedora, Unbuntu) and had mixed results to be honest. I think one of the reasons I'm having a good experience now is that I've bought a new desktop and all the hardware was supported by SUSE, out of the box, with no problems. Whereas in my previous Linux experience I've had loads of problems getting hardware (wireless cards, PCI video, etc) to work properly due to a lack of drivers (for my old kit), etc.

Anyway, I digress, I have a CD wallet full of CD-ROMS (install CDs) and was wondering if there is a free "CD Server" type application, where I can convert these install CD's to ISO's and have the ISO's "mounted" on my network so I can install from them from other network attached devices? Just like a CD server.

DO's this software exist?
  #2 (permalink)  
Old 25-Mar-2008, 19:33
69_rs_ss
Guest
 
Posts: n/a
Default

Well, to create iso's you can use K3B which should be in the OSS repo. Then to mount it you can use the mount command. Should be somehting like this:
Code:
mount -o loop -t iso9660 file.iso /mount/point
Don't forget to make sure you substitute file.iso for the real iso name and /mount/point for the place you would like to mount the iso to.
  #3 (permalink)  
Old 27-Mar-2008, 10:55
badger_fruit
Guest
 
Posts: n/a
Default

you can just create the ISO images and dump them ANYWHERE on the network, share that folder out (eg by using samba) and then access the ISO images from that share on the target computer(s) using 69's code above.

i can confirm this works as i have an "iso-images" share on one of my servers and use the same command to mount them when needed.

if you're wanting to use the iso images on a windows pc, you can get a program called "daemon tools" which emulates another cd/dvd drive, you then right click on the ISO image and "mount to E: with daemon tools" (E: being the virtual cd/dvd drive). Double-clicking on the drive in windows explorer executes the autorun.inf as if the disc was physically inserted in a drive.

happy days
 

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2