DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 27th October 2017
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default Mounting a DVD

Hi,

I have inserted a data DVD. How do I mount it ?

What is the command ?

Code:
# mount -v -t cd9660 /dev/cd0a /mnt  
mount_cd9660: /dev/cd0a on /mnt: Device not configured
Reply With Quote
  #2   (View Single Post)  
Old 27th October 2017
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

I think the disk is damaged coz I am able to mount it on the 4th try using the same command as above. May be the drive is failing. Not sure.
Reply With Quote
  #3   (View Single Post)  
Old 27th October 2017
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,503
Default

Your mount command is for NetBSD. OpenBSD is
Code:
mount -t cd9660 /dev/cd0c /mnt
DVD formats can vary and OpenBSD also provides the udf format
Code:
mount -t udf /dev/cd0c /mnt

Last edited by shep; 27th October 2017 at 02:16 PM.
Reply With Quote
  #4   (View Single Post)  
Old 27th October 2017
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

@shep
Commands noted for future use. Thanks a lot.
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
Mounting smb share dragan OpenBSD General 2 11th March 2017 01:22 PM
mounting usb frcc OpenBSD General 4 29th June 2016 03:43 PM
USB icon after mounting andycapp FreeBSD General 0 23rd October 2008 10:40 PM
Mounting sniper007 FreeBSD General 7 2nd July 2008 06:50 AM
mounting UFS hirohitosan Other BSD and UNIX/UNIX-like 2 27th June 2008 02:40 PM


All times are GMT. The time now is 07:24 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick