Gentoo Archives: gentoo-user

From: Ian Brandt <ian@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] udev Migration and SCSI
Date: Thu, 20 Oct 2005 17:59:25
Message-Id: 4357D932.5050104@ianbrandt.com
In Reply to: Re: [gentoo-user] udev Migration and SCSI by Mike Williams
1 Mike Williams wrote:
2 > Interesting...
3 > A 'cat /proc/mounts' like John suggest would be helpful, before and after
4 > attempting to mount stuff, also try the mount manually.
5 > mount /dev/sda3 /mnt/somethingthatexistsbutisntbeingused.
6
7 The manual mount worked:
8
9 # cat /proc/mounts
10 rootfs / rootfs rw 0 0
11 /dev/root / reiserfs rw,noatime 0 0
12 none /dev devfs rw 0 0
13 proc /proc proc rw 0 0
14 none /dev/shm tmpfs rw 0 0
15 /dev/scsi/host0/bus0/target0/lun0/part1 /boot ext3 rw,noatime 0 0
16
17 # mount -v /dev/sda3 /mnt/boottest/
18 mount: you didn't specify a filesystem type for /dev/sda3
19 I will try type reiserfs
20 /dev/sda3 on /mnt/boottest type reiserfs (rw)
21
22 # cat /proc/mounts
23 rootfs / rootfs rw 0 0
24 /dev/root / reiserfs rw,noatime 0 0
25 none /dev devfs rw 0 0
26 proc /proc proc rw 0 0
27 none /dev/shm tmpfs rw 0 0
28 /dev/scsi/host0/bus0/target0/lun0/part1 /boot ext3 rw,noatime 0 0
29 /dev/sda3 /mnt/boottest reiserfs rw,noatime 0 0
30
31
32 > No, as swap isn't "mounted", you can easily live without swap for a while
33 > though, so just comment it out.
34
35 Ah yes.
36 --
37 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] udev Migration and SCSI Mike Williams <mike@××××××××.uk>