On 8/27/07, Dave Jones <davej@redhat.com> wrote:
On Mon, Aug 27, 2007 at 12:41:46PM -0500, Justin Conover wrote:
> On 8/27/07, Dave Jones <davej@redhat.com> wrote:
> >
> > On Mon, Aug 27, 2007 at 09:15:21AM -0500, Justin Conover wrote:
> > > Installing: kernel                       ######################### [1/5]
> > > FATAL: Could not open '/boot/System.map-2.6.22.4-65.fc7': Permission
> > denied
> > >   Installing: kernel-devel                 #########################
> > [3/5]
> > > FATAL: Could not open '/boot/System.map-2.6.22.4-65.fc7': Permission
> > denied
> >
> > Is your /boot mounted read only?
> >
>  # grep /boot /etc/fstab
> # ll /boot/

Neither of these show the current ro/rw state of the filesystem.
The command you were looking for was 'mount'.

        Dave

--
http://www.codemonkey.org.uk

--
fedora-test-list mailing list
fedora-test-list@redhat.com
To unsubscribe:
https://www.redhat.com/mailman/listinfo/fedora-test-list

Sorry, I thought you wanted the settings from fstab

$ mount |grep boot
/dev/sda1 on /boot type ext3 (rw)


It is possible this is happening from adding a 3rd hd to my system.  When I get home, I'll remove the drive and see what happens.