Gentoo Archives: gentoo-user

From: Mike Williams <mike@××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] udev Migration and SCSI
Date: Thu, 20 Oct 2005 17:18:38
Message-Id: 200510201813.23107.mike@gaima.co.uk
In Reply to: Re: [gentoo-user] udev Migration and SCSI by Ian Brandt
1 On Thursday 20 October 2005 17:53, Ian Brandt wrote:
2 > Great suggestion.  Trying it I got a rather odd result:
3 >
4 > # mount -av
5 > mount: /dev/sda3 already mounted on /mnt/gentoo/
6 > mount: none already mounted on /dev/shm
7 > mount: mount point /mnt/gentoo/boot does not exist
8 >
9 > My main curiosity is the first one.  If I check there is no /mnt/gentoo...
10
11 Interesting...
12 A 'cat /proc/mounts' like John suggest would be helpful, before and after
13 attempting to mount stuff, also try the mount manually.
14 mount /dev/sda3 /mnt/somethingthatexistsbutisntbeingused.
15
16 > Also, with this method of test, can I test mounting swap from
17 > /dev/sda2?  In my existing fstab sda2 is mounted to "none".  Does it
18 > make sense to do the following?...
19 >
20 > /dev/sda2    /mnt/gentoo/swap    swap    sw    0 0
21
22 No, as swap isn't "mounted", you can easily live without swap for a while
23 though, so just comment it out.
24
25 --
26 Mike Williams
27
28 --
29 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] udev Migration and SCSI Ian Brandt <ian@×××××××××.com>