* [gentoo-amd64] netmount and local
@ 2007-01-05 21:58 Dieter Ries
2007-01-05 22:43 ` Daemon Xavier
2007-01-06 4:45 ` [gentoo-amd64] " Duncan
0 siblings, 2 replies; 3+ messages in thread
From: Dieter Ries @ 2007-01-05 21:58 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 1979 bytes --]
Hi,
I am just trying to shorten the booting time of my machine.
rc-status gives me the following output:
# rc-status
* Caching service dependencies ... [ ok ]
Runlevel: default
xdm [ started ]
ntp-client [ started ]
local [ started ]
net.eth0 [ started ]
netmount [ started ]
alsasound [ started ]
I don't mount any network filesystems at bootup time, here is my /etc/fstab:
#################/etc/fstab###################
/dev/sda1 /boot ext2 defaults,noatime 1 2
/dev/sda2 / reiserfs noatime,rw 0 1
/dev/sda6 /home reiserfs noatime,rw 0 1
/dev/sda7 /dat1 reiserfs noatime,rw 0 0
/dev/sda8 /dat2 xfs noatime,rw 0 0
/dev/sda10 /mp3 vfat noatime,rw 0 0
/dev/sda5 none swap sw 0 0
/dev/cdrom /mnt/cdrom1 auto noauto,ro,user,sync 0 0
/dev/cdrom1 /mnt/cdrom0 auto noauto,ro,user,sync 0 0
/dev/fd0 /mnt/floppy auto noauto,user 0 0
/dev/palmsd /mnt/palmsd auto sync,noauto,user 0 0
192.168.65.12:/data0 /shfsdata shfs noauto,user 0 0
# NOTE: The next line is critical for boot!
proc /proc proc defaults 0 0
#########################################
can I safely remove netmount from runlevel "default"?
and what exactly is in "local"?
cu
Dieter
--
Frank Castle is dead!
Call me 'The PUNISHER'!
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-amd64] netmount and local
2007-01-05 21:58 [gentoo-amd64] netmount and local Dieter Ries
@ 2007-01-05 22:43 ` Daemon Xavier
2007-01-06 4:45 ` [gentoo-amd64] " Duncan
1 sibling, 0 replies; 3+ messages in thread
From: Daemon Xavier @ 2007-01-05 22:43 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 2628 bytes --]
I honestly don't think thats going to shorten your boot time more than a
second, and i can't remember what exactly netmount is, but i think it is
related to the status of your net.eth0. That and your using an amd64 bit
gentoo, dont know what could make your boot faster, um better processor?
more ram? How long does your boot normally take? Because yes not mounting
any file systems is a nice jump, but other than that I think you're fine.
On 1/5/07, Dieter Ries <clip2@gmx.de> wrote:
>
> Hi,
>
> I am just trying to shorten the booting time of my machine.
>
> rc-status gives me the following output:
>
> # rc-status
> * Caching service dependencies ... [ ok ]
> Runlevel: default
> xdm [ started ]
> ntp-client [ started ]
> local [ started ]
> net.eth0 [ started ]
> netmount [ started ]
> alsasound [ started ]
>
>
> I don't mount any network filesystems at bootup time, here is my
> /etc/fstab:
>
> #################/etc/fstab###################
> /dev/sda1 /boot ext2 defaults,noatime 1 2
> /dev/sda2 / reiserfs noatime,rw 0
> 1
> /dev/sda6 /home reiserfs noatime,rw
> 0 1
> /dev/sda7 /dat1 reiserfs noatime,rw 0 0
> /dev/sda8 /dat2 xfs noatime,rw 0 0
> /dev/sda10 /mp3 vfat noatime,rw 0 0
> /dev/sda5 none swap sw 0 0
> /dev/cdrom /mnt/cdrom1 auto noauto,ro,user,sync 0 0
> /dev/cdrom1 /mnt/cdrom0 auto noauto,ro,user,sync 0 0
> /dev/fd0 /mnt/floppy auto noauto,user
> 0 0
> /dev/palmsd /mnt/palmsd auto sync,noauto,user 0 0
>
> 192.168.65.12:/data0 /shfsdata shfs noauto,user 0 0
>
> # NOTE: The next line is critical for boot!
> proc /proc proc defaults 0
> 0
> #########################################
>
> can I safely remove netmount from runlevel "default"?
> and what exactly is in "local"?
>
> cu
> Dieter
>
>
> --
> Frank Castle is dead!
> Call me 'The PUNISHER'!
>
>
>
--
Karma, It's Real!
"No penguins were harmed during the writing, just a bunch of broken windows
to let them escape..."-xtacocorex
[-- Attachment #2: Type: text/html, Size: 6881 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-amd64] Re: netmount and local
2007-01-05 21:58 [gentoo-amd64] netmount and local Dieter Ries
2007-01-05 22:43 ` Daemon Xavier
@ 2007-01-06 4:45 ` Duncan
1 sibling, 0 replies; 3+ messages in thread
From: Duncan @ 2007-01-06 4:45 UTC (permalink / raw
To: gentoo-amd64
Dieter Ries <clip2@gmx.de> posted 200701052258.43646.clip2@gmx.de,
excerpted below, on Fri, 05 Jan 2007 22:58:41 +0100:
> can I safely remove netmount from runlevel "default"?
> and what exactly is in "local"?
Yes, you should be able to remove netmount. That's for if you have any
NFS or the like filesystems, which you apparently don't.
local contains whatever misc. stuff you want to put in it (by adding it
to /etc/conf.d/local), normally nothing, unless you've put something in it
to run. As such, you should be able to safely remove it from the list, but
it's not going to shorten your boot time but maybe a fraction of a second,
as it's normally empty. The idea is that it gives you somewhere to put
your own little scripts or whatever, so you can load them at boot without
having to create an entire boot service skeleton complete with the usual
service start, stop, restart, etc functions. Like I said, you can safely
remove it if you've put nothing in it, but it's not going to change your
bootup time noticeably at all, and it's convenient to have if you ever
have something without a full bootscript you want to start, so you might
just leave it there. It's up to you.
--
Duncan - List replies preferred. No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master." Richard Stallman
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-01-06 4:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-05 21:58 [gentoo-amd64] netmount and local Dieter Ries
2007-01-05 22:43 ` Daemon Xavier
2007-01-06 4:45 ` [gentoo-amd64] " Duncan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox