Gentoo Archives: gentoo-user

From: Bill Longman <bill.longman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: DVD borked: SysFS removed
Date: Mon, 16 Aug 2010 15:21:45
Message-Id: 4C695750.8050800@gmail.com
In Reply to: [gentoo-user] Re: DVD borked: SysFS removed by James
1 On 08/15/2010 09:07 PM, James wrote:
2 > Stroller <stroller <at> stellar.eclipse.co.uk> writes:
3 >
4 >
5 >> So what happens when you try `sudo mount -v /dev/sr0 /mnt/cdrom/`?
6 >
7 > mount -v /dev/sr0 /mnt/cdrom/
8 > mount: you didn't specify a filesystem type for /dev/sr0
9 > I will try all types mentioned in /etc/filesystems or /proc/filesystems
10 > Trying msdos
11 > mount: mount point /mnt/cdrom/ does not exist
12
13 So, there are two problems but the most serious one right now is that
14 you don't have the /mnt/cdrom directory. Make it. That will solve the
15 first problem.
16
17 The second is that you need to tell "mount" that the disk in your CD
18 drive has an iso9660 filesystem on it so it doesn't get all confused.
19 Use this command, then, to mount the disk:
20
21 mount -t iso9660 /dev/sr0 /mnt/cdrom
22
23 Make sure you really do have a disk with stuff on it in the drive.

Replies

Subject Author
[gentoo-user] Re: DVD borked: SysFS removed James <wireless@×××××××××××.com>