Bonjour,
Petit coup de main
je veux monter un disque mapper. Je test ca presence:
# /sbin/fdisk /dev/mapper/nvidia_ccafdabc

The number of cylinders for this disk is set to 14596.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): p

Disk /dev/mapper/nvidia_ccafdabc: 120.0 GB, 120060379136 bytes
255 heads, 63 sectors/track, 14596 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/mapper/nvidia_ccafdabc1 * 1 14596 117242338+ 7 HPFS/NTFS

Command (m for help):
C'est ok, tentative de montage:
mount -t ntfs-3g /dev/mapper/nvidia_ccafdabc1 /windows/d
Failed to access '/dev/mapper/nvidia_ccafdabc1': Aucun fichier ou répertoire de ce type
Probleme... qq1 serait-il quoi faire?
Merci
Mais qu'est-ce que tu vas jouer avec fdisk sur un lvm ?
L'information que te retourne fdisk est de toute evidence fausse, puisque un volume logique n'a pas de table de partitions -_-

un "disque mapper" ca pas avoir sens.
Drôlement agressif Anvil en ce moment..... :-?
inexact fdisk me donne les bonnes informations pour preuve:
il ma suffit de lancer la commande: /sbin/dmraid -ay
suivi de: mount -t ntfs-3g /dev/mapper/nvidia_ccafdabc1 /windows/d
et ca a marche
voila