「dev-o」を含む例文一覧(3)

  • Code Listing2.5: Bind-mounting /dev # mount -o bind /dev /mnt/gentoo/dev
    コード表示2.5:/devをbindマウント - Gentoo Linux
  • Code Listing2.6: Creating UML files # dd if=/dev/zero of=root_fs seek=500 count=1 bs=1M# mke2fs -F root_fs# mount -o loop root_fs /mnt/loop# tar xvjpf gentoo.tbz2 -C /mnt/loop# umount /mnt/loop
    コード表示2.7 - Gentoo Linux
  • Code Listing2.4: Bind-mounting your root partition and listing static devices # mkdir -p /mnt/temp# mount -o bind / /mnt/temp# cd /mnt/temp/dev# ls -l console null
    コード表示2.4:rootパーティションをbindマウントし、静的デバイスを表示 - Gentoo Linux

例文データの著作権について