Howdy!
On Wed, 3 Mar 1999, Vlado Umek wrote:
> 1. Torej... mount: special device vfat does not exist
> Particije so oznacene tako:
> FAT-32 = hda1
> Linux = hda2
> Swap = hda3
> ce izpeljem komando mount vfat /dev/hda1 mi prikaze:
> mount: special device vfat does not exist.
man mount
pove naslednje:
The standard form of the mount command, is
mount -t type device dir
This tells the kernel to attach the file system found on
device (which is of type type) at the directory dir. The
previous contents (if any) and owner and mode of dir
become invisible, and as long as this file system remains
mounted, the pathname dir refers to the root of the file
system on device.
Po domace povedano: ce hoces mountat tvojo Windoze particijo na recimo
/dos, pri cemer imenik /dos ze obstaja, naredis naslednje:
mount -t vfat /dev/hda1 /dos
> 2. make: command not found
Instaliraj si development tools. Brez make in gcc ne bos kaj dosti
dosegel.
> Pa fileta bzImage nikjer ne najdem...
bzImage je rezultat ukaza 'make bzImage'.
> Nahajal naj bi se v /usr/src/linux/arch/asm-i386/bzImage
Ne, nahajal naj bi se v /usr/src/linux/arch/i386/boot/bzImage
Tako je vsaj pri 'stock' kernelu. Ce si pobral kaksne obskurne (recimo
RedHatove) source, je lahko stvar tudi drugacna.
Peace!
Mkx
---- perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'