From: Bill Longman <bill.longman@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: DVD borked: SysFS removed
Date: Mon, 16 Aug 2010 08:20:48 -0700 [thread overview]
Message-ID: <4C695750.8050800@gmail.com> (raw)
In-Reply-To: <loom.20100816T060624-472@post.gmane.org>
On 08/15/2010 09:07 PM, James wrote:
> Stroller <stroller <at> stellar.eclipse.co.uk> writes:
>
>
>> So what happens when you try `sudo mount -v /dev/sr0 /mnt/cdrom/`?
>
> mount -v /dev/sr0 /mnt/cdrom/
> mount: you didn't specify a filesystem type for /dev/sr0
> I will try all types mentioned in /etc/filesystems or /proc/filesystems
> Trying msdos
> mount: mount point /mnt/cdrom/ does not exist
So, there are two problems but the most serious one right now is that
you don't have the /mnt/cdrom directory. Make it. That will solve the
first problem.
The second is that you need to tell "mount" that the disk in your CD
drive has an iso9660 filesystem on it so it doesn't get all confused.
Use this command, then, to mount the disk:
mount -t iso9660 /dev/sr0 /mnt/cdrom
Make sure you really do have a disk with stuff on it in the drive.
next prev parent reply other threads:[~2010-08-16 15:21 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-12 2:37 [gentoo-user] DVD borked: SysFS removed James
2010-08-12 13:20 ` Stroller
2010-08-15 18:14 ` [gentoo-user] " James
2010-08-15 23:15 ` Stroller
2010-08-16 4:07 ` James
2010-08-16 15:20 ` Bill Longman [this message]
2010-08-17 0:13 ` James
2010-08-17 23:38 ` walt
2010-08-18 14:34 ` Bill Longman
2010-08-20 18:33 ` James
2010-08-20 20:50 ` walt
2010-08-12 14:06 ` [gentoo-user] " Bill Longman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C695750.8050800@gmail.com \
--to=bill.longman@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox