59 results out of about 2285 pages. (3.40 seconds)
- TipsAndTricks/AccessFilesUnderMountpoint . . . 8 matches
- ...= How to access files hidden under another mounted filesystem =
Sometimes a new filesystem many be mounted over a directory already containing files. For example assume a new pa...
- zh/TipsAndTricks/AccessFilesUnderMountpoint . . . 4 matches
- ...。比如我们挂载了一个新分区以提供更大的 /home 空间,它挂载在原有的 /home 目录上。被覆盖的目录结构可以按照如下方法访问:
{{{
mkdir /tmp/mnt
mount --bind / /tmp/mnt
}}}
现在你可以查看 /tmp/mnt/home 并且获取目录结构。在你的操作完成之后:
{{{
cd
umount /tmp/m...
- zh-tw/TipsAndTricks/AccessFilesUnderMountpoint . . . 4 matches
- ...比如我們掛載了一個新分割區以提供更大的 /home 空間,它掛載在原有的 /home 目錄上。被覆寫的目錄架構可以按照如下方法存取:
{{{
mkdir /tmp/mnt
mount --bind / /tmp/mnt
}}}
現在你可以檢視 /tmp/mnt/home 並且取得目錄架構。在你的作業完成之後:
{{{
cd
umount /tmp/m...
- HowTos/CentOS5ConvertToRAID . . . 34 matches
- ...nterfaces are unnecessary. Use arrow keys to highlight No then press enter.
=== Skip Mounting Current System ===
At the Rescue screen, use the arrow keys to choose Skip then pre...
- zh/HowTos/CentOS5ConvertToRAID . . . 24 matches
- ...m accounting information: done
This filesystem will be automatically checked every 30 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
}}}
=== 创建新的 ...
- zh-tw/HowTos/CentOS5ConvertToRAID . . . 24 matches
- ...m accounting information: done
This filesystem will be automatically checked every 30 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
}}}
=== 建立新的 ...
- TipsAndTricks/SelinuxBooleans . . . 20 matches
- ...ecutable stack
allow_kerberos (Kerberos):: Allow daemons to use kerberos files
allow_mount_anyfile (Mount):: Allow mount to mount any file
allow_mounton_anydir (Mount):: Allow...
- HowTos/Install On Partitionable RAID1 . . . 19 matches
- ...r system has two hard drives, `/dev/sda` and `/dev/sdb`.
=== Part 1: Build the array, mount and chroot ===
If you have to perform either a new installation or a migration of an ...
- zh/TipsAndTricks/SelinuxBooleans . . . 13 matches
- ...k(内存保护):: 容许 java 将自己的堆栈设为可执行的
allow_kerberos(Kerberos):: 容许守护程序使用 kerberos 文件
allow_mount_anyfile(挂载):: 容许 mount 挂载任何文件
allow_mounton_anydir (挂载):: 容许 mount 挂载任何目录
allow_mpla...
- zh-tw/TipsAndTricks/SelinuxBooleans . . . 13 matches
- ...(記憶體保護):: 容許 java 將自己的堆疊設為可執行的
allow_kerberos(Kerberos):: 容許常駐程式使用 kerberos 檔案
allow_mount_anyfile(掛載):: 容許 mount 掛載任何檔案
allow_mounton_anydir (掛載):: 容許 mount 掛載任何目錄
allow_mpla...
- zh/HowTos/Install On Partitionable RAID1 . . . 12 matches
- ...期实行;要是你现在略过它,你可在系统下次开机后执行。
1. 现在你必须手动地挂载系统并 chroot 到里面来更改开机设置:{{{
mkdir /mnt/sysimage
mount /dev/md_d0p1 /mnt/sysimage
mount -o bind /dev /mnt/sysimage/dev
mount -o bind /selinux...
- zh-tw/HowTos/Install On Partitionable RAID1 . . . 12 matches
- ...期實行;要是你現在略過它,你可在系統下次開機後執行。
1. 現在你必須手動地掛載系統並 chroot 到裡面來更改開機設定:{{{
mkdir /mnt/sysimage
mount /dev/md_d0p1 /mnt/sysimage
mount -o bind /dev /mnt/sysimage/dev
mount -o bind /selinux...
- HowTos/Xen/MoveNative2DomU . . . 11 matches
- ...ces like `/dev/mapper/VolGroup00-C4`. You need to make some changes to the C4-tree, so mount it somewhere:
{{{
[root@dom0 ~]# mount /dev/mapper/VolGroup00-C4 /mnt
[root@dom0 ~]# m...
- HowTos/ManualInstall . . . 11 matches
- ...ns hung at the relative {{{slash}}} and {{{./boot}}} positions:
{{{
# mkdir /target
# mount /dev/sda3 /target
# mkdir /target/boot
# mount /dev/sda1 /target/boot
}}}
=== Setting...
- AdrianHall/CentralizedLDAPAuth . . . 11 matches
- ... authentication system, including user authentication, group information and automatic mounting of home directories with automount maps. By implementing this HOWTO, your CentOS 6...
- zh/HowTos/Xen/MoveNative2DomU . . . 9 matches
- ...在一个名为 `/dev/mapper/VolGroup00-C4` 般的方块设备上。你须要修改 C4 的目录树,因此请将它挂载在某处:
{{{
[root@dom0 ~]# mount /dev/mapper/VolGroup00-C4 /mnt
[root@dom0 ~]# mount /dev/whatever /mnt/whe...
- zh-tw/HowTos/Xen/MoveNative2DomU . . . 9 matches
- ...在一個名為 `/dev/mapper/VolGroup00-C4` 般的方塊裝置上。你須要修改 C4 的目錄樹,因此請將它掛載在某處:
{{{
[root@dom0 ~]# mount /dev/mapper/VolGroup00-C4 /mnt
[root@dom0 ~]# mount /dev/whatever /mnt/whe...
- zh/HowTos/ManualInstall . . . 7 matches
- ...文件系统上设置一个位置,用作创建新安装的用途,而分区将会挂载在 {{{slash}}} 及 {{{./boot}}} 的位置:
{{{
# mkdir /target
# mount /dev/sda3 /target
# mkdir /target/boot
# mount /dev/sda1 /target/boot
}}}
=== 设置 RPM ...
- zh-tw/HowTos/ManualInstall . . . 7 matches
- ...案系統上設置一個位置,用作建立新安裝的用途,而分割區將會掛載在 {{{slash}}} 及 {{{./boot}}} 的位置:
{{{
# mkdir /target
# mount /dev/sda3 /target
# mkdir /target/boot
# mount /dev/sda1 /target/boot
}}}
=== 設置 RPM ...
- es/HowTos/Xen/MoveNative2DomU . . . 7 matches
- ...s al árbol de su instalación de C4, así que móntelo en otro lugar.
{{{
[root@dom0 ~]# mount /dev/mapper/VolGroup00-C4 /mnt
[root@dom0 ~]# mount /dev/whatever /mnt/whe...
- es/HowTos/Install On Partitionable RAID1 . . . 7 matches
- ...smo (''chroot'') para modificar la especificación de arranque: {{{
mkdir /mnt/sysimage
mount /dev/md_d0p1 /mnt/sysimage
mount -o bind /dev /mnt/sysimage/dev
mount -o bind /selinux...
- TipsAndTricks/CreateNewInitrd . . . 7 matches
- ...ample, CD #1 or DVD).
1. Type "'''linux rescue'''" at the "'''boot:'''" prompt.
1. Mount all filesystems in read-write mode.
== Create the New Initrd ==
1. Change root to r...
- TipsAndTricks . . . 7 matches
- ...n]
* [:TipsAndTricks/ExpandLV:Expanding a LVM logical volume]
* [:TipsAndTricks/NTFS:Mount NTFS partitions from within CentOS]
* [:TipsAndTricks/LvmSnapshotsOnXFS:Snapshotting ...
- Manuals/ReleaseNotes/CentOS5.8 . . . 7 matches
- ... need the additional language packs for !OpenOffice (OOo), you can no longer just loop mount the DVD iso and run an install from it. You will either need to do a 'cp -al' and rege...
- Manuals/ReleaseNotes/CentOS4.8/French . . . 7 matches
- ... quoi que ce soit d'autre, nous vous conseillons de lire les notes du distributeur en amount [http://www.centos.org/docs/4/#notes-48 release notes] . La suite de ce document est u...
- zh/TipsAndTricks/CreateNewInitrd . . . 6 matches
- ...
1. 把根目录改为你硬盘上的正式根目('/')并创建 initrd。(这个样例采用截至本文最新版的 CentOS 5.5 内核。请按你现有的内核作出修改。)
{{{
mount --bind /proc /mnt/sysimage/proc
mount --bind /dev /mnt/sysimage/dev
mount --bind /sys ...
- zh-tw/TipsAndTricks/CreateNewInitrd . . . 6 matches
- ...
1. 把根目錄改為你硬盤上的正式根目('/')並建立 initrd。(這個範例採用截至本文最新版的 CentOS 5.5 內核。請按你現有的內核作出修改。)
{{{
mount --bind /proc /mnt/sysimage/proc
mount --bind /dev /mnt/sysimage/dev
mount --bind /sys ...
- Manuals/ReleaseNotes/CentOS5.9 . . . 6 matches
- ...5.8 release ===
##begin-updated
* aide
* alsa-utils
* anaconda
* ant17
* autofs
* bind
* bind97
* binutils
* bnx2
* bnx2i
* bnx2x
* busybox
* cman
* cmirror
* cnic
...
- Manuals/ReleaseNotes/CentOS5.2/French . . . 6 matches
- ...le ne comportant pas le paquet '''redhat-lsb'''.
* Lors d'une mise-à-jour du paquet '''bind-chroot''', les paramètres personnalisés tels que ROOTDIR=/chemin/ sont réinitialisés à ...
- Manuals/ReleaseNotes/CentOS4.8 . . . 6 matches
- ...devel-1.0.16-4.el4
* autofs-4.1.3-238
* autofs5-5.0.1-0.rc2.106
* bash-3.0-21.el4
* bind-9.2.4-30.el4_7.2
* bind-chroot-9.2.4-30.el4_7.2
* bind-devel-9.2.4-30.el4_7.2
* bind...
- Manuals/ReleaseNotes/CentOS4.7 . . . 6 matches
- ...nfig-gtk-4.6.10-7.el4
* autofs-4.1.3-234
* autofs5-5.0.1-0.rc2.88
* bash-3.0-19.7
* bind-9.2.4-30.el4.x86_64.rpm
* bind-chroot-9.2.4-30.el4
* bind-devel-9.2.4-30.el4
* bind-...
- Manuals/ReleaseNotes/CentOS5.4/French . . . 5 matches
- ...e
* amanda
* anaconda
* aspell
* audit
* authconfig
* authd
* autofs
* avahi
* bind
* binutils
* busybox
* caching-nameserver
* cman
* cmirror
* cmirror-kmod
* cong...
- Manuals/ReleaseNotes/CentOS5.2 . . . 5 matches
- ...d in 5.2 (for yum > 3.2.x).
* When you select a lot of packages during a install the amount of memory required and the time to process the dependencies increases. So it is advise...
- HowTos/NetworkInstallServer . . . 5 matches
- ... after the fact. I routinely add other diagnostic and utility packages (such as wget, bind-utils, telnet and openssh-clients) to the list.
In the %post section, you can add any ...
- zh/TipsAndTricks . . . 4 matches
- ...LVM 上的 XFS 文件系统留下快照]
* [:/Repair_RAID5_Volumes:修复拥有多于一个失效硬盘的 RAID5 扇区]
* [:/GnomeAutomount:在 Gnome 下设置自动挂载]
* [:/AccessFilesUnderMountpoint:如何访问隐藏在另一个已挂载文件系统后的文件]
== 管理技巧及单行脚本 ...
- zh/HowTos/NetworkInstallServer . . . 4 matches
- ...ns.html Kickstart 的文档]。
* 选择组件。以上配方只选择了最基本的组件 —— 它预期你在事后安装所需的组件。我经常会把其它诊断及工具组件(例如 wget、bind-utils、telnet 及 openssh-clients)加进清单内。
在 %post 那部份,你可加入任何要执行的脚本。下面提供了数个样例。
你可以从 32 位元用...
- zh-tw/TipsAndTricks . . . 4 matches
- ...LVM 上的 XFS 檔案系統留下快照]
* [:/Repair_RAID5_Volumes:修複擁有多於一個失效硬盤的 RAID5 磁區]
* [:/GnomeAutomount:在 Gnome 下設置自動掛載]
* [:/AccessFilesUnderMountpoint:如何存取隱藏在另一個已掛載檔案系統後的檔案]
== 管理技巧及單行腳本 ...
- zh-tw/HowTos/NetworkInstallServer . . . 4 matches
- ...ns.html Kickstart 的文檔]。
* 選擇套件。以上配方只選取了最基本的套件 —— 它預期你在事後安裝所需的套件。我經常會把其它診斷及工具套件(例如 wget、bind-utils、telnet 及 openssh-clients)加進清單內。
在 %post 那部份,你可加入任何要執行的腳本。下面提供了數個範例。
你可以從 32 位元用...
- Manuals/ReleaseNotes/CentOS5.6 . . . 4 matches
- ... need the additional language packs for !OpenOffice (OOo), you can no longer just loop mount the DVD iso and run an install from it. You will either need to do a 'cp -al' and rege...
- Manuals/ReleaseNotes/CentOS5.4 . . . 4 matches
- ...e
* amanda
* anaconda
* aspell
* audit
* authconfig
* authd
* autofs
* avahi
* bind
* binutils
* busybox
* caching-nameserver
* cman
* cmirror
* conga
* coreutils
...
- de/TipsAndTricks/CreatingUpdateMedia . . . 3 matches
- ...=
Da nicht jeder Anwender über eine schnelle Internetverbindung verfügt, kann es Sinn machen Updates von einem Wechseldatenträger (wie einer CD, DVD oder einem USB Stick) einzuspi...
- Manuals/ReleaseNotes/CentOS5.7 . . . 3 matches
- ... need the additional language packs for !OpenOffice (OOo), you can no longer just loop mount the DVD iso and run an install from it. You will either need to do a 'cp -al' and rege...
- Manuals/ReleaseNotes/CentOS5.5/Turkish . . . 3 matches
- ...fice (OOo) için ek dil paketleri yüklemek isterseniz, sadece DVD iso imajını bağlayıp (mount) yükleme komutunu çalıştırmak yetmeyecek. Bunun için ya 'cp -al' komutunu çalıştıracak...
- Manuals/ReleaseNotes/CentOS5.5 . . . 3 matches
- ... need the additional language packs for !OpenOffice (OOo), you can no longer just loop mount the DVD iso and run an install from it. You will either need to do a 'cp -al' and rege...
- Manuals/ReleaseNotes/CentOS5.2/Turkish . . . 3 matches
- ...0854 bz450854 (upstream)] | [http://bugs.centos.org/view.php?id=2881 #2881 (CentOS)]
* bind-chroot paketini güncellerken kullanıcıların kişisel yapılandırmalarının üzerine yazan b...
- Manuals/ReleaseNotes/CentOS5.1 . . . 3 matches
- ...as less than 256MB of RAM.
* When you select a lot of packages during a install the amount of memory required and the time to process the dependencies increases. So it is advise...
- Manuals/ReleaseNotes/CentOS5.0 . . . 3 matches
- ... and other items, you should ONLY use the
DVD when trying to install it via a loop-mountable object behind an
HTTPD/NFS/FTP server. Older methods using CDroms and unions a...
- HowTos/SELinux . . . 3 matches
- ...rent SELinux status:
{{{
# sestatus
SELinux status: enabled
SELinuxfs mount: /selinux
Current mode: enforcing
Mode from config fi...
- Manuals/ReleaseNotes/CentOS5.7/German . . . 2 matches
- ...uer !OpenOffice (OOo), können leider nicht mehr wie bisher von der im Loopback Modus gemounteten DVD installiert werden. Sie müssen entweder ein 'cp -al' durchführen und danach di...
- Manuals/ReleaseNotes/CentOS5.5/Korean . . . 2 matches
- ...gmanager
* rhdb-utils
* rhgb
* setuptool
* specspo
* squirrelmail
* system-config-bind
* tftp
* thunderbird
* Virtualization_Guide
* xorg-x11-proto-devel
* yum
* yum-ut...
- Manuals/ReleaseNotes/CentOS5.5/German . . . 2 matches
- ...r !OpenOffice.org benötigen, können Sie diese nicht wie bisher von der im Loop Modus gemounteten DVD ISO aus installieren. Stattdessen müssen Sie zunächst mit Hilfe von 'cp -al' d...
- Manuals/ReleaseNotes/CentOS5.3 . . . 2 matches
- ...gmanager
* rhdb-utils
* rhgb
* setuptool
* specspo
* squirrelmail
* system-config-bind
* tftp
* thunderbird
* Virtualization_Guide
* xorg-x11-proto-devel
* yum
* yum-cr...
- Manuals/ReleaseNotes/CentOS5.1/French . . . 2 matches
- ...5, vu que le paquet gaim a été remplacé par le paquet pidgin. C'est un boque connu en amount. Pour plus d'informations, consultez [http://bugs.centos.org/view.php?id=2483 le rappo...
- Manuals/ReleaseNotes/CentOS5.0/Italian . . . 2 matches
- ... DVD in caso stiate installando tramite HTTPD/NFS/FTP
per mezzo di un oggetto loop-mountable.
Il vecchio metodo di usare le immagini dei CDrom non è più supportata
[c'...
- Manuals/ReleaseNotes/CentOS5.0/German . . . 2 matches
- ...:
o Aufgrund von Änderungen im Anaconda-Installer sind Installationen mit
"loop-mounted" ISO-Images via HTTP, NFS oder FTP nur noch mit der DVD möglich.
Lokal eingehäng...
- Manuals/ReleaseNotes/CentOS5.0/Dutch . . . 2 matches
- ...rdelen, dient u de DVD te
gebruiken als u het probeert te installeren via een loop-mounted
object achter een HTTPD/NFS/FTP server. Oudere methoden die CD-ROMs
en union...
- Manuals/ReleaseNotes/CentOS5.0/Czech . . . 2 matches
- ...gramu Anaconda a ostatních částech, používejte
pouze DVD pro instalaci pomocí loop-mount obrazů zpřístupněných přes
HTTPD/NFS/FTP servery. Starší metody pomocí CDRom obraz...
- Manuals/ReleaseNotes/CentOS4.9 . . . 2 matches
- ...e:
##begin-updated
* autofs-4.1.3-240
* autofs5-5.0.1-0.rc2.114
* bash-3.0-27.el4
* bind-9.2.4-37.el4
* centos-release-4-9
* coreutils-5.2.1-37.el4
* devhelp-0.10-0.10.el4
...
- HowTos/postgrey . . . 2 matches
- ...tination,
check_policy_service unix:postgrey/socket,
permit
}}}
By default, the amount of time by which Postgrey will reject new messages is set to 5 minutes but we can chan...
