Sponsored Content
Operating Systems Linux cant mount dvd on iso9660 format Post 302261427 by mark54g on Monday 24th of November 2008 03:51:49 PM
Old 11-24-2008
libdvdcss is only needed to decode the video/audio, not to mount the disk. However, are you sure that the disk is encoded in ISO 9660.

Also, mount it to a directory that you created. Mount the /dev/cdrom or whatever the device is called to /mnt/dvd or some such (after creating a directory called /mnt/dvd).
 

6 More Discussions You Might Find Interesting

1. AIX

Mount a DVD

Hi:- I am trying to mount a DVD using SMIT on an AIX server but getting the following error: "mount: 0506-324 Cannot mount /dev/cd0 on /cdrom: The media is not formatted or the format is not correct." Please help! (1 Reply)
Discussion started by: janet
1 Replies

2. Solaris

Solaris 10 does not mount CD/DVD ROM

Hi All, I just bought the SUN x2200m2. After I installed Solaris, I cannot see the CD/DVD ROM. I cannot mount the CD/DVD ROM since it says already mounted. When I try unmount it I get message that CD/DVD is not mounted. :( Any idea please. Thx (4 Replies)
Discussion started by: afakhim
4 Replies

3. Solaris

DVD Solaris System Not able to Mount and Boot

Hi, I have a .ISO file of Solaris system burned into a DVD+ROM, and I encounter the following problems, I am using Sun V440 server, (1) Not able to detect the DVD contents under /cdrom. (2) After reboot with this bootable DVD, I get the following errors, ... (1 Reply)
Discussion started by: Paris Heng
1 Replies

4. AIX

need help - How to mount DVD rom in AIX in Command line

Dear Friends could u pls help me on this . how to mount DVD rom in command line in aix? THanks DD (4 Replies)
Discussion started by: ded325
4 Replies

5. UNIX for Dummies Questions & Answers

Mount the cd/dvd drive

· Next, you will need to install the software package that provides DHCP services (a.k.a. the DHCP daemon software). It is located on the installation DVD ISO image for the CentOS Linux Distribution. Associate the (Disc 1 of 2) DVD ISO with the virtual machine's CD/DVD optical drive, create a... (1 Reply)
Discussion started by: beerpong1
1 Replies

6. Linux

Oracle Linux DVD that I install from wont mount

Hi, I am trying to mount my Oracle Linux 6-2 bootable disk that I installed from in order to manually copy off the packages directory onto the server ( to create a local YUM repository ) I have checked the DVD in my windows laptop and can see the packages folder ( so I know the DVD is iso9660... (3 Replies)
Discussion started by: jimthompson
3 Replies
MSDOSFS(5)						      BSD File Formats Manual							MSDOSFS(5)

NAME
msdosfs -- MS-DOS file system SYNOPSIS
options MSDOSFS DESCRIPTION
The msdosfs driver will permit the FreeBSD kernel to read and write MS-DOS based file systems. The most common usage follows: mount -t msdosfs /dev/ada0sN /mnt where N is the partition number and /mnt is a mount point. Some users tend to create a /dos directory for msdosfs mount points. This helps to keep better track of the file system, and make it more easily accessible. It is possible to define an entry in /etc/fstab that looks similar to: /dev/ada0sN /dos msdosfs rw 0 0 This will mount an MS-DOS based partition at the /dos mount point during system boot. Using /mnt as a permanent mount point is not advised as its intention has always been to be a temporary mount point for floppy and ZIP disks. See hier(7) for more information on FreeBSD direc- tory layout. SEE ALSO
mount(2), unmount(2), mount(8), mount_msdosfs(8), umount(8) AUTHORS
This manual page was written by Tom Rhodes <trhodes@FreeBSD.org>. BSD
October 1, 2013 BSD
All times are GMT -4. The time now is 12:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy