Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
No puedo montar SDs ni MMC en fat32 (solved)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
elchicosinhada
Apprentice
Apprentice


Joined: 30 Apr 2006
Posts: 241

PostPosted: Thu Nov 02, 2006 6:19 pm    Post subject: No puedo montar SDs ni MMC en fat32 (solved) Reply with quote

No puedo montar las tarjetas en fat32 mientras que si las que estan en fat. Tengo activado el vfat y demás en el kernel y los discos duros y mp3 funcionan perfectamente, pero no las SDS ni MMCs

Last edited by elchicosinhada on Tue Nov 14, 2006 9:42 pm; edited 1 time in total
Back to top
View user's profile Send private message
pcmaster
Advocate
Advocate


Joined: 04 Dec 2003
Posts: 2222
Location: Barcelona

PostPosted: Thu Nov 02, 2006 8:34 pm    Post subject: Reply with quote

¿De qué capacidad son las taejetas que te fallan?

¿Has probado con una que tengas como FAT16 y que sí te lee a reformatearla como FAT32 a ver qué pasa?

Algunos lectores no soportan bien tarjetas muy grandes, pueden tener un limite en el tamaño aceptado.
_________________
pcmaster
Back to top
View user's profile Send private message
inconexo
Tux's lil' helper
Tux's lil' helper


Joined: 25 Aug 2005
Posts: 144

PostPosted: Fri Nov 10, 2006 1:02 pm    Post subject: Reply with quote

Que error te da el "dmesg"?

Un saludo!
Back to top
View user's profile Send private message
elchicosinhada
Apprentice
Apprentice


Joined: 30 Apr 2006
Posts: 241

PostPosted: Mon Nov 13, 2006 9:31 pm    Post subject: Reply with quote

Dmesg me da

VFS: Can't find a valid FAT filesystem on dev sda.
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem


El caso que si lo monto a mano con
mount -t vfat /dev/sda1 /mnt/usb

Va perfectamente
Back to top
View user's profile Send private message
gringo
Advocate
Advocate


Joined: 27 Apr 2003
Posts: 3793

PostPosted: Tue Nov 14, 2006 11:06 am    Post subject: Reply with quote

Quote:
Can't find a valid FAT filesystem on dev sda


Que comando ejecutas cuando te sale eso ?
sda no creo que tenga un sistema de archivos, será sdaX. Que tienes en tu fstab ?

saluetes
Back to top
View user's profile Send private message
Gentoosiastix
Guru
Guru


Joined: 10 Oct 2003
Posts: 510
Location: Palencia-España

PostPosted: Tue Nov 14, 2006 3:05 pm    Post subject: Reply with quote

postea tu ""fstab" a ver si me hago una idea mas clara :roll:
_________________
Siempre seremos novatos en algo
Back to top
View user's profile Send private message
elchicosinhada
Apprentice
Apprentice


Joined: 30 Apr 2006
Posts: 241

PostPosted: Tue Nov 14, 2006 9:22 pm    Post subject: Reply with quote

Code:
/dev/hda1      /boot      ext3      auto,noatime,   1 2
/dev/hda3      /      reiserfs   noatime      0 1
/dev/hda2      none      swap      sw      0 0
/dev/hdc      /mnt/cdrom   iso9660      noauto,ro,users   0 0
/dev/sda      /mnt/usb   vfat      noauto,rw,users   0 0
# NOTE: The next line is critical for boot!
proc         /proc      proc      defaults   0 0
/dev/sda1      /mnt/usb   vfat      rw         0 0
/dev/sda5      /mnt/usb/   auto      noauto,rw,users      0 0
//192.168.1.33/public   /mnt/public   smbfs      noauto,rw,users,password=""       0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
shm         /dev/shm   tmpfs      nodev,nosuid,noexec   0 0


Ahí teneis.

Por cierto, si eso, echarle también un viztazo al samba que no me lo monta automaticamente.

Edito, solucionado, he cambiado vfat por auto y he tenido en cuanta no poner /mnt/usb/ y poner /mnt/usb
parece una tonteria, pero ahora si me funciona. En definitiva se queda como

Code:
/dev/hda1      /boot      ext3      auto,noatime,   1 2
/dev/hda3      /      reiserfs   noatime      0 1
/dev/hda2      none      swap      sw      0 0
/dev/hdc      /mnt/cdrom   iso9660      noauto,ro,users   0 0
# NOTE: The next line is critical for boot!
proc         /proc      proc      defaults   0 0
/dev/sda               /mnt/usb       auto            noauto,rw,users         0 0
/dev/sda1      /mnt/usb   auto      rw,noauto,users         0 0
/dev/sda5      /mnt/usb   auto      noauto,rw,users      0 0
//192.168.1.33/public   /mnt/public   smbfs      noauto,rw,users,password=""       0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
shm         /dev/shm   tmpfs      nodev,nosuid,noexec   0 0
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish 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