[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

RE: gEDA-user: Re: CD driver permissions so GEDA can install



Ok, Thank you for all the help and patience. 
 
Kyle

________________________________

From: geda-user-bounces@xxxxxxxxxxxxxx on behalf of Stuart Brorson
Sent: Sat 9/23/2006 2:17 PM
To: gEDA user mailing list
Subject: RE: gEDA-user: Re: CD driver permissions so GEDA can install



One thing you can do is create a directory under /media called "cdrom"
(that is, create /media/cdrom), and then manually mount the CD there.
Then run the installer.

This issue has to do with the way Linux/Fedora is handling mounting of
CD ROM devices. You may want to Google around and read some tutorials
about how this should work.  It's not a gEDA issue.  We can try to
help, but it's clear that you need to sort out this Linux issue and
get the CD mounted before you can use it.

Here's a third way to use the .iso image:

If you have the .iso file somewhere on disk, just mount it
directly, and use it exactly like it was a disk.  The mount command
looks something like this:

mount -o loop -o exec /path/to/installer.iso /media/cdrom
/media/cdrom/installer --log

You may want to spend some time reading the man page for the mount
command.

Good luck!



On Sat, 23 Sep 2006, Schulmeyer, K wrote:

> Ok, Here is what the mtab file has when a disc has been automounted.
>
> /dev/mapper/VolGroup00-LogVol00 / ext3 rw 0 0
> proc /proc proc rw 0 0
> sysfs /sys sysfs rw 0 0
> devpts /dev/pts devpts rw,gid=5,mode=620 0 0
> /dev/hda1 /boot ext3 rw 0 0
> tmpfs /dev/shm tmpfs rw 0 0
> none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
> sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
> automount(pid1830) /net autofs rw,fd=4,pgrp=1830,minproto=2,maxproto=4 0 0
> /dev/hdc /media/CDROM iso9660 ro,noexec,nosuid,nodev,noatime,uid=500,utf8 0 0
>
> Looks like it is mounted with noexec, but where is this being set, because my fstab file doesn't have anything concerning the cdrom as far as I can tell. The fstab file contents are below.
>
> /dev/VolGroup00/LogVol00 /                       ext3    defaults        1 1
> LABEL=/boot             /boot                   ext3    defaults        1 2
> devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
> tmpfs                   /dev/shm                tmpfs   defaults        0 0
> proc                    /proc                   proc    defaults        0 0
> sysfs                   /sys                    sysfs   defaults        0 0
> /dev/VolGroup00/LogVol01 swap                    swap    defaults        0 0
>
>
>
> Kyle
>
>
>
>
>
>
>
>
>
> ________________________________
>
> From: geda-user-bounces@xxxxxxxxxxxxxx on behalf of Kai-Martin Knaak
> Sent: Sat 9/23/2006 1:47 PM
> To: geda-user@xxxxxxxx
> Subject: gEDA-user: Re: CD driver permissions so GEDA can install
>
>
>
> On Sat, 23 Sep 2006 13:29:04 -0500, Schulmeyer, K wrote:
>
>> when I look in my /mnt directory there is nothing in there.
>
> Let KDE automount the CD and see where it went.
> Check the contents of /etc/mtab while the CD is mounted:
>         cat /etc/mtab
>
> Look for a line that contains "iso9600". (Probably the last line). On my
> box it is:
> /dev/hdc /cdrom iso9660 ro,noexec,nosuid,nodev,user=kmk 0 0
>
> The second item in the line is the mount point for the CD drive on your
> system.
>
> HTH,
>
> ---<(kaimartin)>---
> --
> Kai-Martin Knaak
> http://lilalaser.de/blog
>
>
>
> _______________________________________________
> geda-user mailing list
> geda-user@xxxxxxxxxxxxxx
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
>
>
>


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


<<winmail.dat>>


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user