L wrote:
On Tue, Nov 25, 2008 at 9:48 PM, Steve Repo <scmuser@xxxxxxxxx> wrote:
When I installed Fedora 9 via network installation, I put installation
images on /boot (mounted on /dev/sda1). After months, I noticed that this
partition /dev/sda1 was not auto mounted to /boot but as a media, see
below
/dev/sda1 197625 45289 142132 25% /media/_boot
All updated kernel stuff are stored at /boot but mounted on
/dev/sda2 8066196 4789696 2866748 63% /
What's a sensible way to restore or remount /dev/sda1 no /boot and put
updated kernel images back to /boot (on /dev/sda1)?
my fstab looks like this
UUID=5e2d514d-487e-4881-aff0-84bc64583555 / ext3
defaults 1 1
UUID=ef374257-0424-40d8-afb9-7e0f853c789b /home ext3
defaults 1 2
UUID=59d91345-d399-47d9-8f4f-e5e410b16dc0 /usr ext3
defaults 1 2
tmpfs /dev/shm tmpfs defaults 0
0
devpts /dev/pts devpts gid=5,mode=620 0
0
sysfs /sys sysfs defaults 0
0
proc /proc proc defaults 0
0
UUID=421e363c-f023-47a2-9c36-f7a2f854f32a swap swap
defaults 0 0
/dev/sdb1 /mnt/USBG vfat
noauto,rw,users,shortname=mixed,defaults 0 0
Couldn't you add a newline liek the following?
/dev/sda1 /boot ext3 defaults
1 1
What's the differenty between
/dev/sda1 /boot ext3 defaults
1 1
and
/dev/sda1 /boot ext3 defaults
1 2
??
Jeeze! Doesn't ANYONE read the man pages before posting on the list?
I don't mean to be snippy, but "man -k" and "apropos" are your friends.
From "man fstab":
"The sixth field, (fs_passno), is used by the fsck(8) program to deter-
mine the order in which filesystem checks are done at reboot time. The
root filesystem should be specified with a fs_passno of 1, and other
filesystems should have a fs_passno of 2."
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer ricks@xxxxxxxx -
- AIM/Skype: therps2 ICQ: 22643734 Yahoo: origrps2 -
- -
----------------------------------------------------------------------
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines