FreeBSD Mount CDROM / DVD Drive From The Command Prompt
Q. How do I mount the CDROM from FreeBSD shell or command line?
A. You need to use mount command. The mount utility calls the mount(2) system call to prepare and graft a special device or the remote node (rhost:path) on to the file system tree at the point node. If either special or node are not provided, the appropriate information is taken from the fstab(5) file.
In most cases /etc/fstab lists your CDROM drive so all you have do is type the following command (login as the root):
# mount /cdrom
Now change directory to /cdrom to access the contains of CD / DVD:
# cd /cdromThe system maintains a list of currently mounted file systems. If no arguments are given to mount, this list is printed.
# ls
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- How do I force IDE CD-ROM drive detecting during the Linux installation?
- unmount: /cdrom device is busy error and solution
- FreeBSD: Forcefully unmount a disk partition to get rid of device busy error
- Linux CD / DVD Locked and Drive Is Not Opening / Ejecting CD
- OpenBSD Install Ports Collection
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: cdrom drive, dvd drive, FreeBSD, freebsd mount cdrom, freebsd mount dvdrom, shell, system call




Recent Comments
Today ~ 3 Comments
Today ~ 5 Comments
Today ~ 1 Comment
Yesterday ~ 1 Comment
Yesterday ~ 2 Comments