Mailinglist Archive: opensuse-es (478 mails)

< Previous Next >
Re: [suse-linux-s] zip Drive no OK
  • From: bautista_arias <bautista_arias@xxxxxxxxxxxxxx>
  • Date: Thu, 15 Aug 2002 15:10:56 -0500
  • Message-id: <3D5C0AD0.1000506@xxxxxxxxxxxxxx>
Hola, tanto en el Pc con Mandrake com Suse son Zip 100MB Atapi marca Net (si IDE)

Cordial saludo.
Bautista



gfaraway wrote:

que calse de zipera tenes ????
una ide interna???
si tenes otra zipera ese fstab no sirve, nose, no se toda la historia, solo digo
Doei, suerte
l Mié 14 Ago 2002 18:28, bautista_arias escribió:
Cordial saludo,

Carlos Robinson,No logro entender que anda mal, he hecho todo lo que has
dicho:


Cuando intento montar un zip en mi Suse:


joabau@joabau:~> mount /zip/
/dev/hdd4: Error de entrada/salida
mount: no se ha podido determinar tipo de sistema de archivos y no se ha
especifica
do ninguno
joabau@joabau:~>



este es el fstab en Suse 8


/dev/hda5 / reiserfs defaults 1 2
/dev/cdrecorder /media/cdrecorder auto ro,noauto,user,exec 0 0
/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0
devpts /dev/pts devpts defaults 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
proc /proc proc defaults 0 0
usbdevfs /proc/bus/usb usbdevfs noauto 0 0
/dev/hda2 /windows/C vfat noauto,user 0 0
/dev/hdd4 /media/zip auto defaults,noauto,user,exec 0 0
/dev/hdd1 /media/zip2 auto noauto,user 0 0
/dev/hda6 swap swap pri=42 0 0


El mismo dico Zip lo monto en el otro pc que tiene mandrake y si monta,
y el fstab en mandrake es:

/dev/hda5 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda7 /home ext3 defaults 1 2
/mnt/cdrom /mnt/cdrom supermount
dev=/dev/hdb,fs=iso9660,ro,--,iocharset=iso8859-15 0 0
/mnt/floppy /mnt/floppy supermount
dev=/dev/fd0,fs=vfat,--,iocharset=iso8859-15,umask=0,sync,codepage=850 0 0
/dev/hda1 /mnt/windows vfat defaults 0 0
/mnt/zip /mnt/zip supermount
dev=/dev/sda4,fs=vfat,--,iocharset=iso8859-15,umask=0,sync,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hda6 swap swap defaults 0 0

Pero lo mas raro aun es que tengo un disco Zip que si monta en todos en
Suse 8, en Mandrake e inclusive en el Mac de
la empresa en la que trabajo, estas son sus caracterÌstica:

joabau:~ # fsck.msdos -v /dev/hdd4
dosfsck 2.8 (28 Feb 2001)
dosfsck 2.8, 28 Feb 2001, FAT32, LFN
Boot sector contents:
System ID "({YlnIHC"
Media byte 0xf8 (hard disk)
512 bytes per logical sector
2048 bytes per cluster
1 reserved sector
First FAT starts at byte 512 (sector 1)
2 FATs, 16 bit entries
98304 bytes per FAT (= 192 sectors)
Root directory starts at byte 197120 (sector 385)
512 root directory entries
Data area starts at byte 213504 (sector 417)
49039 data clusters (100431872 bytes)
32 sectors/track, 64 heads
0 hidden sectors
196576 sectors total
Reserved field in VFAT long filename slot is not 0 (but 0x67).
1: Fix.
2: Leave it.
? 2
Checking for unused clusters.
/dev/hdd4: 237 files, 32494/49039 clusters


Bueno en tonces con la guia que me has dado:

joabau:~ # fdisk /dev/hdd
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF
disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.


Command (m for help): c
DOS Compatibility flag is not set

Command (m for help): c
DOS Compatibility flag is set

Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 4
First cylinder (1-95, default 1):
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-95, default 95): 96
Value out of range.
Last cylinder or +size or +sizeM or +sizeK (1-95, default 95):
Using default value 95

Command (m for help): p

Disk /dev/hdd: 64 heads, 32 sectors, 95 cylinders
Units = cylinders of 2048 * 512 bytes

Device Boot Start End Blocks Id System
/dev/hdd4 1 95 97264 83 Linux

Command (m for help): t
Partition number (1-4): 4
Hex code (type L to list codes): 6
Changed system type of partition 4 to 6 (FAT16)

Command (m for help): p

Disk /dev/hdd: 64 heads, 32 sectors, 95 cylinders
Units = cylinders of 2048 * 512 bytes

Device Boot Start End Blocks Id System
/dev/hdd4 1 95 97264 6 FAT16

Command (m for help): a
Partition number (1-4): 4

Command (m for help): p

Disk /dev/hdd: 64 heads, 32 sectors, 95 cylinders
Units = cylinders of 2048 * 512 bytes

Device Boot Start End Blocks Id System
/dev/hdd4 * 1 95 97264 6 FAT16

Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.

WARNING: If you have created or modified any DOS 6.x
partitions, please see the fdisk manual page for additional
information.
Syncing disks.
joabau:~ # fdisk /dev/hdd

Command (m for help): v
31 unallocated sectors

Command (m for help): h
h: unknown command
Command action
a toggle a bootable flag
b edit bsd disklabel
c toggle the dos compatibility flag
d delete a partition
l list known partition types
m print this menu
n add a new partition
o create a new empty DOS partition table
p print the partition table
q quit without saving changes
s create a new empty Sun disklabel
t change a partition's system id
u change display/entry units
v verify the partition table
w write table to disk and exit
x extra functionality (experts only)

Command (m for help): q

joabau:~ # mkfs.msdos /dev/hdd4
mkfs.msdos 2.8 (28 Feb 2001)
joabau:~ # fsck.msdos -v /dev/hdd4
dosfsck 2.8 (28 Feb 2001)
dosfsck 2.8, 28 Feb 2001, FAT32, LFN
Boot sector contents:
System ID "mkdosfs"
Media byte 0xf8 (hard disk)
512 bytes per logical sector
2048 bytes per cluster
1 reserved sector
First FAT starts at byte 512 (sector 1)
2 FATs, 16 bit entries
97280 bytes per FAT (= 190 sectors)
Root directory starts at byte 195072 (sector 381)
512 root directory entries
Data area starts at byte 211456 (sector 413)
48528 data clusters (99385344 bytes)
32 sectors/track, 64 heads
0 hidden sectors
194528 sectors total
Checking for unused clusters.
/dev/hdd4: 0 files, 0/48528 clusters
joabau:~ #


Ok, monto el disco y escribo un simple texto en Èl lo expulso lo monto
otravez y todo bien.
lo llevo a el otro Pc que tiene Madarke y ...
bash-2.03$ mount /mnt/zip
bash-2.03$ cd /mnt/zip
bash-2.03$ mount /mnt/zip: Error de entrada/salida

:-(

En la oficina con un Mac y winx y tampoco, pero lo le di formato con
Mandrake y si monta en Mac.

Loco verdad?

Saludos Bautista.







< Previous Next >