Re: How can a user mount a CDROM?

2004-04-08 Thread Remko Lodder
Mazen S. Alzogbi wrote: Hi, How can I grant myself (as a user and not root) the permission to mount/umount a cdrom? Thanks, Use SUDO, it is delivered through the ports: /usr/ports/security/sudo The example files in /usr/local/etc/sudoers gives you the information you want. Cheers -- Kind

[FAQ pointer] Re: How can a user mount a CDROM?

2004-04-08 Thread Lowell Gilbert
"Mazen S. Alzogbi" <[EMAIL PROTECTED]> writes: > How can I grant myself (as a user and not root) the permission to > mount/umount a cdrom? "How do I let ordinary users mount floppies, CDROMs and other removable media?" http://www.freebsd.org/doc/en_US.ISO

How can a user mount a CDROM?

2004-04-08 Thread Mazen S. Alzogbi
Hi, How can I grant myself (as a user and not root) the permission to mount/umount a cdrom? Thanks, -- Mazen S. Alzogbi http://alzogbi.com/mazen ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: help with /cdrom

2004-04-02 Thread Joshua Lokken
* jim paw <[EMAIL PROTECTED]> [2004-03-31 15:33]: > i'm on a freebsd computer at my home. I want to install some > ports from my desktop, not from sysinstall. When i go in the > xterm shell i type in /cdrom so it mounts the freebsd disk so i can > continue on installing m

Re: help with /cdrom

2004-03-31 Thread Don
> When i go in the xterm shell i type in /cdrom so it mounts the freebsd > disk so i can continue on installing my ports, but instead it says > permission denied. Typing /cdrom will not mount the cdrom, nor should it. You may want to try: mount -t cd9660 -o ro /dev/acd0 /cd

help with /cdrom

2004-03-31 Thread jim paw
i'm on a freebsd computer at my home. I want to install some ports from my desktop, not from sysinstall. When i go in the xterm shell i type in /cdrom so it mounts the freebsd disk so i can continue on installing my ports, but instead it says permission denied. So i logged in as root a

Custom kernel for PXE / cdrom installation

2004-03-30 Thread Don
Related to a problem I had earlier: I am trying to set up a network installation of FreeBSD. I have a couple of other problems with this process but one of the most stubborn is getting a custom kernel to boot. If I take kernel.gz and mfsroot.gz from the boot floppies and put those in the NFS shar

Re: users mounting cdrom

2004-03-29 Thread Andy Miller
On Tue, Mar 30, 2004 at 01:20:42AM +0200, Marcus Wellpoth wrote: > Hi there > how can i allow a user which i don't want to take to the operators or wheel > group to mount the cdrom drive? > thanx > mw > > ___ > [EMAIL P

users mounting cdrom

2004-03-29 Thread Marcus Wellpoth
Hi there how can i allow a user which i don't want to take to the operators or wheel group to mount the cdrom drive? thanx mw ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

ATAPI cdrom not found during installation (was: Re: Please, can you

2004-03-22 Thread Simon Barner
help) Reply-To: In-Reply-To: <[EMAIL PROTECTED]> Jason, > the problem is that when it come to install the rest of the bsd i > try to install from the cd/dvd and it tells me that "no CDROM is found" > and i have a "ATAPI CDROM" set to master on my sec id

Re[2]: cdrom mount problem

2004-03-19 Thread Chris
*This message was transferred with a trial version of CommuniGate(tm) Pro* >I had a problem with burncd where I couldnt access the disk after >burning. I couldnt eject or mount it. It required a reboot to get >it. I couldnt solve it but I was able to work around it by using >cdcontrol. See t

Re: cdrom mount problem

2004-03-19 Thread anubis
On Fri, 19 Mar 2004 1:35 am, Chris wrote: > *This message was transferred with a trial version of > CommuniGate(tm) Pro* > > > > > In summary: the only way to mount my cdrom after burning an ISO is > to reboot first. > > > Prior to 5.2.1-RC1, I was able to

Re[2]: cdrom mount problem

2004-03-18 Thread Chris
*This message was transferred with a trial version of CommuniGate(tm) Pro* >> In summary: the only way to mount my cdrom after burning an ISO >> is to reboot first. >Try ejecting and re-loading the disk. >I've seen some firmware that gets confused easily in these case

Re: cdrom mount problem

2004-03-18 Thread Joshua Lokken
* Martijn <[EMAIL PROTECTED]> [2004-03-18 08:14]: > Hi chris, > > You first have to unmount the cdrom before you can mount > a new cd, you can do that by typing: > umount /cdrom > > greets, Martijn > > On Thursday 18 March 2004 16:35, Chris wrote: > > *Th

Re: cdrom mount problem

2004-03-18 Thread Lowell Gilbert
"Chris" <[EMAIL PROTECTED]> writes: > *This message was transferred with a trial version of CommuniGate(tm) Pro* > > > > > In summary: the only way to mount my cdrom after burning an ISO is to reboot first. > > > Prior to 5.2.1-RC1, I was able

Re: cdrom mount problem

2004-03-18 Thread Martijn
Hi chris, You first have to unmount the cdrom before you can mount a new cd, you can do that by typing: umount /cdrom greets, Martijn On Thursday 18 March 2004 16:35, Chris wrote: > *This message was transferred with a trial version of CommuniGate(tm) Pro* > > > > > In summar

cdrom mount problem

2004-03-18 Thread Chris
*This message was transferred with a trial version of CommuniGate(tm) Pro* In summary: the only way to mount my cdrom after burning an ISO is to reboot first. Prior to 5.2.1-RC1, I was able to burn ISO imaged onto a CDRW using burncd, then later mount /cdrom to access the files I burned

Re: mounting cdrom drives

2004-03-11 Thread Ion-Mihai Tetcu
tem hanging forever if the remote files are offline for some reason. /dev/acd0 /cdrom cd9660 ro,noauto 0 0 kwyword: noauto You will have do to a mout /cdrom for using it. Pease : apropos mount and read -- I

Re: mounting cdrom drives

2004-03-11 Thread RYAN vAN GINNEKEN
Lowell Gilbert wrote: RYAN vAN GINNEKEN <[EMAIL PROTECTED]> writes: Lowell Gilbert wrote: RYAN vAN GINNEKEN <[EMAIL PROTECTED]> writes: I have this in my dmesg output acd0: CDROM at ata1-master PIO4 acd1: CDROM at ata1-slave PIO4 but when i try to mount these acd

Re: mounting cdrom drives

2004-03-11 Thread Lowell Gilbert
RYAN vAN GINNEKEN <[EMAIL PROTECTED]> writes: > Lowell Gilbert wrote: > > >RYAN vAN GINNEKEN <[EMAIL PROTECTED]> writes: > > > > > >>I have this in my dmesg output > >> > >>acd0: CDROM at ata1-master PIO4 > >>acd1: CDROM a

Re: mounting cdrom drives

2004-03-11 Thread RYAN vAN GINNEKEN
Lowell Gilbert wrote: RYAN vAN GINNEKEN <[EMAIL PROTECTED]> writes: I have this in my dmesg output acd0: CDROM at ata1-master PIO4 acd1: CDROM at ata1-slave PIO4 but when i try to mount these acd0 i get this error #mount_cd9660 /dev/acd0 /cdrom/cdrom0 mount_cd9660: /dev/acd0: No suc

Re: mounting cdrom drives

2004-03-11 Thread Lowell Gilbert
RYAN vAN GINNEKEN <[EMAIL PROTECTED]> writes: > I have this in my dmesg output > > acd0: CDROM at ata1-master PIO4 > acd1: CDROM at ata1-slave PIO4 > > but when i try to mount these acd0 i get this error > > #mount_cd9660 /dev/acd0 /cdrom/cdrom0 > mount_c

Re: mounting cdrom drives

2004-03-11 Thread Kent Stewart
On Thursday 11 March 2004 03:30 am, RYAN vAN GINNEKEN wrote: > I have this in my dmesg output > > acd0: CDROM at ata1-master PIO4 > acd1: CDROM at ata1-slave PIO4 > > but when i try to mount these acd0 i get this error > > #mount_cd9660 /dev/acd0 /cdrom/cdrom0 > mount

mounting cdrom drives

2004-03-11 Thread RYAN vAN GINNEKEN
I have this in my dmesg output acd0: CDROM at ata1-master PIO4 acd1: CDROM at ata1-slave PIO4 but when i try to mount these acd0 i get this error #mount_cd9660 /dev/acd0 /cdrom/cdrom0 mount_cd9660: /dev/acd0: No such file or directory so cd to /dev make device acd0 with this command sh MAKEDEV

Re: mount floppy/cdrom on diskless PC: "vfsload: Exec format error"

2004-03-06 Thread Rob
Rob wrote: Hi, I have a diskless PC with a floppy and CDrom drive. I can create a dos floppy without a problem, but the mount fails: # /usr/sbin/fdformat /dev/fd0.1440 Format 1440K floppy `/dev/fd0.1440'? (y/n): y Processing done. #

Re: Problems (Still) Mounting CDROM

2004-03-06 Thread Chuck McManis
At 02:04 AM 3/6/2004, Rishi Chopra wrote: What if the drive is recognized by the BIOS? Then you know its cabled correctly. It can still be misjumpered or bad. FBSD doesn't use the bios functions to talk to the drive. --Chuck ___ [EMAIL PROTECTED] maili

Re: Problems (Still) Mounting CDROM

2004-03-06 Thread Rishi Chopra
What if the drive is recognized by the BIOS? Chuck McManis wrote: As far as your kernel is concerned there is no CDROM drive attached to it. You should see something like: atapci0: port 0xf000-0xf00f,0-0x3,0-0x7,0-0x3,0-0x7 irq 0 at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1

Re: Problems (Still) Mounting CDROM

2004-03-05 Thread Chuck McManis
As far as your kernel is concerned there is no CDROM drive attached to it. You should see something like: atapci0: port 0xf000-0xf00f,0-0x3,0-0x7,0-0x3,0-0x7 irq 0 at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ... snip ... sio1: type 16550A ppc0

Problems (Still) Mounting CDROM

2004-03-05 Thread Rishi Chopra
s1a WARNING: / was not properly dismounted WARNING: /usr was not properly dismounted WARNING: /var was not properly dismounted Kernel config file shows the following: options CD9660 #ISO 9660 Filesystem device atapicd # ATAPI CDROM drives device

mount floppy/cdrom on diskless PC: "vfsload: Exec format error"

2004-03-05 Thread Rob
Hi, I have a diskless PC with a floppy and CDrom drive. I can create a dos floppy without a problem, but the mount fails: # /usr/sbin/fdformat /dev/fd0.1440 Format 1440K floppy `/dev/fd0.1440'? (y/n): y Processing done. # /sbin/disklabel -B

Re: Problems Mounting CDROM

2004-03-02 Thread Rishi Chopra
1869696 512 byte sectors: 255H 63S/T 72945C) Mounting root from ufs:/dev/da0s1a WARNING: / was not properly dismounted WARNING: /usr was not properly dismounted WARNING: /var was not properly dismounted Kernel config file shows the following: options CD9660 #I

Re: Problems Mounting CDROM

2004-03-02 Thread Ion-Mihai Tetcu
: 572202MB (1171869696 512 byte sectors: 255H 63S/T 72945C) > Mounting root from ufs:/dev/da0s1a > WARNING: / was not properly dismounted > WARNING: /usr was not properly dismounted > WARNING: /var was not properly dismounted > > Kernel config file shows the following: > > opti

Re: Problems Mounting CDROM

2004-03-02 Thread Rishi Chopra
Kernel config file shows the following: options CD9660 #ISO 9660 Filesystem device atapicd # ATAPI CDROM drives device cd # CD Peter Risdon wrote: Rishi Chopra wrote: Here's what happens: usha# mount_cd9660 /dev/acd0 /

Re: Problems Mounting CDROM

2004-03-02 Thread Peter Risdon
Rishi Chopra wrote: Here's what happens: usha# mount_cd9660 /dev/acd0 /mnt mount_cd9660: /dev/acd0: No such file or directory I don't think you've shown your dmesg... is the cd drive picked up? If so, what as? Perhaps you could copy your dmesg to the list. PWR.

Re: Problems Mounting CDROM

2004-03-02 Thread Rishi Chopra
Here's what happens: usha# mount_cd9660 /dev/acd0 /mnt mount_cd9660: /dev/acd0: No such file or directory Kevin D. Kinsey, DaleCo, S.P. wrote: Rishi Chopra wrote: Rob, The 'c' definitely was missing. Unfortunately, so is /dev/acd0c - what should I do now? Hi, Rishi...have you tried this?

Re: Problems Mounting CDROM

2004-03-01 Thread Kevin D. Kinsey, DaleCo, S.P.
Rishi Chopra wrote: Rob, The 'c' definitely was missing. Unfortunately, so is /dev/acd0c - what should I do now? Hi, Rishi...have you tried this? $mount_cd9660 /dev/acd0 /mnt HTH, Kevin Kinsey DaleCo, S.P. ___ [EMAIL PROTECTED] mailing list

Re: Problems Mounting CDROM

2004-03-01 Thread Rishi Chopra
Rob, The 'c' definitely was missing. Unfortunately, so is /dev/acd0c - what should I do now? Rob wrote: Rishi Chopra wrote: When I try to mount a CD, I get the following errror: usha# mount /cdrom cd9660: /dev/acd0: No such file or directory Any idea what the problem might be?

Re: Problems Mounting CDROM

2004-03-01 Thread Rob
Rishi Chopra wrote: When I try to mount a CD, I get the following errror: usha# mount /cdrom cd9660: /dev/acd0: No such file or directory Any idea what the problem might be? You should have a line like this in /etc/fstab: /dev/acd0c /cdrom cd9660 ro,noauto 0 0 Notice the c in

Problems Mounting CDROM

2004-03-01 Thread Rishi Chopra
When I try to mount a CD, I get the following errror: usha# mount /cdrom cd9660: /dev/acd0: No such file or directory Any idea what the problem might be? -- Rishi Chopra =) http://www.ocf.berkeley.edu/~rchopra ___ [EMAIL PROTECTED] mailing list http

Re: cdrom

2004-02-16 Thread Kris Kennaway
On Mon, Feb 16, 2004 at 06:54:52AM -0800, Mardoc Inc. wrote: > > Thankyou to each of you for your comments re mounting the CDROM. I have > now got it working. As for the age of the OS - newer is not always > better, I am afraid. Of course this depends on both hardware and >

Re: cdrom

2004-02-16 Thread Mardoc Inc.
Thankyou to each of you for your comments re mounting the CDROM. I have now got it working. As for the age of the OS - newer is not always better, I am afraid. Of course this depends on both hardware and software, but there is no doubt that the newer hardware (disks etc) are far less

Re: cdrom

2004-02-15 Thread Eric F Crist
On Sunday 15 February 2004 08:58 pm, Mardoc Inc. wrote: > To: FreeBSD advisors: > > Re: CDROM > > Dear Sir/Madam > > I am currently using FreeBSD to operate some digitizing equipment. I > cannot upgrade > to a newer version of FreeBSD because all the current equipment

Re: cdrom

2004-02-15 Thread Kris Kennaway
ox11, unlocked > > > > I have tried to mount it as > > mount /dev/wcd0a /cdrom > > but I get a message > > "Incorrect superblock." This command tells FreeBSD to mount the CD as a UFS filesystem. It's possible to make CD images containing UFS filesys

cdrom

2004-02-15 Thread Mardoc Inc.
To: FreeBSD advisors: Re: CDROM Dear Sir/Madam I am currently using FreeBSD to operate some digitizing equipment. I cannot upgrade to a newer version of FreeBSD because all the current equipment is somewhat locked to it. I am using FreeBSD 2.2.7-CAM. My motherboard is a Super P6SNE II

Re: cdrom

2004-02-13 Thread HOLLOW, CHRISTOPHER
t old CD-ROM out all together... Christopher Hollow Charles Swiger wrote: On Feb 11, 2004, at 4:02 PM, Wouter Grol wrote: I have an old pc on witch I want to install freebsd, only when the bios does not see the cdrom drive. But windows does. Hi-- If the BIOS doesn't recognize the CD

Re: cdrom

2004-02-13 Thread Dave
On Wed, 11 Feb 2004 22:02:18 +0100, you wrote: >I have an old pc on witch I want to install freebsd, only when the bios >does not see the cdrom drive. But windows does. It is a normal IDE cdrom >and set to slave (hard disk primary). Also when I run the installation >it stops wh

Re: FIXIT CD and Non-Bootable CDROM

2004-02-12 Thread Lowell Gilbert
Rishi Chopra <[EMAIL PROTECTED]> writes: > Is it possible to boot the FreeBSD FIXIT CD from a non-bootable CDROM > drive, by using a FreeBSD boot disk or something similar? Sure. You boot the floppies the same way as for an install, and you will be given an option menu. Along with

Re: cdrom

2004-02-11 Thread Charles Swiger
On Feb 11, 2004, at 4:02 PM, Wouter Grol wrote: I have an old pc on witch I want to install freebsd, only when the bios does not see the cdrom drive. But windows does. Hi-- If the BIOS doesn't recognize the CD-ROM drive, that's generally a NO-GO for FreeBSD working with the d

cdrom

2004-02-11 Thread Wouter Grol
Hi, I have an old pc on witch I want to install freebsd, only when the bios does not see the cdrom drive. But windows does. It is a normal IDE cdrom and set to slave (hard disk primary). Also when I run the installation it stops when it has to read the cdrom. Is there a way to manually set

FIXIT CD and Non-Bootable CDROM

2004-02-10 Thread Rishi Chopra
Is it possible to boot the FreeBSD FIXIT CD from a non-bootable CDROM drive, by using a FreeBSD boot disk or something similar? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

cdrom hangs FreeBSD boot

2004-02-10 Thread Antoine Jacoutot
Hi :) I'm using FreeBSD-5.2-RELEASE-p2 and I'm experiencing a very serious problem. When my cdrom is connected (slave on first IDE slot), FreeBSD hangs on boot at: Timecounter "TSC" frequency 2399937676 Hz quality 800 Timecounters tick every 10.000 msec There's no err

SMB share unmount : was cdrom unmount (oops)

2004-02-07 Thread Edd Barrett
It appears that the mount that I cant unmount was not actually the cdrom, but my remote home dir which is a samba share on another freebsd box. bash-2.05b$ mount /home/edd/cdrom bash-2.05b$ umount /home/edd/cdrom bash-2.05b$ mount /home/edd/rhome bash-2.05b$ umount /home/edd/rhome umount

Re: Howto umount a cdrom as non-root?

2004-02-06 Thread Mark Weinem
Hi Edd! Don't forget to make the user a member of wheel group. Greetings, Mark Weinem ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Howto umount a cdrom as non-root?

2004-02-06 Thread Edd Barrett
purposes) Will get back to you tomorrow lowell. Thanks - Original Message - From: "Lowell Gilbert" <[EMAIL PROTECTED]> To: "Edd Barrett" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 4:41 PM Subject: Re: Howto umount

Re: Howto umount a cdrom as non-root?

2004-02-06 Thread Lowell Gilbert
"Edd Barrett" <[EMAIL PROTECTED]> writes: > I have used vfs.usermount=1 to allow users to mount the cdrom in a dir in > thier home dir. What is the most proper and secure method of doing so. If > possible without the use of sudo or chmod +s. If the users can mount the

Howto umount a cdrom as non-root?

2004-02-06 Thread Edd Barrett
I have used vfs.usermount=1 to allow users to mount the cdrom in a dir in thier home dir. What is the most proper and secure method of doing so. If possible without the use of sudo or chmod +s. Thanks vext01 ___ [EMAIL PROTECTED] mailing list http

Re: Unable to mount CDrom in 5.2, reading past threads is of no help

2004-01-21 Thread Gautam Gopalakrishnan
On Wed, Jan 21, 2004 at 09:29:23AM -0800, scott renna wrote: > mount /cdrom yields: > > cd9660: /dev/acd0: Invalid argument > > /etc/fstab is set up as such: > > /dev/acd0/cdrom cd9660ro,noauto0 0 Hope you're not trying to mount an audio CD. Other

RE: Unable to mount CDrom in 5.2, reading past threads is of no help

2004-01-21 Thread fbsd_user
: Unable to mount CDrom in 5.2, reading past threads is of no help mount /cdrom yields: cd9660: /dev/acd0: Invalid argument /etc/fstab is set up as such: /dev/acd0/cdrom cd9660ro,noauto0 0 --- fbsd_user <[EMAIL PROTECTED]> wrote: > Try mount /cdrom > > -O

RE: Unable to mount CDrom in 5.2, reading past threads is of no help

2004-01-21 Thread scott renna
mount /cdrom yields: cd9660: /dev/acd0: Invalid argument /etc/fstab is set up as such: /dev/acd0/cdrom cd9660ro,noauto0 0 --- fbsd_user <[EMAIL PROTECTED]> wrote: > Try mount /cdrom > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAI

RE: Unable to mount CDrom in 5.2, reading past threads is of no help

2004-01-21 Thread fbsd_user
Try mount /cdrom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of scott renna Sent: Wednesday, January 21, 2004 11:38 AM To: [EMAIL PROTECTED] Subject: Unable to mount CDrom in 5.2, reading past threads is of no help Hello, Im having issues in mounting a

Unable to mount CDrom in 5.2, reading past threads is of no help

2004-01-21 Thread scott renna
Hello, Im having issues in mounting a cdrom on my FreeBSD5.2 system both as root and non root user. As root I execute commands like this: pluto# mount_cd9660 /dev/acd0 /cdrom mount_cd9660: /dev/acd0: Invalid argument pluto# mount_cd9660 /dev/acd0c /cdrom mount_cd9660: /dev/acd0c: Invalid

Re: How to create .iso file image of cdrom (atapi)?

2004-01-07 Thread Scott Mitchell
lock size to be used for the device. > You can't use another value for cdrom drives than 2048 except you are > able to change the blocksize on the drive. Some can be jumpered for 512 > per block, but there is no need to do that. If you use another value for > bs the operation will

Re: How to create .iso file image of cdrom (atapi)?

2004-01-07 Thread Hendrik Hasenbein
Francisco Reyes wrote: Other than speed is there any consideration about the buffer size? I assume you are referring to the 'bs=2048' argument to dd. The argument 'bs=2048' sets the block size to be used for the device. You can't use another value for cdrom drives than 204

Re: How to create .iso file image of cdrom (atapi)?

2004-01-07 Thread Francisco Reyes
On Wed, 7 Jan 2004, Sergey 'DoubleF' Zaharchenko wrote: > Ah, I see, first mount the cdrom, then make an iso from its filesystem - > then that's OK, but is seems a little of an overkill, as the cdrom > already `contains' the iso. If created your way, the image will

Re: How to create .iso file image of cdrom (atapi)?

2004-01-07 Thread Lowell Gilbert
Sergey 'DoubleF' Zaharchenko <[EMAIL PROTECTED]> writes: > Ah, I see, first mount the cdrom, then make an iso from its filesystem - > then that's OK, but is seems a little of an overkill, as the cdrom > already `contains' the iso. If created your way, the image

Re: How to create .iso file image of cdrom (atapi)?

2004-01-06 Thread Sergey 'DoubleF' Zaharchenko
> > > > On Mon, 5 Jan 2004, W. Sierke wrote: > > > > > > > Is there a straightforward way of creating a file image (.iso) of a data > > > > cdrom mounted in an atapi cd-rom drive? > > > > > > I use a port called mkisofs. > > >

Re: How to create .iso file image of cdrom (atapi)?

2004-01-06 Thread Francisco Reyes
On Wed, 7 Jan 2004, Sergey 'DoubleF' Zaharchenko wrote: > On Tue, 6 Jan 2004 22:42:35 + (GMT) > Francisco <[EMAIL PROTECTED]> probably wrote: > > > On Mon, 5 Jan 2004, W. Sierke wrote: > > > > > Is there a straightforward way of creating a file im

Re: How to create .iso file image of cdrom (atapi)?

2004-01-06 Thread Sergey 'DoubleF' Zaharchenko
On Tue, 6 Jan 2004 22:42:35 + (GMT) Francisco <[EMAIL PROTECTED]> probably wrote: > On Mon, 5 Jan 2004, W. Sierke wrote: > > > Is there a straightforward way of creating a file image (.iso) of a data > > cdrom mounted in an atapi cd-rom drive? > > I use a por

Re: How to create .iso file image of cdrom (atapi)?

2004-01-06 Thread Francisco
On Mon, 5 Jan 2004, W. Sierke wrote: > Is there a straightforward way of creating a file image (.iso) of a data > cdrom mounted in an atapi cd-rom drive? I use a port called mkisofs. mkisofs -R -l -J -o . So you would mount the CD and then CD into it. To later burn to another CD I use

Re: Mount /cdrom as non-root user - does this actually work for anyone?

2004-01-05 Thread Tom McLaughlin
On Mon, 2004-01-05 at 13:53, Stacey Roberts wrote: > Hello, > Thanks for the reply. > > - Original Message - > From: "Tom McLaughlin <[EMAIL PROTECTED]>" > To: To Stacey Roberts > Date: Sun, 04 Jan, 2004 21:54 GMT > Subject: Re: Mount /cdrom as

Re: Mount /cdrom as non-root user - does this actually work for anyone?

2004-01-05 Thread Stacey Roberts
Hello, Thanks for the reply. - Original Message - From: "Tom McLaughlin <[EMAIL PROTECTED]>" To: To Stacey Roberts Date: Sun, 04 Jan, 2004 21:54 GMT Subject: Re: Mount /cdrom as non-root user - does this actually work for anyone? > On Sun, 2004-01-04 at 08:31, S

Re: Mount /cdrom as non-root user - does this actually work for anyone?

2004-01-04 Thread Tom McLaughlin
On Sun, 2004-01-04 at 08:31, Stacey Roberts wrote: > Hello, > Thanks for the reply. > > - Original Message - > From: "Tom McLaughlin <[EMAIL PROTECTED]>" > To: To Stacey Roberts > Date: Sun, 04 Jan, 2004 05:48 GMT > Subject: Re: Mount /cdrom as

Re: How to create .iso file image of cdrom (atapi)?

2004-01-04 Thread Sergey 'DoubleF' Zaharchenko
On Mon, 5 Jan 2004 02:51:12 +1030 "W. Sierke" <[EMAIL PROTECTED]> probably wrote: > "Scott Mitchell" wrote: > > You want to use /dev/acd0c - the 'c' partition covers the whole disk. Yes, for those devices which are disklabel(8)'d. > > Something like: > > > > dd if=/dev/acd0c of=foo.iso bs=64k >

Re: Mount /cdrom as non-root user - does this actually work for anyone?

2004-01-04 Thread Sergey 'DoubleF' Zaharchenko
On Sun, 4 Jan 2004 00:53:52 + Stacey Roberts <[EMAIL PROTECTED]> probably wrote: > Hello, > I've just realised that I am unable to mount a cdrom disk as a > non-root user for *any* of my machines. > > All hosts concerned are running FreeBSD-4.9Stable, a

Re: How to create .iso file image of cdrom (atapi)?

2004-01-04 Thread Scott Mitchell
On Mon, Jan 05, 2004 at 02:51:12AM +1030, W. Sierke wrote: > "Scott Mitchell" wrote: > > You want to use /dev/acd0c - the 'c' partition covers the whole disk. > > Something like: > > > > dd if=/dev/acd0c of=foo.iso bs=64k > > Ah! Thanks for that. The bs argument is crucial, I hadn't thought to try

Re: How to create .iso file image of cdrom (atapi)?

2004-01-04 Thread W. Sierke
"Scott Mitchell" wrote: > You want to use /dev/acd0c - the 'c' partition covers the whole disk. > Something like: > > dd if=/dev/acd0c of=foo.iso bs=64k Ah! Thanks for that. The bs argument is crucial, I hadn't thought to try anything further when without it I got: dd: /dev/acd0c: Invalid argumen

Re: How to create .iso file image of cdrom (atapi)?

2004-01-04 Thread Scott Mitchell
On Mon, Jan 05, 2004 at 01:59:11AM +1030, W. Sierke wrote: > Hi, > > Is there a straightforward way of creating a file image (.iso) of a data > cdrom mounted in an atapi cd-rom drive? All my googling has turned up is > suggestions like dd if=/dev/acd0 ... but I neither have nor c

How to create .iso file image of cdrom (atapi)?

2004-01-04 Thread W. Sierke
Hi, Is there a straightforward way of creating a file image (.iso) of a data cdrom mounted in an atapi cd-rom drive? All my googling has turned up is suggestions like dd if=/dev/acd0 ... but I neither have nor can create (with MAKEDEV) /dev/acd0 (only /dev/acd0a and /dev/acd0c - FreeBSD 4.8

Re: Mount /cdrom as non-root user - does this actually work for anyone?

2004-01-04 Thread Stacey Roberts
Hello, Thanks for the reply. - Original Message - From: "Tom McLaughlin <[EMAIL PROTECTED]>" To: To Stacey Roberts Date: Sun, 04 Jan, 2004 05:48 GMT Subject: Re: Mount /cdrom as non-root user - does this actually work for anyone? > On Sat, 2004-01-03 at 20:13, S

Re: Mount /cdrom as non-root user - does this actually work for anyone?

2004-01-03 Thread Tom McLaughlin
On Sat, 2004-01-03 at 20:13, Stacey Roberts wrote: > Hello, > Thanks for the reply.., > > - Original Message - > From: "Gautam Gopalakrishnan <[EMAIL PROTECTED]>" > To: To Stacey Roberts > Date: Sun, 04 Jan, 2004 00:59 GMT > Subject: Re: M

Re: Mount /cdrom as non-root user - does this actually work for anyone?

2004-01-03 Thread Stacey Roberts
Hello, Thanks for the kind reply.., - Original Message - From: "Joerg Pernfuss <[EMAIL PROTECTED]>" To: To [EMAIL PROTECTED] Date: Sun, 04 Jan, 2004 03:44 GMT Subject: Re: Mount /cdrom as non-root user - does this actually work for anyone? > Hi > > On Sun,

Re: Mount /cdrom as non-root user - does this actually work for anyone?

2004-01-03 Thread Joerg Pernfuss
~> ll /dev/cd0c crw-r- 1 root operator 15, 0 Jan 2 19:19 /dev/cd0c (4:32:02) [EMAIL PROTECTED]: ~> ll -a cdrom/ total 6 drwxr-xr-x 2 elessar users 512 Oct 13 20:04 . drwx-- 46 elessar users 2560 Jan 3 16:04 .. (4:35:03) [EMAIL PROTECTED]: ~> ll /sbin/mount_cd9

Re: Mount /cdrom as non-root user - does this actually work for anyone?

2004-01-03 Thread Stacey Roberts
Hello, - Original Message - From: "Gautam Gopalakrishnan <[EMAIL PROTECTED]>" To: To Chris Pressey Date: Sun, 04 Jan, 2004 01:11 GMT Subject: Re: Mount /cdrom as non-root user - does this actually work for anyone? > On Sat, Jan 03, 2004 at 05:12:41PM -0800, Chris Pr

Re: Mount /cdrom as non-root user - does this actually work for anyone?

2004-01-03 Thread Stacey Roberts
Hello, Thanks for the reply.., - Original Message - From: "Gautam Gopalakrishnan <[EMAIL PROTECTED]>" To: To Stacey Roberts Date: Sun, 04 Jan, 2004 00:59 GMT Subject: Re: Mount /cdrom as non-root user - does this actually work for anyone? > On Sun, Jan 04, 2004

Re: Mount /cdrom as non-root user - does this actually work for anyone?

2004-01-03 Thread Gautam Gopalakrishnan
nt and read the CD fine.., checking for non-root > > > user: exit > > > ~ $ mount /cdrom > > > cd9660: /dev/acd0c: Operation not permitted > > > ~ $ mount -t cd9660 /dev/acd0c ~/cdrom > > > cd9660: /dev/acd0c: Operation not permitted > > > ~ $ &

Re: Mount /cdrom as non-root user - does this actually work for anyone?

2004-01-03 Thread Chris Pressey
On Sun, 4 Jan 2004 11:59:29 +1100 Gautam Gopalakrishnan <[EMAIL PROTECTED]> wrote: > On Sun, Jan 04, 2004 at 12:53:52AM +, Stacey Roberts wrote: > > Hello, > > As root I can mount and read the CD fine.., checking for non-root > > user: exit > > ~ $ mo

Re: Mount /cdrom as non-root user - does this actually work for anyone?

2004-01-03 Thread Gautam Gopalakrishnan
On Sun, Jan 04, 2004 at 12:53:52AM +, Stacey Roberts wrote: > Hello, > As root I can mount and read the CD fine.., checking for non-root user: > exit > ~ $ mount /cdrom > cd9660: /dev/acd0c: Operation not permitted > ~ $ mount -t cd9660 /dev/acd0c ~/cdrom > cd9660: /dev

Mount /cdrom as non-root user - does this actually work for anyone?

2004-01-03 Thread Stacey Roberts
Hello, I've just realised that I am unable to mount a cdrom disk as a non-root user for *any* of my machines. All hosts concerned are running FreeBSD-4.9Stable, and running through: http://www.freebsd.org/doc/en_US.IS...SER-FLOPPYMOUNT does *not* work for me at all.., Here's w

Re: Mounting CDROM as user under 5.x

2004-01-01 Thread Dany
When you add a user with "adduser" by default FreeBSD creates a group similar named like the username. If you later say that this user should be in group wheel it's additional. added the following to /dev/devfs.conf link acd0 cdrom perm acd0 0660 This

Re: Mounting CDROM as user under 5.x

2003-12-31 Thread Jason Bacon
If anyone's interested in a programmed solution, you can download my "supermounter" from http://www.neuro.mcw.edu/~bacon/fmri.html. It runs SUID root (you can change this to SUID whatever you want by modifying the Install script if you're concerned about security) and lets you specify which devic

Re: Mounting CDROM as user under 5.x

2003-12-31 Thread Harald Schmalzbauer
e command "groups" as well as chpass I think and they gave > >>me only one group for this username... wheel. Why doesn't wheel appear > >>as the group owner for stuff that username is creating ? > > > >When you add a user with "adduser" by

Re: Mounting CDROM as user under 5.x

2003-12-31 Thread Dany
the group owner for stuff that username is creating ? When you add a user with "adduser" by default FreeBSD creates a group similar named like the username. If you later say that this user should be in group wheel it's additional. added the following to /dev/devfs.conf link

Re: Mounting CDROM as user under 5.x

2003-12-31 Thread Harald Schmalzbauer
y that this user should be in group wheel it's additional. > > >>>>>added the following to /dev/devfs.conf > >>>>>link acd0 cdrom > >>>>>perm acd0 0660 This line just gives write access to group. You can either add the line: owna

Re: Mounting CDROM as user under 5.x

2003-12-31 Thread Dany
t access to the device). Can you post the system configuration files that you're using in order to allow your users to mount CD drives ? cale:/tmp# sysctl vfs.usermount vfs.usermount: 1 in /etc/devfs.conf: permxpt00660 permpass0 0660 permcd0 0660 linkcd0 cdrom l

Re: Mounting CDROM as user under 5.x

2003-12-31 Thread Harald Schmalzbauer
the device). > > Can you post the system configuration files that you're using in order > to allow your users to mount CD drives ? cale:/tmp# sysctl vfs.usermount vfs.usermount: 1 in /etc/devfs.conf: permxpt00660 permpass0 0660 permcd0 0660 linkcd0 cdrom

Re: Mounting CDROM as user under 5.x

2003-12-31 Thread Dany
ded to try my chance here. I'm trying to get my single user (belonging to the wheel group) mounting a CD drive under 5.x using devfs (5.2RC2). Could somebody post a very simple howto showing the files to modify ? Thanx So far I've tried the following things without success : mkdir /home/u

Re: Mounting CDROM as user under 5.x

2003-12-31 Thread Harald Schmalzbauer
ng to get my single user (belonging to the wheel group) mounting > > a CD drive under 5.x using devfs (5.2RC2). > > Could somebody post a very simple howto showing the files to modify ? > > Thanx > > > > So far I've tried the following things without success : > > &

Re: Mounting CDROM as user under 5.x

2003-12-31 Thread Andrew L. Gould
fs (5.2RC2). > Could somebody post a very simple howto showing the files to modify ? Thanx > > So far I've tried the following things without success : > > mkdir /home/username/mount/cdrom > chown username /home/username/mount/cdrom > chmod 755 /home/username/mount/cdrom

Mounting CDROM as user under 5.x

2003-12-30 Thread Dany
? Thanx So far I've tried the following things without success : mkdir /home/username/mount/cdrom chown username /home/username/mount/cdrom chmod 755 /home/username/mount/cdrom added the following to /etc/sysctl.conf vfs.usermount=1 added the following to /dev/devfs.conf link acd0 cdrom perm

RE: howto upgrade 4.8 to 4.9 without cdrom or floppy? ERROR

2003-12-16 Thread Eric F Crist
ginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gautam Gopalakrishnan Sent: Tuesday, December 16, 2003 2:31 AM To: hugle Cc: [EMAIL PROTECTED] Subject: Re: howto upgrade 4.8 to 4.9 without cdrom or floppy? ERROR On Tue, Dec 16, 2003 at 08:44:08AM -0800, hugle

<    1   2   3   4   5   6   >