Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Non riesco a montare windows [risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Thu Jun 30, 2005 7:39 am    Post subject: Non riesco a montare windows [risolto] Reply with quote

Se provo a montare la mia partizione winzozz ootengo un "bel"
Code:
mount: tipo fs errato, opzione non valida, superblocco su /dev/hda1 danneggiato,
       o troppi file system montati


il comando che do per montare è
Code:
mount -t vfat /dev/hda1 /mnt/windows/
, nel kernel ho messo il supporto fat, la partizione win non è rovinata ed è fat32

Se avete bisogno di altre info per aiutarmi chiedete pure.

P.S. non so se serve saperlo ma kfloppy non ha nemmeno l'opzione per formattare per msdos (ha solo ext2) e non riesco a montare nemmeno i floppy.


Last edited by Kernel78 on Thu Jun 30, 2005 9:11 am; edited 1 time in total
Back to top
View user's profile Send private message
nick_spacca
l33t
l33t


Joined: 29 May 2004
Posts: 689
Location: Paris/France

PostPosted: Thu Jun 30, 2005 7:44 am    Post subject: Reply with quote

Il supporto per il vfat l'hai messo built-in o modulare???
Nel caso sia modulare assicurati che sia caricato il modulo tramite lsmod!
_________________
I can resist anything but temptation.
(O. Wilde)
Back to top
View user's profile Send private message
knefas
l33t
l33t


Joined: 21 Dec 2003
Posts: 828

PostPosted: Thu Jun 30, 2005 7:45 am    Post subject: Reply with quote

Magari l'output di
Code:
fdisk /dev/hda -l
tanto per esser sicuri e iniziare ad escludere qualcosa...
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Thu Jun 30, 2005 7:48 am    Post subject: Reply with quote

Il supporto vfat è built-in e l'output è
Code:
MegaLoc mnt # fdisk -l /dev/hda

Disk /dev/hda: 13.6 GB, 13613064192 bytes
255 heads, 63 sectors/track, 1655 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1         256     2056288+   c  W95 FAT32 (LBA)
/dev/hda2             257         350      755055   82  Linux swap / Solaris
/dev/hda3   *         351        1302     7646940   83  Linux
/dev/hda4            1303        1655     2835472+  83  Linux
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Thu Jun 30, 2005 8:04 am    Post subject: Reply with quote

Spulciando tra i vari log ho trovato in /var/log/kern.log
Code:
FAT: codepage cp437 not found
ed è quella di default che è impostata nel kernel, magari devo cambiarla ...
Back to top
View user's profile Send private message
knefas
l33t
l33t


Joined: 21 Dec 2003
Posts: 828

PostPosted: Thu Jun 30, 2005 8:08 am    Post subject: Reply with quote

Onestamente non so cheddire :oops: ma se hai tempo magari posta un bel
Code:
gzcat /proc/config.gz |grep _FS | grep -vh '^#'
e se non hai la conf nei proc (cosa cmq molto utile!) allora
Code:
cat /usr/src/linux/.config |grep _FS | grep -vh '^#'
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Thu Jun 30, 2005 8:13 am    Post subject: Reply with quote

Code:
CONFIG_ACPI_SLEEP_PROC_FS=y
CONFIG_PNPBIOS_PROC_FS=y
CONFIG_REISERFS_FS=y
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
CONFIG_REISERFS_FS_SECURITY=y
CONFIG_FS_POSIX_ACL=y
CONFIG_AUTOFS4_FS=y
CONFIG_ISO9660_FS=y
CONFIG_ZISOFS_FS=y
CONFIG_UDF_FS=y
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_PROC_FS=y


P.S. non potrei vivere senza /proc/config.gz :wink:
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Thu Jun 30, 2005 8:27 am    Post subject: Reply with quote

credo che tu debba impostare il codepage corretto per FAT, solo che adesso non mi ricordo qual è

EDIT:
Code:

$grep COD /usr/src/linux/.config
(cut)
CONFIG_FAT_DEFAULT_CODEPAGE=850
(cut)

_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
knefas
l33t
l33t


Joined: 21 Dec 2003
Posts: 828

PostPosted: Thu Jun 30, 2005 8:35 am    Post subject: Reply with quote

prova a montare con -o codepage=850 o 437
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Thu Jun 30, 2005 8:37 am    Post subject: Reply with quote

Sto gia compilando dopo aver aggiunto
Code:
CONFIG_NLS_CODEPAGE_437=y

Che è proprio la codepage che risultava mancante (l'avevo disabilitata pensando non servisse :lol: )
Back to top
View user's profile Send private message
knefas
l33t
l33t


Joined: 21 Dec 2003
Posts: 828

PostPosted: Thu Jun 30, 2005 8:56 am    Post subject: Reply with quote

Kernel78 wrote:
(l'avevo disabilitata pensando non servisse :lol: )

a quanto pare per l'Italia servono la 437 o la 850 (consigliata la 850 che va bene per la maggior parte dei caratteri, anche non europei)
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Thu Jun 30, 2005 9:05 am    Post subject: Reply with quote

La 850 era già attiva e adesso che ho attivato anche la 437 funziona perfettamente, vado a mettere [risolto] :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum