請教一下各位先進
這幾天在試 debootstrap 打算生一個系統給2.5"硬碟(透過USB連接) mount point為 /media/usbdisk-1
我一開始參考精華區已有的文章
viewtopic.php?t=474&highlight=debootstrap
其中第二個步驟 2. debootstrap woody /mnt/debian ftp://debian.linux.org.tw
在解完套件最後都會出現一個
W:Fail trying to run:chroot /media/usbdisk-1 mount -t proc proc /proc
不知是什麼意思?
然後我查看usbdisk-1之中 確實已生出許多資料
所以我試著照下一個步驟做
3. 把proc filesystem mount起來
# mount -o /proc /media/usbdisk-1/proc
出現的erroe為 Can't find /media/usbdisk-1/proc in /etc/fstab or /etc/mtab
我想精華區的文章可能有省略
於是改man debootstrap 並參考範例步驟操作
一開始很順利
但在 #chroot /mrdia/usbdisk-1 /bin/bash 後
出現了 error
chroot:cannot run command '/bin/bash/: Permission denied
我是以root登入的 kernel 2.6.8-2
能否請各位先進指點一下方向 謝謝!!