Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45383 Details for
Bug 73536
mount handling in /sbin/rc breaks system startup
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/fstab with chroot jail entries
fstab (text/plain), 1.75 KB, created by
Christian Roessner
on 2004-12-06 06:48:46 UTC
(
hide
)
Description:
/etc/fstab with chroot jail entries
Filename:
MIME Type:
Creator:
Christian Roessner
Created:
2004-12-06 06:48:46 UTC
Size:
1.75 KB
patch
obsolete
># /etc/fstab: static file system information. ># $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $ ># ># noatime turns off atimes for increased performance (atimes normally aren't ># needed; notail increases performance of ReiserFS (at the expense of storage ># efficiency). It's safe to drop the noatime options if you want and to ># switch between notail and tail freely. > ># <fs> <mountpoint> <type> <opts> <dump/pass> > ># NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. >/dev/hda1 /mnt/ntfs ntfs noauto,user,ro,umask=022,noatime 0 0 >/dev/hdb1 /boot auto defaults 1 2 >/dev/hdb3 / auto noatime 1 1 >/dev/hdc /mnt/cdrom auto noauto,user,exec,ro 0 0 >/dev/hdd /mnt/cdrecorder auto noauto,user,exec,ro 0 0 >/dev/sda1 /mnt/usbstick vfat noauto,user,exec 0 0 >/dev/hdb2 none swap sw 0 0 > ># NOTE: The next line is critical for boot! >none /proc proc defaults 0 0 > ># glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for ># POSIX shared memory (shm_open, shm_unlink). ># (tmpfs is a dynamically expandable/shrinkable ramdisk, and will ># use almost no memory if not populated with files) ># Adding the following line to /etc/fstab should take care of this: > >none /dev/shm tmpfs defaults 0 0 > ># Changing usb-permissons (see /etc/init.d/localmount) >#none /proc/bus/usb usbfs noauto,devmode=0666 0 0 > ># chroot-jail >/dev /chroot32/dev none bind 0 0 >/tmp /chroot32/tmp none bind 0 0 >/var/tmp /chroot32/var/tmp none bind 0 0 >/home/croessner /chroot32/home/croessner none bind 0 0 >/root /chroot32/root none bind 0 0 >/usr/portage /chroot32/usr/portage none bind 0 0 >/proc /chroot32/proc none bind 0 0 >/sys /chroot32/sys none bind 0 0 > > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 73536
:
45382
| 45383