Results 1 to 7 of 7

Thread: automounting cd/dvd image

  1. #1
    Join Date
    Apr 2008
    Beans
    22
    Distro
    Xubuntu 8.04 Hardy Heron

    automounting cd/dvd image

    Is there a way to automount a cd/dvd *.iso without having to load in the cli the code for it? Like, right click on the file and click 'Mount' kind of easy? I was thinking of a shell script, but I don't think that would work. I actually don't care, but my sister has issues with this because she can't remember the commands because I told her that she could back up all he movies into an .iso image and mount them on linux, which is the con I used to get her to stop using Vista. Anybody have similar annoyances, and did anybody figure out a good way to do it.

    My sister actually wants a choice in the menu that shows up on Ubuntu 8.04 when you right click on a file, one of the options is 'Mount CD/DVD Image', and it would automount to a folder.

    Help!

  2. #2
    Join Date
    Apr 2006
    Location
    No Comment
    Beans
    1,733
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    Re: automounting cd/dvd image

    a script should work and in nautilus u can add it to the scripts folder..I forgot where it is, i use kubuntu.
    My Stuff:
    Hostfile Blacklist
    K/Ubuntu 7.10 Tips/Tricks
    3_days_+_no_reply=Subscription_Removed

  3. #3
    Join Date
    Apr 2008
    Beans
    22
    Distro
    Xubuntu 8.04 Hardy Heron

    Re: automounting cd/dvd image

    Yeah, but I'm an idiot and don't remember anything about shell scripts. Know where I can find a tutorial on it?

    Also, would that give me the option to 'Mount CD/DVD Image' in the right click menu?
    Last edited by vocalstud69; July 16th, 2008 at 07:02 PM. Reason: quick question

  4. #4
    Join Date
    Apr 2006
    Location
    No Comment
    Beans
    1,733
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    Re: automounting cd/dvd image

    it should be a right menu - scripts - and as for Mound CD/DVD image thing, it will show as whatevre you named it..

    for bash just add this @ the top:

    Code:
     #!/bin/bash
    then add the command like u do in the terminal for a basic script.
    Last edited by nowshining; July 16th, 2008 at 07:21 PM.
    My Stuff:
    Hostfile Blacklist
    K/Ubuntu 7.10 Tips/Tricks
    3_days_+_no_reply=Subscription_Removed

  5. #5
    Join Date
    Apr 2008
    Beans
    22
    Distro
    Xubuntu 8.04 Hardy Heron

    Re: automounting cd/dvd image

    Thanks. I'll try it when I get home tonight, since I'm on a windows box at work.

  6. #6
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: automounting cd/dvd image

    Just put an entry in fstab :

    Code:
    /path_to/file.iso 	/media/mount_point  udf,iso9660  user,auto,loop 	0	0
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  7. #7
    Join Date
    Jan 2007
    Beans
    196

    Re: automounting cd/dvd image

    use this program
    http://sourceforge.net/projects/acetoneiso2/

    just select the iso and it mounts it automatically like a cdrom drive (virtual cdrom)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •