Ir0nM4id3n84
30-06-2005, 17:42
Ragazzi probabilmente è una domanda demenziale ma sono molto newbie e anche questa cosa mi mette in difficoltà....
allora io devo mantare la partizione di win xp e ho fatto:
[root@localhost /]# cat /proc/partitions
major minor #blocks name
3 0 78150744 hda
3 1 65127478 hda1
3 2 12289725 hda2
3 3 730957 hda3
8 0 2048000 sda
[root@localhost /]# mount /dev/hda1 /mnt/win_c -t vfat
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[root@localhost /]# mount /dev/hda1 /mnt/win_c
mount: unknown filesystem type 'ntfs'
[root@localhost /]#
vfat non lo accetta perchè il filesystem è di tipo ntfs e non fat come mi dice quando faccio il tentativo con il tentativo successivo?
Come poso fargli vedere una partizione di questo tipo?
Grazie
Andrea
allora io devo mantare la partizione di win xp e ho fatto:
[root@localhost /]# cat /proc/partitions
major minor #blocks name
3 0 78150744 hda
3 1 65127478 hda1
3 2 12289725 hda2
3 3 730957 hda3
8 0 2048000 sda
[root@localhost /]# mount /dev/hda1 /mnt/win_c -t vfat
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[root@localhost /]# mount /dev/hda1 /mnt/win_c
mount: unknown filesystem type 'ntfs'
[root@localhost /]#
vfat non lo accetta perchè il filesystem è di tipo ntfs e non fat come mi dice quando faccio il tentativo con il tentativo successivo?
Come poso fargli vedere una partizione di questo tipo?
Grazie
Andrea