Just nu i M3-nätverket
Gå till innehåll

mount windowse på linux


mamoon

Rekommendera Poster

Hej

jag försökte montera windowse partitionen på linux jag gav kommandot:

mount /dev/hda -t fat32 katalognamn

fick meddelandet att " filsystemstypen fat32 stöds inte av kärnan"

Hur can jag ändra på kärnan att få stöd??

 

 

Länk till kommentar
Dela på andra webbplatser

-Patrik Johansson-

Hej

Testa detta:

mount -t vfat /dev/hda katalognamn

//Patrik J

"Insanity: doing the same thing over and over again and expecting different results."
- citat av Albert Einstein

 

Länk till kommentar
Dela på andra webbplatser

Det gick inte svaret var:

 

fel filsystemstyp, felaktig flagga, felaktigt superblock

på /dev/hda, eller för många monterade filsystem

 

 

Länk till kommentar
Dela på andra webbplatser

Ett tips i alla situationer när man känner till ett kommando, i detta fall 'mount':

 

'man <kommando>'

 

I man mount står det:

-t vfstype

The argument following the -t is used to indicate the file sys-

tem type. The file system types which are currently supported

are: adfs, affs, autofs, coda, coherent, cramfs, devpts, efs,

ext, ext2, ext3, hfs, hpfs, iso9660, jfs, minix, msdos, ncpfs,

nfs, nfs4, ntfs, proc, qnx4, ramfs, reiserfs, romfs, smbfs,

sysv, tmpfs, udf, ufs, umsdos, vfat, xenix, xfs, xiafs. Note

that coherent, sysv and xenix are equivalent and that xenix and

coherent will be removed at some point in the future -- use sysv

instead. Since kernel version 2.1.21 the types ext and xiafs do

not exist anymore.

 

och lite längre ner:

Mount options for fat

(Note: fat is not a separate filesystem, but a common part of the

msdos, umsdos and vfat filesystems.)

 

 

==Coleburn==

 

--------------------

"It takes a lot of knowledge to

really mess something up!"

 

Länk till kommentar
Dela på andra webbplatser

Är inte /dev/hda ditt MBR ?

Testa /dev/hda1 istället.

 

 

==Coleburn==

 

--------------------

"It takes a lot of knowledge to

really mess something up!"

 

Länk till kommentar
Dela på andra webbplatser

Arkiverat

Det här ämnet är nu arkiverat och är stängt för ytterligare svar.

×
×
  • Skapa nytt...