98e3 CDROM / DVD Usage - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Base System > General

General General questions about the FreeBSD operating system. Ask here if your question does not fit elsewhere.

Reply
 
Thread Tools Display Modes
  #1  
Old August 7th, 2012, 18:41
jaymax jaymax is offline
Member
 
Join Date: Jul 2009
Posts: 166
Thanks: 18
Thanked 1 Time in 1 Post
Default CDROM / DVD Usage

CDROM / DVD Usage

Platform
Code:
# FreeBSD <hostname> 9.0-RELEASE FreeBSD 9.0-RELEASE #0:....  i386
fstab setup
Code:
#
/dev/cd0         /cdrom         cd9660  ro,noauto       0       0
/dev/cd1         /dvd           cd9660  rw,noauto       0       0
if "noauto" is removed system goes to single user stage

booting achievable through "noauto" use

and optical device access through
Code:
	username-#89:# mount /dev/cd0
	username-#90:# ls cdrom
==> <filenames>
Isn't there a system where the device is mounted, promiscuous to all filetypes and one just has to insert the CD/DVD which is recognized?

I am absolutely sure I had such a system installed, but lost in a System upgrade / re-install.

Thanks!

Last edited by SirDice; August 8th, 2012 at 07:59. Reason: Read about formatting tags: http://forums.freebsd.org/misc.php?do=bbcode
Reply With Quote
  #2  
Old August 8th, 2012, 08:03
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,725
Thanks: 47
Thanked 2,023 Times in 1,862 Posts
Default

Quote:
Originally Posted by jaymax View Post
if "noauto" is removed system goes to single user stage

booting achievable through "noauto" use
That's because the system will try to automatically mount the filesystem during boot. It will fail if there's no disk in the drive and thus you end up in single user mode. The noauto simply prevents the system from automatically mounting it during boot. See fstab(5).

Quote:
Isn't there a system where the device is mounted, promiscuous to all filetypes and one just has to insert the CD/DVD which is recognized?
What you are looking for is usually called auto-mounting. Unfortunately, due to a dependency on udev/uevent, this isn't working anymore on Gnome and XFCE.

As an alternative you may want to read this thread: devd based AUTOMOUNTER.
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
Reply

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Solved] cdrom phyro System Hardware 4 August 19th, 2010 22:47
[Solved] How to find the usage of Individual cpu core usage maruthu General 9 August 13th, 2010 06:44
[Solved] cdrom use jaymax General 2 January 31st, 2010 04:26
mount cdrom I/O error Moe System Hardware 4 November 17th, 2009 19:16
How do I install BSD 3.3 from an old CDROM? Jessica Installing & Upgrading 16 September 15th, 2009 09:30


All times are GMT +1. The time now is 10:24.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0