Modif mon /boot/rub/menu.lst pour multboot
Fermé
cece466
Messages postés
519
Date d'inscription
lundi 12 mai 2008
Statut
Membre
Dernière intervention
26 octobre 2015
-
13 oct. 2009 à 17:14
cece466 Messages postés 519 Date d'inscription lundi 12 mai 2008 Statut Membre Dernière intervention 26 octobre 2015 - 19 oct. 2009 à 18:53
cece466 Messages postés 519 Date d'inscription lundi 12 mai 2008 Statut Membre Dernière intervention 26 octobre 2015 - 19 oct. 2009 à 18:53
A voir également:
- Modif mon /boot/rub/menu.lst pour multboot
- Dual boot - Guide
- Boot camp - Télécharger - Systèmes d'exploitation
- Hiren's boot cd - Télécharger - Divers Utilitaires
- Clé boot windows - Guide
55 réponses
cece466
Messages postés
519
Date d'inscription
lundi 12 mai 2008
Statut
Membre
Dernière intervention
26 octobre 2015
46
13 oct. 2009 à 19:03
13 oct. 2009 à 19:03
ok j'y suis....
voilà :
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=88489480-f364-4a46-8a97-05ac469c3834 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=a7a45064-f185-4619-b495-881205642675
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
## indomU=true
## indomU=false
# indomU=detect
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 9.04, kernel 2.6.28-15-generic
uuid a7a45064-f185-4619-b495-881205642675
kernel /vmlinuz-2.6.28-15-generic root=UUID=88489480-f364-4a46-8a97-05ac469c3834 ro quiet splash
initrd /initrd.img-2.6.28-15-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-15-generic (recovery mode)
uuid a7a45064-f185-4619-b495-881205642675
kernel /vmlinuz-2.6.28-15-generic root=UUID=88489480-f364-4a46-8a97-05ac469c3834 ro single
initrd /initrd.img-2.6.28-15-generic
title Ubuntu 9.04, kernel 2.6.28-11-generic
uuid a7a45064-f185-4619-b495-881205642675
kernel /vmlinuz-2.6.28-11-generic root=UUID=88489480-f364-4a46-8a97-05ac469c3834 ro quiet splash
initrd /initrd.img-2.6.28-11-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
uuid a7a45064-f185-4619-b495-881205642675
kernel /vmlinuz-2.6.28-11-generic root=UUID=88489480-f364-4a46-8a97-05ac469c3834 ro single
initrd /initrd.img-2.6.28-11-generic
title Ubuntu 9.04, memtest86+
uuid a7a45064-f185-4619-b495-881205642675
kernel /memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdb1
title Microsoft Windows XP Professionnel
rootnoverify (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
voilà :
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=88489480-f364-4a46-8a97-05ac469c3834 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=a7a45064-f185-4619-b495-881205642675
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
## indomU=true
## indomU=false
# indomU=detect
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 9.04, kernel 2.6.28-15-generic
uuid a7a45064-f185-4619-b495-881205642675
kernel /vmlinuz-2.6.28-15-generic root=UUID=88489480-f364-4a46-8a97-05ac469c3834 ro quiet splash
initrd /initrd.img-2.6.28-15-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-15-generic (recovery mode)
uuid a7a45064-f185-4619-b495-881205642675
kernel /vmlinuz-2.6.28-15-generic root=UUID=88489480-f364-4a46-8a97-05ac469c3834 ro single
initrd /initrd.img-2.6.28-15-generic
title Ubuntu 9.04, kernel 2.6.28-11-generic
uuid a7a45064-f185-4619-b495-881205642675
kernel /vmlinuz-2.6.28-11-generic root=UUID=88489480-f364-4a46-8a97-05ac469c3834 ro quiet splash
initrd /initrd.img-2.6.28-11-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
uuid a7a45064-f185-4619-b495-881205642675
kernel /vmlinuz-2.6.28-11-generic root=UUID=88489480-f364-4a46-8a97-05ac469c3834 ro single
initrd /initrd.img-2.6.28-11-generic
title Ubuntu 9.04, memtest86+
uuid a7a45064-f185-4619-b495-881205642675
kernel /memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdb1
title Microsoft Windows XP Professionnel
rootnoverify (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
13 oct. 2009 à 19:05
13 oct. 2009 à 19:05
Re,
Mais, pas besoin de m'afficher ;-) ce que je voulais savoir je l'ai demandé avec la commande grep ;-)
Mais à la fin de ton fichier ce que je t'ai donné dans le message N° 16
Mais, pas besoin de m'afficher ;-) ce que je voulais savoir je l'ai demandé avec la commande grep ;-)
Mais à la fin de ton fichier ce que je t'ai donné dans le message N° 16
cece466
Messages postés
519
Date d'inscription
lundi 12 mai 2008
Statut
Membre
Dernière intervention
26 octobre 2015
46
13 oct. 2009 à 19:08
13 oct. 2009 à 19:08
donc pas besoin de spécifier la partoche ou xp 64 se trouve ?
je suis obiigé d'attendre quelques mn car je copie des banques de son...( 4 dvd...)
mais j'ai ajouté et sauvegardé...
je suis obiigé d'attendre quelques mn car je copie des banques de son...( 4 dvd...)
mais j'ai ajouté et sauvegardé...
cece466
Messages postés
519
Date d'inscription
lundi 12 mai 2008
Statut
Membre
Dernière intervention
26 octobre 2015
46
13 oct. 2009 à 19:23
13 oct. 2009 à 19:23
ok je pense que tu as quitté le boulot...
donc j'ai fait comme tu m'as dit et j'ai bien windows 64 dans le grub list...
par contre il ne se lance pas et me met : NTDLR is missing
d'aprés moi il faut lui spécifier l'endroit sur sdb mais je ne sais pas lequel...
bon je me suis lancé et j'ai recopié ça dans gedit /etc/boot/grub/menu.lst :
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdb1
title Microsoft Windows XP Professionnel
rootnoverify (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
title Microsoft Windows XP Professionnel 64
rootnoverify (hd0,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
alors la le fin du fin je me retrouve avec 2 fois la même chose les deux ce lancent en tout cas
mais c'est 2x fois xp 32 ( j'en suis sur car sous xp 64 je n'avais pas pu installer mes programmes a cause d'1 pilote manquant pour ma carte son...)
bon j'espére que je vais pas me faire en....er (haha..)mais en tout cas il y a un truc louche car je suis sur d'avoir crée une partition de 100Go pour chacun des 2 OS...
j'ai bien envi d'intervertir les 2 aux lignes MAP mais bon je préfére attendre....:
map (hd1) (hd0)
map (hd0) (hd1) au lieu de ce qui est ecrit mais j'attend suis comme charles ( j'espére qu'il y en a pas dans le coin ...(haha...))
donc j'ai fait comme tu m'as dit et j'ai bien windows 64 dans le grub list...
par contre il ne se lance pas et me met : NTDLR is missing
d'aprés moi il faut lui spécifier l'endroit sur sdb mais je ne sais pas lequel...
bon je me suis lancé et j'ai recopié ça dans gedit /etc/boot/grub/menu.lst :
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdb1
title Microsoft Windows XP Professionnel
rootnoverify (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
title Microsoft Windows XP Professionnel 64
rootnoverify (hd0,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
alors la le fin du fin je me retrouve avec 2 fois la même chose les deux ce lancent en tout cas
mais c'est 2x fois xp 32 ( j'en suis sur car sous xp 64 je n'avais pas pu installer mes programmes a cause d'1 pilote manquant pour ma carte son...)
bon j'espére que je vais pas me faire en....er (haha..)mais en tout cas il y a un truc louche car je suis sur d'avoir crée une partition de 100Go pour chacun des 2 OS...
j'ai bien envi d'intervertir les 2 aux lignes MAP mais bon je préfére attendre....:
map (hd1) (hd0)
map (hd0) (hd1) au lieu de ce qui est ecrit mais j'attend suis comme charles ( j'espére qu'il y en a pas dans le coin ...(haha...))
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
cece466
Messages postés
519
Date d'inscription
lundi 12 mai 2008
Statut
Membre
Dernière intervention
26 octobre 2015
46
14 oct. 2009 à 18:03
14 oct. 2009 à 18:03
salut ...
bon pas trop de nouvelle à ce sujet je relance donc le post...
les partitions apparaîssent au demarrage de grub mais en fait quan je lance l'une ou l'autre je tombe sur xp 32
bit , j'attend donc un peu d'aide pour avoir accés à mes 2 partoches....
une question supplémentaire au passage ...
est ce que le fait d'avoir crée une partition /boot m'evitera d'avoir à réinstaller ubuntu aprés avoir installé win ?
cette question est juste à titre d'information car je trouve pénible d"'avoir à reinstaller ubuntu 9.04 aprés win 32bit ( d'ou l'idée de créer une partition dédiée au boot...) pour m'éviter ça...
est ce bien le cas ?
merci d'avance ...
ced
bon pas trop de nouvelle à ce sujet je relance donc le post...
les partitions apparaîssent au demarrage de grub mais en fait quan je lance l'une ou l'autre je tombe sur xp 32
bit , j'attend donc un peu d'aide pour avoir accés à mes 2 partoches....
une question supplémentaire au passage ...
est ce que le fait d'avoir crée une partition /boot m'evitera d'avoir à réinstaller ubuntu aprés avoir installé win ?
cette question est juste à titre d'information car je trouve pénible d"'avoir à reinstaller ubuntu 9.04 aprés win 32bit ( d'ou l'idée de créer une partition dédiée au boot...) pour m'éviter ça...
est ce bien le cas ?
merci d'avance ...
ced
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
14 oct. 2009 à 20:05
14 oct. 2009 à 20:05
Salut,
Affiche le résultat de la commande
Affiche le résultat de la commande
mount && ls -l /mnt
cece466
Messages postés
519
Date d'inscription
lundi 12 mai 2008
Statut
Membre
Dernière intervention
26 octobre 2015
46
14 oct. 2009 à 20:10
14 oct. 2009 à 20:10
salut lami20j...
j'espére que ça va bien ?...
voilà...
cedric0@cedric0-desktop:~$ mount && ls -l /mnt
/dev/sdb9 on / type ext4 (rw,relatime,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
lrm on /lib/modules/2.6.28-15-generic/volatile type tmpfs (rw,mode=755)
/dev/sdb8 on /boot type ext4 (rw,relatime)
/dev/sdb10 on /home type ext4 (rw,relatime)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/cedric0/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=cedric0)
/dev/sr0 on /media/cdrom0 type udf (ro,nosuid,nodev,utf8,user=cedric0)
total 0
cedric0@cedric0-desktop:~$
comme tu vois j'ai aussi crée une partition pour mon home...
j'espére que ça va bien ?...
voilà...
cedric0@cedric0-desktop:~$ mount && ls -l /mnt
/dev/sdb9 on / type ext4 (rw,relatime,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
lrm on /lib/modules/2.6.28-15-generic/volatile type tmpfs (rw,mode=755)
/dev/sdb8 on /boot type ext4 (rw,relatime)
/dev/sdb10 on /home type ext4 (rw,relatime)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/cedric0/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=cedric0)
/dev/sr0 on /media/cdrom0 type udf (ro,nosuid,nodev,utf8,user=cedric0)
total 0
cedric0@cedric0-desktop:~$
comme tu vois j'ai aussi crée une partition pour mon home...
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
14 oct. 2009 à 20:18
14 oct. 2009 à 20:18
Re,
Bon, je veux être sûr de connaître les partitions qui contient tes XP
Tape cette commande et affiche le résultat.
Si tu utilisera la balise code pour le résultat des commandes ça sera encore mieux.
Pour les balises code : tu sélectionnes ton résultat et ensuite tu fait clic sur le bouton <>
Bon, je veux être sûr de connaître les partitions qui contient tes XP
Tape cette commande et affiche le résultat.
for i in sda{1,5} sdb{1,5,6};do mkdir -v /mnt/$i;done
Si tu utilisera la balise code pour le résultat des commandes ça sera encore mieux.
Pour les balises code : tu sélectionnes ton résultat et ensuite tu fait clic sur le bouton <>
cece466
Messages postés
519
Date d'inscription
lundi 12 mai 2008
Statut
Membre
Dernière intervention
26 octobre 2015
46
15 oct. 2009 à 08:29
15 oct. 2009 à 08:29
salut ...
pour la ligne de commande que tu m'as donné il me met ça :
sudo for i in sda{1,5} sdb{1,5,6};do mkdir -v /mnt/$i;done
bash: Erreur de syntaxe près du symbole inattendu « do »
cedric0@cedric0-desktop:~$
pour la ligne de commande que tu m'as donné il me met ça :
sudo for i in sda{1,5} sdb{1,5,6};do mkdir -v /mnt/$i;done
bash: Erreur de syntaxe près du symbole inattendu « do »
cedric0@cedric0-desktop:~$
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
15 oct. 2009 à 08:57
15 oct. 2009 à 08:57
Salut,
Tu passe en root d'abord avec la commande
ensuite tu tapes
P.S. La suite ce soir
Tu passe en root d'abord avec la commande
sudo -i
ensuite tu tapes
for i in sda{1,5} sdb{1,5,6};do mkdir -v /mnt/$i;done
P.S. La suite ce soir
cece466
Messages postés
519
Date d'inscription
lundi 12 mai 2008
Statut
Membre
Dernière intervention
26 octobre 2015
46
15 oct. 2009 à 09:33
15 oct. 2009 à 09:33
rere....
voilà :
root@cedric0-desktop:~# for i in sda{1,5} sdb{1,5,6};do mkdir -v /mnt/$i;done
mkdir: création du répertoire `/mnt/sda1'
mkdir: création du répertoire `/mnt/sda5'
mkdir: création du répertoire `/mnt/sdb1'
mkdir: création du répertoire `/mnt/sdb5'
mkdir: création du répertoire `/mnt/sdb6'
root@cedric0-desktop:~#
root@cedric0-desktop:~#
merci express pour l'aide...
ced...
voilà :
root@cedric0-desktop:~# for i in sda{1,5} sdb{1,5,6};do mkdir -v /mnt/$i;done
mkdir: création du répertoire `/mnt/sda1'
mkdir: création du répertoire `/mnt/sda5'
mkdir: création du répertoire `/mnt/sdb1'
mkdir: création du répertoire `/mnt/sdb5'
mkdir: création du répertoire `/mnt/sdb6'
root@cedric0-desktop:~#
root@cedric0-desktop:~#
merci express pour l'aide...
ced...
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
15 oct. 2009 à 09:41
15 oct. 2009 à 09:41
Re,
Maintenant, toujours en root tape
Maintenant, toujours en root tape
for i in sda{1,5} sdb{1,5,6};do mount /dev/$i /mnt/$i;done
cece466
Messages postés
519
Date d'inscription
lundi 12 mai 2008
Statut
Membre
Dernière intervention
26 octobre 2015
46
15 oct. 2009 à 09:43
15 oct. 2009 à 09:43
ok,c'est fait...
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
15 oct. 2009 à 09:45
15 oct. 2009 à 09:45
Re,
Affiche le résultat de la commande
Surtout pour cette commande mets les balises code.
Affiche le résultat de la commande
df -h
Surtout pour cette commande mets les balises code.
cece466
Messages postés
519
Date d'inscription
lundi 12 mai 2008
Statut
Membre
Dernière intervention
26 octobre 2015
46
15 oct. 2009 à 09:46
15 oct. 2009 à 09:46
root@cedric0-desktop:~# df -h
Sys. de fich. Tail. Occ. Disp. %Occ. Monté sur
/dev/sdb9 111G 2,8G 102G 3% /
tmpfs 1,9G 0 1,9G 0% /lib/init/rw
varrun 1,9G 104K 1,9G 1% /var/run
varlock 1,9G 0 1,9G 0% /var/lock
udev 1,9G 192K 1,9G 1% /dev
tmpfs 1,9G 356K 1,9G 1% /dev/shm
lrm 1,9G 2,5M 1,9G 1% /lib/modules/2.6.28-15-generic/volatile
/dev/sdb8 1,9G 62M 1,7G 4% /boot
/dev/sdb10 92G 237M 87G 1% /home
/dev/sr0 5,9G 5,9G 0 100% /media/cdrom0
/dev/sda1 98G 11G 87G 12% /mnt/sda1
/dev/sda5 69G 35G 35G 50% /mnt/sda5
/dev/sdb1 98G 12G 86G 13% /mnt/sdb1
/dev/sdb5 98G 17G 82G 17% /mnt/sdb5
/dev/sdb6 13G 66M 13G 1% /mnt/sdb6
root@cedric0-desktop:~#
Sys. de fich. Tail. Occ. Disp. %Occ. Monté sur
/dev/sdb9 111G 2,8G 102G 3% /
tmpfs 1,9G 0 1,9G 0% /lib/init/rw
varrun 1,9G 104K 1,9G 1% /var/run
varlock 1,9G 0 1,9G 0% /var/lock
udev 1,9G 192K 1,9G 1% /dev
tmpfs 1,9G 356K 1,9G 1% /dev/shm
lrm 1,9G 2,5M 1,9G 1% /lib/modules/2.6.28-15-generic/volatile
/dev/sdb8 1,9G 62M 1,7G 4% /boot
/dev/sdb10 92G 237M 87G 1% /home
/dev/sr0 5,9G 5,9G 0 100% /media/cdrom0
/dev/sda1 98G 11G 87G 12% /mnt/sda1
/dev/sda5 69G 35G 35G 50% /mnt/sda5
/dev/sdb1 98G 12G 86G 13% /mnt/sdb1
/dev/sdb5 98G 17G 82G 17% /mnt/sdb5
/dev/sdb6 13G 66M 13G 1% /mnt/sdb6
root@cedric0-desktop:~#
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
15 oct. 2009 à 10:01
15 oct. 2009 à 10:01
Re,
/dev/sda1 98G 11G 87G 12% /mnt/sda1
/dev/sda5 69G 35G 35G 50% /mnt/sda5
/dev/sdb1 98G 12G 86G 13% /mnt/sdb1
/dev/sdb5 98G 17G 82G 17% /mnt/sdb5
/dev/sdb6 13G 66M 13G 1% /mnt/sdb6
Tu disais que tes windows sont installé sur des partition de 100 Go.
Tu as 3 partitions de 98 Go.
Affiche (j’insiste d’utiliser les balise code pour les commande – c’est pour la lisibilité) le résultat de
/dev/sda1 98G 11G 87G 12% /mnt/sda1
/dev/sda5 69G 35G 35G 50% /mnt/sda5
/dev/sdb1 98G 12G 86G 13% /mnt/sdb1
/dev/sdb5 98G 17G 82G 17% /mnt/sdb5
/dev/sdb6 13G 66M 13G 1% /mnt/sdb6
Tu disais que tes windows sont installé sur des partition de 100 Go.
Tu as 3 partitions de 98 Go.
Affiche (j’insiste d’utiliser les balise code pour les commande – c’est pour la lisibilité) le résultat de
ls -l /mnt/sda1 ls -l /mnt/sda5 ls -l /mnt/sdb1 ls -l /mnt/sdb5 ls -l /mnt/sdb6
cece466
Messages postés
519
Date d'inscription
lundi 12 mai 2008
Statut
Membre
Dernière intervention
26 octobre 2015
46
15 oct. 2009 à 10:03
15 oct. 2009 à 10:03
re ..
excuse je comprend pas ce que tu appéle "les balises code"
désolé de mes méconnaissances...
ced...
excuse je comprend pas ce que tu appéle "les balises code"
désolé de mes méconnaissances...
ced...
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
15 oct. 2009 à 10:13
15 oct. 2009 à 10:13
Re,
Je t'ai expliquer ici pour les balises code
https://forums.commentcamarche.net/forum/affich-14741914-modif-mon-boot-rub-menu-lst-pour-multboot?page=2#29
Merci de faire un effort
Je t'ai expliquer ici pour les balises code
https://forums.commentcamarche.net/forum/affich-14741914-modif-mon-boot-rub-menu-lst-pour-multboot?page=2#29
Merci de faire un effort
cece466
Messages postés
519
Date d'inscription
lundi 12 mai 2008
Statut
Membre
Dernière intervention
26 octobre 2015
46
15 oct. 2009 à 10:09
15 oct. 2009 à 10:09
c'est normal car j'ai une partition /home pour ext4 et ubuntu ...
cedric0@cedric0-desktop:~$ ls -l /mnt/sda1
total 7284
drwxrwxrwx 1 root root 4096 2009-10-12 09:35 a9d37ee36cf45e0dd397
drwxrwxrwx 1 root root 4096 2009-10-11 11:49 Documents and Settings
-rwxrwxrwx 1 root root 52576 2004-02-29 16:44 orange.bmp
drwxrwxrwx 1 root root 4096 2009-10-12 19:15 Program Files
drwxrwxrwx 1 root root 8192 2009-10-12 09:35 Program Files (x86)
drwxrwxrwx 1 root root 0 2009-10-13 11:55 RECYCLER
drwxrwxrwx 1 root root 4096 2009-10-10 11:15 System Volume Information
drwxrwxrwx 1 root root 0 2009-10-13 08:38 temp
-rwxrwxrwx 1 root root 5120 2009-10-13 13:40 Thumbs.db
drwxrwxrwx 1 root root 65536 2009-10-12 19:15 WINDOWS
-rwxrwxrwx 2 root root 7307032 2009-10-11 11:53 WMFormatSDK64.exe
drwxrwxrwx 1 root root 0 2009-10-12 17:36 WMSDK
cedric0@cedric0-desktop:~$
cedric0@cedric0-desktop:~$ ls -l /mnt/sda5
total 20
drwxrwxrwx 1 root root 4096 2009-08-17 09:58 AKAI
drwxrwxrwx 1 root root 0 2009-08-15 09:48 Documents and Settings
drwxrwxrwx 1 root root 4096 2009-10-13 13:40 drivers Fa-101 kontakt,reason,cubase windows
drwxrwxrwx 1 root root 0 2009-10-13 19:13 Kontakt 3 Library
drwxrwxrwx 1 root root 4096 2009-10-13 11:55 RECYCLER
drwxrwxrwx 1 root root 0 2009-10-10 17:23 sdk64bit a graver
drwxrwxrwx 1 root root 4096 2009-08-10 15:44 song cubase et fichiers audio
drwxrwxrwx 1 root root 4096 2009-08-14 18:20 System Volume Information
cedric0@cedric0-desktop:~$
cedric0@cedric0-desktop:~$ ls -l /mnt/sdb1
total 2095453
-rwxrwxrwx 1 root root 0 2009-10-13 09:33 AUTOEXEC.BAT
-rwxrwxrwx 1 root root 4952 2003-10-07 02:00 Bootfont.bin
-rwxrwxrwx 1 root root 224 2009-10-13 11:40 boot.ini
drwxrwxrwx 1 root root 0 2009-10-13 13:57 Config.Msi
-rwxrwxrwx 1 root root 0 2009-10-13 09:33 CONFIG.SYS
drwxrwxrwx 1 root root 4096 2009-10-13 09:35 Documents and Settings
-rwxrwxrwx 1 root root 0 2009-10-13 09:33 IO.SYS
-rwxrwxrwx 1 root root 0 2009-10-13 09:33 MSDOS.SYS
-rwxrwxrwx 1 root root 47564 2009-10-13 11:31 NTDETECT.COM
-rwxrwxrwx 1 root root 251712 2009-10-13 11:31 ntldr
drwxrwxrwx 1 root root 0 2009-10-13 13:54 NVIDIA
-rwxrwxrwx 1 root root 2145386496 2009-10-14 15:00 pagefile.sys
drwxrwxrwx 1 root root 8192 2009-10-13 13:58 Program Files
drwxrwxrwx 1 root root 0 2009-10-13 11:51 RECYCLER
drwxrwxrwx 1 root root 4096 2009-10-13 11:38 System Volume Information
drwxrwxrwx 1 root root 28672 2009-10-13 14:00 WINDOWS
cedric0@cedric0-desktop:~$
cedric0@cedric0-desktop:~$ ls -l /mnt/sdb5
total 20024
drwxrwxrwx 1 root root 4096 2009-10-04 10:12 archive ubuntu 9.04
drwxrwxrwx 1 root root 4096 2009-10-10 17:13 archive win 64 32 bit
drwxrwxrwx 1 root root 4096 2009-10-10 10:05 à revoir pour virtualisation et creation de flyers ezpublish et pb studio 64 portable
drwxrwxrwx 1 root root 0 2009-08-26 00:13 Avec fred
drwxrwxrwx 1 root root 4096 2009-10-13 08:46 book mark avant install win 32
drwxrwxrwx 1 root root 0 2009-10-10 09:57 flyers cour de zik et contenu pedagogique
drwxrwxrwx 1 root root 0 2009-10-13 08:38 logiciels de restauration de données xp et vista
drwxrwxrwx 1 root root 0 2009-10-10 10:14 marques page avant reformatage
drwxrwxrwx 1 root root 0 2009-10-06 20:55 mise a jours BIos pc0
drwxrwxrwx 1 root root 4096 2009-10-03 12:27 personnel
drwxrwxrwx 1 root root 0 2009-10-12 20:02 pilotes profire pour xp 32
-rwxrwxrwx 2 root root 142898 2009-10-07 18:54 pour tests performances...rns
-rwxrwxrwx 2 root root 10044704 2009-10-12 14:58 ProFire_V64_5_10_00_5077.exe
drwxrwxrwx 1 root root 4096 2009-10-13 11:55 RECYCLER
drwxrwxrwx 1 root root 4096 2009-10-13 08:58 sauvegarde utils
drwxrwxrwx 1 root root 4096 2009-08-14 18:20 System Volume Information
-rwxrwxrwx 2 root root 673439 2009-10-05 21:01 tests performances cubase en 24bit 48khz.cpr
-rwxrwxrwx 2 root root 621853 2009-10-07 18:56 tests performances cubase en 32 bit96khz.cpr
drwxrwxrwx 1 root root 4096 2009-08-13 09:53 veronique saint germain (albums...)
drwxrwxrwx 1 root root 4096 2009-08-17 12:12 veronique st Germain morceaux en chantier
drwxrwxrwx 1 root root 0 2009-10-12 17:51 XP_64_FireWire_Public_Beta_Driver
-rwxrwxrwx 2 root root 8974209 2009-10-12 09:04 XP_64_FireWire_Public_Beta_Driver.zip
cedric0@cedric0-desktop:~$
cedric0@cedric0-desktop:~$ ls -l /mnt/sdb6
total 4
drwxrwxrwx 1 root root 0 2009-10-13 11:55 RECYCLER
drwxrwxrwx 1 root root 4096 2009-10-07 17:33 System Volume Information
cedric0@cedric0-desktop:~$
ben moi ce que je comprend c'est que j'ai xp PRO 64 sur sda1 et 32 sur sdb1
là y a pas d"'erreur possible d'aprés moi puisque sur sda1 j'ai bien un dossier /programme files x86 et programmes files ( normal...)
et que sur sdb1 jai /programmes files ( tout court ) donc ce sont bien les partoches qui nous intérressent non ?
cedric0@cedric0-desktop:~$ ls -l /mnt/sda1
total 7284
drwxrwxrwx 1 root root 4096 2009-10-12 09:35 a9d37ee36cf45e0dd397
drwxrwxrwx 1 root root 4096 2009-10-11 11:49 Documents and Settings
-rwxrwxrwx 1 root root 52576 2004-02-29 16:44 orange.bmp
drwxrwxrwx 1 root root 4096 2009-10-12 19:15 Program Files
drwxrwxrwx 1 root root 8192 2009-10-12 09:35 Program Files (x86)
drwxrwxrwx 1 root root 0 2009-10-13 11:55 RECYCLER
drwxrwxrwx 1 root root 4096 2009-10-10 11:15 System Volume Information
drwxrwxrwx 1 root root 0 2009-10-13 08:38 temp
-rwxrwxrwx 1 root root 5120 2009-10-13 13:40 Thumbs.db
drwxrwxrwx 1 root root 65536 2009-10-12 19:15 WINDOWS
-rwxrwxrwx 2 root root 7307032 2009-10-11 11:53 WMFormatSDK64.exe
drwxrwxrwx 1 root root 0 2009-10-12 17:36 WMSDK
cedric0@cedric0-desktop:~$
cedric0@cedric0-desktop:~$ ls -l /mnt/sda5
total 20
drwxrwxrwx 1 root root 4096 2009-08-17 09:58 AKAI
drwxrwxrwx 1 root root 0 2009-08-15 09:48 Documents and Settings
drwxrwxrwx 1 root root 4096 2009-10-13 13:40 drivers Fa-101 kontakt,reason,cubase windows
drwxrwxrwx 1 root root 0 2009-10-13 19:13 Kontakt 3 Library
drwxrwxrwx 1 root root 4096 2009-10-13 11:55 RECYCLER
drwxrwxrwx 1 root root 0 2009-10-10 17:23 sdk64bit a graver
drwxrwxrwx 1 root root 4096 2009-08-10 15:44 song cubase et fichiers audio
drwxrwxrwx 1 root root 4096 2009-08-14 18:20 System Volume Information
cedric0@cedric0-desktop:~$
cedric0@cedric0-desktop:~$ ls -l /mnt/sdb1
total 2095453
-rwxrwxrwx 1 root root 0 2009-10-13 09:33 AUTOEXEC.BAT
-rwxrwxrwx 1 root root 4952 2003-10-07 02:00 Bootfont.bin
-rwxrwxrwx 1 root root 224 2009-10-13 11:40 boot.ini
drwxrwxrwx 1 root root 0 2009-10-13 13:57 Config.Msi
-rwxrwxrwx 1 root root 0 2009-10-13 09:33 CONFIG.SYS
drwxrwxrwx 1 root root 4096 2009-10-13 09:35 Documents and Settings
-rwxrwxrwx 1 root root 0 2009-10-13 09:33 IO.SYS
-rwxrwxrwx 1 root root 0 2009-10-13 09:33 MSDOS.SYS
-rwxrwxrwx 1 root root 47564 2009-10-13 11:31 NTDETECT.COM
-rwxrwxrwx 1 root root 251712 2009-10-13 11:31 ntldr
drwxrwxrwx 1 root root 0 2009-10-13 13:54 NVIDIA
-rwxrwxrwx 1 root root 2145386496 2009-10-14 15:00 pagefile.sys
drwxrwxrwx 1 root root 8192 2009-10-13 13:58 Program Files
drwxrwxrwx 1 root root 0 2009-10-13 11:51 RECYCLER
drwxrwxrwx 1 root root 4096 2009-10-13 11:38 System Volume Information
drwxrwxrwx 1 root root 28672 2009-10-13 14:00 WINDOWS
cedric0@cedric0-desktop:~$
cedric0@cedric0-desktop:~$ ls -l /mnt/sdb5
total 20024
drwxrwxrwx 1 root root 4096 2009-10-04 10:12 archive ubuntu 9.04
drwxrwxrwx 1 root root 4096 2009-10-10 17:13 archive win 64 32 bit
drwxrwxrwx 1 root root 4096 2009-10-10 10:05 à revoir pour virtualisation et creation de flyers ezpublish et pb studio 64 portable
drwxrwxrwx 1 root root 0 2009-08-26 00:13 Avec fred
drwxrwxrwx 1 root root 4096 2009-10-13 08:46 book mark avant install win 32
drwxrwxrwx 1 root root 0 2009-10-10 09:57 flyers cour de zik et contenu pedagogique
drwxrwxrwx 1 root root 0 2009-10-13 08:38 logiciels de restauration de données xp et vista
drwxrwxrwx 1 root root 0 2009-10-10 10:14 marques page avant reformatage
drwxrwxrwx 1 root root 0 2009-10-06 20:55 mise a jours BIos pc0
drwxrwxrwx 1 root root 4096 2009-10-03 12:27 personnel
drwxrwxrwx 1 root root 0 2009-10-12 20:02 pilotes profire pour xp 32
-rwxrwxrwx 2 root root 142898 2009-10-07 18:54 pour tests performances...rns
-rwxrwxrwx 2 root root 10044704 2009-10-12 14:58 ProFire_V64_5_10_00_5077.exe
drwxrwxrwx 1 root root 4096 2009-10-13 11:55 RECYCLER
drwxrwxrwx 1 root root 4096 2009-10-13 08:58 sauvegarde utils
drwxrwxrwx 1 root root 4096 2009-08-14 18:20 System Volume Information
-rwxrwxrwx 2 root root 673439 2009-10-05 21:01 tests performances cubase en 24bit 48khz.cpr
-rwxrwxrwx 2 root root 621853 2009-10-07 18:56 tests performances cubase en 32 bit96khz.cpr
drwxrwxrwx 1 root root 4096 2009-08-13 09:53 veronique saint germain (albums...)
drwxrwxrwx 1 root root 4096 2009-08-17 12:12 veronique st Germain morceaux en chantier
drwxrwxrwx 1 root root 0 2009-10-12 17:51 XP_64_FireWire_Public_Beta_Driver
-rwxrwxrwx 2 root root 8974209 2009-10-12 09:04 XP_64_FireWire_Public_Beta_Driver.zip
cedric0@cedric0-desktop:~$
cedric0@cedric0-desktop:~$ ls -l /mnt/sdb6
total 4
drwxrwxrwx 1 root root 0 2009-10-13 11:55 RECYCLER
drwxrwxrwx 1 root root 4096 2009-10-07 17:33 System Volume Information
cedric0@cedric0-desktop:~$
ben moi ce que je comprend c'est que j'ai xp PRO 64 sur sda1 et 32 sur sdb1
là y a pas d"'erreur possible d'aprés moi puisque sur sda1 j'ai bien un dossier /programme files x86 et programmes files ( normal...)
et que sur sdb1 jai /programmes files ( tout court ) donc ce sont bien les partoches qui nous intérressent non ?
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
15 oct. 2009 à 10:17
15 oct. 2009 à 10:17
Re,
C'est normal car j'ai une partition /home pour ext4 et ubuntu ...
Ca n'a rien à avoir. Les partition que je t'ai demandé de faire ls -l sont en NTFS
Donc d'après ce que je vois tes windows sont sur
sda1 et sdb1
sda5 c'est quoi?
On va continuer ce soir
C'est normal car j'ai une partition /home pour ext4 et ubuntu ...
Ca n'a rien à avoir. Les partition que je t'ai demandé de faire ls -l sont en NTFS
Donc d'après ce que je vois tes windows sont sur
sda1 et sdb1
sda5 c'est quoi?
On va continuer ce soir
cece466
Messages postés
519
Date d'inscription
lundi 12 mai 2008
Statut
Membre
Dernière intervention
26 octobre 2015
46
15 oct. 2009 à 10:19
15 oct. 2009 à 10:19
sda 5sont des données de samples/son pour mon sampleur virtuel...
pour les balises de code toujours pas compris là il me retourne qu'elles sont dejà montées....
cedric0@cedric0-desktop:~$ sudo -i
root@cedric0-desktop:~# for i in sda{1,5} sdb{1,5,6};do mkdir -v /mnt/$i;done
mkdir: ne peut créer le répertoire `/mnt/sda1': Le fichier existe
mkdir: ne peut créer le répertoire `/mnt/sda5': Le fichier existe
mkdir: ne peut créer le répertoire `/mnt/sdb1': Le fichier existe
mkdir: ne peut créer le répertoire `/mnt/sdb5': Le fichier existe
mkdir: ne peut créer le répertoire `/mnt/sdb6': Le fichier existe
root@cedric0-desktop:~#
pour les balises de code toujours pas compris là il me retourne qu'elles sont dejà montées....
cedric0@cedric0-desktop:~$ sudo -i
root@cedric0-desktop:~# for i in sda{1,5} sdb{1,5,6};do mkdir -v /mnt/$i;done
mkdir: ne peut créer le répertoire `/mnt/sda1': Le fichier existe
mkdir: ne peut créer le répertoire `/mnt/sda5': Le fichier existe
mkdir: ne peut créer le répertoire `/mnt/sdb1': Le fichier existe
mkdir: ne peut créer le répertoire `/mnt/sdb5': Le fichier existe
mkdir: ne peut créer le répertoire `/mnt/sdb6': Le fichier existe
root@cedric0-desktop:~#