impossible d'ouvrir /fat-c [ RESOLU ]

French Forum
User avatar
m_n15
Posts: 35
Joined: 1. Mar 2012, 13:17
Location: Bathurst,New-Brunswick,Canada

impossible d'ouvrir /fat-c [ RESOLU ]

Post by m_n15 »

salut,

# ls -l /media/sda1
ls: cannot access /media/sda1: No such file or directory

# mount -t ntfs-3g /dev/sda2 /mnt/windows
NTFS signature is missing.
Failed to mount '/dev/sda2': Invalid argument
The device '/dev/sda2' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?

# mount /mnt/windows
[mntent]: line 3 in /etc/fstab is bad
mount: can't find /mnt/windows in /etc/fstab or /etc/mtab
--------------------------------
# mount -t ntfs-3g /dev/sda5 /mnt/windows
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
----------------------------------
# fdisk -l

Disk /dev/sda: 40.0 GB, 40007761920 bytes
255 heads, 63 sectors/track, 4864 cylinders, total 78140160 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x06060606

Device Boot Start End Blocks Id System
/dev/sda1 63 32981444 16490691 7 HPFS/NTFS/exFAT
/dev/sda2 32983038 78139391 22578177 5 Extended
/dev/sda5 * 32983040 76206079 21611520 83 Linux
/dev/sda6 76208128 78139391 965632 82 Linux swap
------------------------------------

impossible d'ouvrir /fat-c ..

quand je click sur dique Hard Drive ..

No Devices Available .. Could not mount the following device ..

que doit-je faire pour ce faire ? :oops:
Last edited by m_n15 on 7. Mar 2012, 20:09, edited 3 times in total.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: impossible d'ouvrir /fat-c

Post by mimosa »

Tente avec Gmountman. sda1, c'est le nom de la partition avant qu'elle soit montée; une fois montée, on espererait la voir sous /media/disk-1, ou semblable. Mais sera qu'elle a déjà été montée?

Code: Select all

#mount
te le dira. Dans ce cas, tu devrais voir:

....
/dev/sda1 on /media/quelque_chose type ntfs/ext4/fat ....
....
User avatar
m_n15
Posts: 35
Joined: 1. Mar 2012, 13:17
Location: Bathurst,New-Brunswick,Canada

Re: impossible d'ouvrir /fat-c

Post by m_n15 »

# mount
/dev/root on / type ext4 (rw,noatime,commit=0)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /dev/shm type tmpfs (rw)

--------------------------------------------------------------------------------
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: impossible d'ouvrir /fat-c

Post by mimosa »

Très bien, sda1 n'est pas montée. Tente alors avec Gmountman ... si tu ne le trouves pas, tu peux utiliser le terminale:

Code: Select all

$gmountman &
S'il n'est pas présent, tu peux l'installer:

Code: Select all

$su
#slapt-get -u
#slapt-get -i gmountman
EDIT

Encore une chose; si tu ne réussis pas avec Gmountman, poste le contenu d' /etc/fstab, s'il te plâit:

Code: Select all

$cat /etc/fstab
User avatar
m_n15
Posts: 35
Joined: 1. Mar 2012, 13:17
Location: Bathurst,New-Brunswick,Canada

Re: impossible d'ouvrir /fat-c

Post by m_n15 »

$ gmountman &
[1] 3361
mine@darkstar:~$ $cat /etc/fstab
bash: /etc/fstab: Permission denied
mine@darkstar:~$ cat /etc/fstab
/dev/sda6 swap swap defaults 0 0
/dev/sda5 / ext4 noatime,defaults 1 1
/dev/sda1 /fat-c ntfs-3g umask=077 1 0
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,users,rw,umask=00 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
[1]+ Done gmountman
User avatar
m_n15
Posts: 35
Joined: 1. Mar 2012, 13:17
Location: Bathurst,New-Brunswick,Canada

Re: impossible d'ouvrir /fat-c

Post by m_n15 »

Image

je ne voie plus mon dd de windows dans le côté gauche .. lolllll
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: impossible d'ouvrir /fat-c

Post by mimosa »

Je crois que le problème, c'est bien avec ton /etc/fstab. Et /fat-c existe-t-il?

S'il te plâit, poste le résultat de:

Code: Select all

$su
#cd /
#ls
Si fat-c n'apparâit pas, il faut le créer:

Code: Select all

#mkdir /fat-c
#mount -a
... mais en vérité, ce n'est pas bien l'endroit traditionnel ... :) Le nom aussi ne correspond pas au système de fichiers ntfs. Mais ça ne devrait pas empêcher que ça fonctionne!
User avatar
m_n15
Posts: 35
Joined: 1. Mar 2012, 13:17
Location: Bathurst,New-Brunswick,Canada

Re: impossible d'ouvrir /fat-c

Post by m_n15 »

Image
User avatar
m_n15
Posts: 35
Joined: 1. Mar 2012, 13:17
Location: Bathurst,New-Brunswick,Canada

Re: impossible d'ouvrir /fat-c

Post by m_n15 »

# ls
bin etc lib mnt root sys var
boot fat-c lost+found opt sbin tmp
dev home media proc srv usr
---------------------------------------------------------
mkdir /fat-c
mkdir: cannot create directory `/fat-c': File exists
-----------------------------------------------------------------------
# mount -a
mount: devpts already mounted or /dev/pts busy
User avatar
m_n15
Posts: 35
Joined: 1. Mar 2012, 13:17
Location: Bathurst,New-Brunswick,Canada

Re: impossible d'ouvrir /fat-c

Post by m_n15 »

$ cat /etc/fstab
/dev/sda6 swap swap defaults 0 0
/dev/sda5 / ext4 noatime,defaults 1 1
/dev/sda1 /fat-c ntfs-3g umask=077 1 0
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,users,rw,umask=00 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
-----------------------------------------------------------------------------------------------------
Post Reply