A voir également:
- Acceder a windows a partir de linux
- Passer de windows 7 à windows 10 - Accueil - Mise à jour
- Clé de produit windows 10 gratuit - Guide
- Mise a jour windows 10 - Accueil - Mise à jour
- Montage video windows - Guide
- Créer une vidéo à partir de photos windows 10 - Guide
4 réponses
mimixng
Messages postés
73
Date d'inscription
jeudi 27 décembre 2007
Statut
Membre
Dernière intervention
9 janvier 2008
4
28 déc. 2007 à 13:33
28 déc. 2007 à 13:33
il te faut monter la partition avec la commande mount.
attention tu dois avoir le driver ntfs installé pour que le noyau linux sache lire la partition.
c bizarre les dernieres distri linux savent le faire automatiquement.
attention tu dois avoir le driver ntfs installé pour que le noyau linux sache lire la partition.
c bizarre les dernieres distri linux savent le faire automatiquement.
Heu, tout simplement
d'abord:
ce qui donne:
reperer ensuite la partition windows (ici /dev/sda2), puis:
et voila le travail
d'abord:
su fdisk -l
ce qui donne:
Disk /dev/sda: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xd42ad42a Device Boot Start End Blocks Id System /dev/sda1 * 1 243 1951866 82 Linux swap / Solaris /dev/sda2 18138 19443 10490445 7 HPFS/NTFS /dev/sda3 19444 19456 104422+ 72 Unknown /dev/sda4 244 18137 143733555 5 Extended /dev/sda5 244 1094 6835626 83 Linux /dev/sda6 1095 18137 136897866 83 Linux
reperer ensuite la partition windows (ici /dev/sda2), puis:
mkdir /windows && mount /dev/sda2 /windows cd /windows
et voila le travail
pour repondre a mimixng kelle est la ligne de commande?
et a brioche doree (lol); j'ai tape ta commande ca ne passe pas c'est ce message ke j'ai:
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options].
For many more details, say man 8 mount .
Est ce ke y'a pas d'autres moyens pour y arriver
et a brioche doree (lol); j'ai tape ta commande ca ne passe pas c'est ce message ke j'ai:
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options].
For many more details, say man 8 mount .
Est ce ke y'a pas d'autres moyens pour y arriver