PDA

View Full Version : [montare partizione]


RaouL_BennetH
08-02-2005, 14:35
Ragazzi, salve, ho un dubbio....

Ho nel pc due dischi, hda con linux hdb con windows, mi partono tranquillamente entrambi :)

Solo che.... sul disco windows, ho tre partizioni, di cui una da 3 gb FAT32. Ora, dato che non l'ho mai montata sotto linux, e dato che in /etc/fstab non c'è nessuna riga relativa ad hdb, come posso fare per vedere che partizione è in hdb quella FAT32?

RaouL_BennetH
08-02-2005, 14:39
ok, trovato :)

era fdisk -l /dev/hdb

RaouL_BennetH
08-02-2005, 14:40
Ah, però ho un altro problema :(

la partizione è si in FAT32 ma è una partizione estesa e con mount non me la fa montare, come potrei fare?

RaouL_BennetH
08-02-2005, 14:46
scusate, vi posto i risultati di:


fdisk -l /dev/hdb



Disk /dev/hdb: 61.4 GB, 61492838400 bytes
255 heads, 63 sectors/track, 7476 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 3187 25599546 7 HPFS/NTFS
/dev/hdb2 3188 7475 34443360 f W95 Ext'd (LBA)
/dev/hdb5 3188 7011 30716248+ 7 HPFS/NTFS
/dev/hdb6 7012 7475 3727048+ 7 HPFS/NTFS


e poi di:


mount -t vfat /dev/hdb2 /mnt/windows


mount: wrong fs type, bad option, bad superblock on /dev/hdb2,
missing codepage or other error
(aren't you trying to mount an extended partition,
instead of some logical partition inside?)
In some cases useful info is found in syslog - try
dmesg | tail or so