Re: dmraid wiki wrong on chroot proceedure??

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On 01/17/10 09:54, David C. Rankin wrote:
Guys,

	I was helping someone on installing grub and I noticed the following on:

http://wiki.archlinux.org/index.php/Installing_with_Fake_RAID

under "Install Grub" that does not look correct:

# mount -o bind /dev /mnt/dev
# mount -t proc none /mnt/proc
# mount -t sysfs none /mnt/sys
# chroot /mnt /bin/bash

	That should be:

# mount -o bind /dev /mnt/dev
# mount -o bind /proc /mnt/proc
# mount -o bind /sys /mnt/sys
# chroot /mnt /bin/bash

	shouldn't it?? I know there wasn't a sysfs involved the last time I did this.



Eh no? Both examples stated above are correct.


Glenn


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux