View Single Post
Old 31-10-2005, 22:53   #5559
madforthenet
Senior Member
 
L'Avatar di madforthenet
 
Iscritto dal: Oct 2001
Città: prov Bologna
Messaggi: 2053
Quote:
Originariamente inviato da PiloZ
mkdir /mnt/prova
mount -t vfat /dev/hde1 /mnt/prova
cd /mnt/prova
ls -al
e guarda se dentro c'è il contenuto della partizione con win98
cd ..
umount /mnt/prova

mount -t ntfs /dev/hdg1 /mnt/prova -o ro
cd /mnt/prova
ls -al
e guarda se dentro c'è il contenuto della partizione con win2k
cd ..
umount /mnt/prova

se funzia tutto ti dico cosa mettere in fstab
Ciao.
ho provato con le indicazioni date e un po' di documentazione a fare da solo dico subito che non è andata male ho montato sia l'hd di win98 che di win 2kpro,con icone di lancio sul desktop, con la differenza che nell'hd di win98 infat32 riesco ad entrare come utente normale , mentre in quello con win2kpro in ntfs mi dice che da utente normale non ho i permessi adatti: come fare a darglieli ?
l'altra cosa è che non riesco a montare le 2 partizioni che sono sullhd comìn Debian che sono in fat32dato che non me le vede : come posso fare ?
questo è il file fstab da me modificato, è giusto ?

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0
hdh2 / reiserfs notail 0 1
/dev/hdg1 /mnt/win2kpro ntfs sync,atime,auto,dev,ro,nouser, 0 0
/dev/hde1 /mnt/win98 vfat defaults 0 0
/dev/hdc /media/cdrom0 iso9660 ro,user,noauto 0 0
/dev/hda /media/cdrom1 iso9660 ro,user,noauto 0 0
/dev/hdb /media/cdrom2 iso9660 ro,user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0

eco invece il file dmesg | grep hd

debian:/# dmesg | grep hd
ide0: BM-DMA at 0xd800-0xd807, BIOS settings: hda : DMA, hdb : DMA
ide1: BM-DMA at 0xd808-0xd80f, BIOS settings: hdc : DMA, hdd : pio
hda: PLEXTOR CD-R PX-W1210A, ATAPI CD/DVD-ROM drive
hdb: HL-DT-STDVD-ROM GDR8163B, ATAPI CD/DVD-ROM drive
hdc: HL-DT-ST DVDRAM GSA-4163B, ATAPI CD/DVD-ROM drive
ide2: BM-DMA at 0x8000-0x8007, BIOS settings: hde : DMA, hdf: pio
ide3: BM-DMA at 0x8008-0x800f, BIOS settings: hdg: DMA, hdh: DMA
hde: IBM-DTLA-307030, ATA DISK drive
hdg: Maxtor 6Y080L0, ATA DISK drive
hdh: Maxtor 6E040L0, ATA DISK drive
hde: max request size: 128KiB
hde: 60036480 sectors (30738 MB) w/1916KiB Cache, CHS=59560/16/63, UDMA(100)
hde: cache flushes not supported
hdg: max request size: 128KiB
hdg: 160086528 sectors (81964 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
hdg: cache flushes supported
hdh: max request size: 128KiB
hdh: 80293248 sectors (41110 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
hdh: cache flushes supported
VFS: Can't find ext3 filesystem on dev hdh2.
VFS: Can't find an ext2 filesystem on dev hdh2.
ReiserFS: hdh2: found reiserfs format "3.6" with standard journal
ReiserFS: hdh2: using ordered data mode
ReiserFS: hdh2: journal params: device hdh2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hdh2: checking transaction log (hdh2)
ReiserFS: hdh2: Using r5 hash to sort names
hda: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache, DMA
hdb: ATAPI 52X DVD-ROM drive, 256kB Cache, UDMA(33)
hdc: ATAPI 40X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
SCSI device sdb: 1000944 512-byte hdwr sectors (512 MB)
SCSI device sdb: 1000944 512-byte hdwr sectors (512 MB)

ore quelle2 partizioni sono sullo stesso hd di Debia che è nella partizione iniziale da circa 10 GB, mentre le altre 2 partizioni sono da 9 GB e 20 GB circa
come le vedo quelle estese ?
ciao
__________________
Milano-Brescia-Ustica-Bologna-Italicus-Rapido 904-Capaci-Via D'Amelio e le altre : NON DIMENTICATELE MAI !!!
Windows 10 pro 64;Fritz!Box 3490; RME BABYFACE PRO; AKG 702; DOCET CUFFIA AMP; SHURE SM577 E PG58; EPIPHONE LUCILLE & IBANEZ AF151 I-SPIRA equipe; Quilter 101 mini head; TC NOVA SYSTEM; 2xTS 808; I-SPIRA I-ODS

Ultima modifica di madforthenet : 31-10-2005 alle 22:57.
madforthenet è offline