je veux comprendre ces commande
Mkdir a.tmp //”créez un répertoire a.tmp”//
Touch a.tmp/a a.tmp/b
Mkdir a.tmp/d
Touch a.tmp/d/f
Forum Linux.général Commande
28
mar.
2006
mdadm --create /dev/md0 --level 1 --raid-devices=2 /dev/hda6 /dev/hdc6
#include "string.h";
#include "stdio.h";
#include "stdlib.h";
#include "alsa/asoundlib.h";
int main(int argc, char *argv[]){
printf("debut\n");
snd_pcm_hw_params_t *hw_params;
int i;
int err;
int dir=0;
int rate=44100;
short buf[128];
/*ON LIT*/
snd_pcm_t *capture_handle;
if ((err = snd_pcm_open (&capture_handle, "hw:0,0", SND_PCM_STREAM_CAPTURE, 0)) < 0) {
fprintf (stderr, "cannot open audio device %s (%s)\n",
argv[1],
snd_strerror (…)
VFS: Cannot open root device "ram" or unknown-block(1,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs (…)