Gentoo Archives: gentoo-user

From: Thufir <hawat.thufir@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: how would I use device names in fstab?
Date: Wed, 02 Jan 2008 11:05:59
Message-Id: flfqrb$e05$1@ger.gmane.org
In Reply to: Re: [gentoo-user] Re: how would I use device names in fstab? by Dirk Heinrichs
1 On Mon, 31 Dec 2007 09:41:39 +0100, Dirk Heinrichs wrote:
2
3 > Everyting that is needed is compiled into the kernel directly.
4 >
5 > So we need a more detailed description of your problem, now. What
6 > exactly is not working and what is the exact error message (if any) you
7 > get?
8
9 Well, I was pleasantly surprised that I was able read the disc from the
10 cdrw drive, but the cdrom drive is odd. Works from fedora, but in Gentoo
11 cycles through: spin up, pause, spin up, forever. Even ctrl-c didn't
12 kill it, had to reboot:
13
14 arrakis ~ #
15 arrakis ~ # mount /dev/cdrw1 /mnt/cdrw1
16 mount: block device /dev/cdrw1 is write-protected, mounting read-only
17 arrakis ~ #
18 arrakis ~ # ll /mnt/cdrw1/
19 total 96
20 -r--r--r-- 1 root root 224 May 18 2005 README.diskdefines
21 dr-xr-xr-x 2 root root 2048 May 22 2005 casper
22 dr-xr-xr-x 3 root root 2048 Apr 6 2005 dists
23 dr-xr-xr-x 3 root root 2048 Apr 6 2005 doc
24 dr-xr-xr-x 3 root root 2048 Apr 6 2005 install
25 dr-xr-xr-x 2 root root 4096 May 18 2005 isolinux
26 -r--r--r-- 1 root root 77207 Apr 6 2005 md5sum.txt
27 dr-xr-xr-x 2 root root 2048 Apr 6 2005 pics
28 dr-xr-xr-x 4 root root 2048 Apr 6 2005 pool
29 dr-xr-xr-x 2 root root 2048 Apr 6 2005 preseed
30 dr-xr-xr-x 2 root root 2048 Apr 6 2005 tools
31 lr-xr-xr-x 1 root root 1 May 16 2005 ubuntu -> .
32 arrakis ~ #
33 arrakis ~ # umount /mnt/cdrw1/
34 arrakis ~ #
35 arrakis ~ #
36 arrakis ~ # mount -a
37 arrakis ~ #
38 arrakis ~ # ll /mnt/cdrw1/
39 total 0
40 arrakis ~ #
41 arrakis ~ # mount /dev/cdrom1 /mnt/cdrom1
42 mount: No medium found
43 arrakis ~ #
44 arrakis ~ # mount /dev/cdrom /mnt/cdrom
45
46
47
48
49
50
51 thanks,
52
53 Thufir
54
55 --
56 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: how would I use device names in fstab? Thufir <hawat.thufir@×××××.com>
Re: [gentoo-user] Re: how would I use device names in fstab? Dirk Heinrichs <dirk.heinrichs.ext@×××.com>