Bug#413642: debian-installer-manual: After debootstrap, /dev is too minimal to mount partitions

2015-04-26 Thread Alan Jenkins

Hi

I think someone could close this bug now.  The installer manual does now 
outline the process of creating device nodes with MAKEDEV.


D.3.4.1. Create device files 
https://www.debian.org/releases/jessie/amd64/apds03.html.en#idp8293600


(It also suggests bind-mounting /dev instead, which is what I would try 
nowadays.)


Alan


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#413642: debian-installer-manual: After debootstrap, /dev is too minimal to mount partitions

2007-03-06 Thread Vincent Bernat
Package: debian-installer-manual
Severity: normal

Hi !

Following Appendix D.3 on installing Debian from another Unix system,
I think that an additionnal step must be added after editing
/etc/fstab : creation of device nodes.

You may get errors about inexisting special devices:
mount: special device /dev/sda13 does not exist
mount: special device /dev/sda12 does not exist
mount: special device /dev/sda11 does not exist
mount: special device /dev/sda9 does not exist

In this case, use the following commands:
cd /dev
./MAKEDEV sd

Or if you try to install on IDE disks:
cd /dev
./MAKEDEV hd

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686-bigmem
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]