Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
issue with write permissions while installing kernel.....
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
stan
n00b
n00b


Joined: 15 Jul 2002
Posts: 30

PostPosted: Fri Oct 25, 2002 8:02 am    Post subject: issue with write permissions while installing kernel..... Reply with quote

this is what I'm getting.........
Code:
cdimage / #cp /usr/src/linux/arch/i386/boot/bzimage /boot
cp: cannot create regular file '/boot/bzImage': Read-only file system
cdimage / #

Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Fri Oct 25, 2002 9:05 am    Post subject: Reply with quote

Could this be related to /boot keeps mounting as vfat?
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
jondkent
Apprentice
Apprentice


Joined: 26 Jul 2002
Posts: 289
Location: London

PostPosted: Fri Oct 25, 2002 10:04 am    Post subject: Reply with quote

Hi,

it would also be useful if you could paste the output of the mount command as well if the above link doesn't work for you.

As an aside, there are loads of post like this one and all of them do not post this information so everyone has to guess, which is annoying :evil:

Jon
Back to top
View user's profile Send private message
elzbal
Guru
Guru


Joined: 31 Aug 2002
Posts: 364
Location: Seattle, WA, USA

PostPosted: Fri Oct 25, 2002 2:26 pm    Post subject: Reply with quote

Stan, could you please post the output of the following commands?

Code:
cat /etc/fstab


Code:
mount


Thanks!
Back to top
View user's profile Send private message
stan
n00b
n00b


Joined: 15 Jul 2002
Posts: 30

PostPosted: Fri Oct 25, 2002 6:42 pm    Post subject: Reply with quote

cat /etc/fstab
Code:
/dev/BOOT         /boot           ext2         noauto,noatime          1 1


and mount does not work........... (command not found)

I should also mention that I am in the middle of a gentoo install and have no kernel installed yet......... (many commands do not work because of this)
Back to top
View user's profile Send private message
arkane
l33t
l33t


Joined: 30 Apr 2002
Posts: 918
Location: Phoenix, AZ

PostPosted: Fri Oct 25, 2002 11:26 pm    Post subject: Reply with quote

if the boot partition is mounted read-only, you can tell by opening another virtual terminal (if your on the boot cd) and doing a "mount" command.
you should see something like so:

/dev/hda2 on /boot type ext3 (rw,noatime)

rw means read-write.. if it's readonly it'll read "ro". Don't do this inside of your chrooted environment, because the control is much easier under the boot cd's environment. if you mount your boot partition to /mnt/gentoo/boot, it'll be available in your chrooted environment.
if it's already mounted, and read-only, you can remount it read-write by doing the following command:
mount -o remount rw /mnt/gentoo/boot
(it'll remount it on the fly as read-write)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum