Re: Montar discos Sata

2006-03-13 Por tema JULIO Cayo
On 3/12/06, Alejandro Matos <[EMAIL PROTECTED]> wrote:
Hola!Estoy buscando info en google acerca de cómo montar discos sata en el arranque(y que sean "leibles" por los usuarios claro) pero no encuentro mucha info.Alguien ya lo ha hecho?Viendo un poco el resultado de dmesg me da esto:
[EMAIL PROTECTED]:~$ dmesg | tailNvsound: Unable to change the Playback SampleRate 22050, set back to 48000Nvsound: Unable to change the Record SampleRate 22050, set back to 48000Nvsound: Unable to change the Playback SampleRate 22050, set back to 48000
Nvsound: Unable to change the Record SampleRate 22050, set back to 48000Nvsound: Unable to change the Playback SampleRate 22050, set back to 48000NTFS driver 2.1.25 [Flags: R/W MODULE].NTFS-fs warning (device sda1): is_boot_sector_ntfs(): Invalid boot sector
checksum.NTFS-fs error (device sda1): read_ntfs_boot_sector(): Primary boot sector isinvalid.NTFS-fs error (device sda1): read_ntfs_boot_sector(): Mount optionerrors=recover not used. Aborting without trying to recover.
NTFS-fs error (device sda1): ntfs_fill_super(): Not an NTFS volume.Gracias y saludos!--Alejandro Matoswww.cholito.orgComo dice el mail, el problema lo tenes con el filesystem. Igualmente, los discos sata se montan igual que los "pata":

mount /dev/sdaN /lugar/para/montar . Para ntfs tendrias que indicarle -t ntfs. (N es el numero de la particion)


Re: Montar discos Sata

2006-03-13 Por tema Angel Claudio Alvarez
El lun, 13-03-2006 a las 03:42 +0100, Alejandro Matos escribió:
> Hola!
> 
> Estoy buscando info en google acerca de cómo montar discos sata en el arranque
> (y que sean "leibles" por los usuarios claro) pero no encuentro mucha info.
> 
> Alguien ya lo ha hecho?
> 
> Viendo un poco el resultado de dmesg me da esto:
> 
> [EMAIL PROTECTED]:~$ dmesg | tail
> Nvsound: Unable to change the Playback SampleRate 22050, set back to 48000
> Nvsound: Unable to change the Record SampleRate 22050, set back to 48000
> Nvsound: Unable to change the Playback SampleRate 22050, set back to 48000
> Nvsound: Unable to change the Record SampleRate 22050, set back to 48000
> Nvsound: Unable to change the Playback SampleRate 22050, set back to 48000
> NTFS driver 2.1.25 [Flags: R/W MODULE].
> NTFS-fs warning (device sda1): is_boot_sector_ntfs(): Invalid boot sector
> checksum.
> NTFS-fs error (device sda1): read_ntfs_boot_sector(): Primary boot sector is
> invalid.
> NTFS-fs error (device sda1): read_ntfs_boot_sector(): Mount option
> errors=recover not used. Aborting without trying to recover.
> NTFS-fs error (device sda1): ntfs_fill_super(): Not an NTFS volume.

estas tratando de montar un volumen ntfs ?
Tenes un problema con el filesystem no con el tipo de disco
Yo no te recomendaria brindar un servicio (estas sirviendo el filesystem
a usuarios) de ese tipo( ntfs en linux no es muy recomendable)
Cual es la necesidad de tener parte del disco dormateado en ntfs???
> 
> Gracias y saludos!
-- 
Angel Claudio Alvarez
Usuario Linux Registrado 143466
GPG Public Key en http://pgp.mit.edu
key fingerprint = 3AED D95B 7E2D E954 61C8  F505 1884 473C FC8C 8AC4



signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Montar discos Sata

2006-03-12 Por tema Alejandro Matos
Hola!

Estoy buscando info en google acerca de cómo montar discos sata en el arranque
(y que sean "leibles" por los usuarios claro) pero no encuentro mucha info.

Alguien ya lo ha hecho?

Viendo un poco el resultado de dmesg me da esto:

[EMAIL PROTECTED]:~$ dmesg | tail
Nvsound: Unable to change the Playback SampleRate 22050, set back to 48000
Nvsound: Unable to change the Record SampleRate 22050, set back to 48000
Nvsound: Unable to change the Playback SampleRate 22050, set back to 48000
Nvsound: Unable to change the Record SampleRate 22050, set back to 48000
Nvsound: Unable to change the Playback SampleRate 22050, set back to 48000
NTFS driver 2.1.25 [Flags: R/W MODULE].
NTFS-fs warning (device sda1): is_boot_sector_ntfs(): Invalid boot sector
checksum.
NTFS-fs error (device sda1): read_ntfs_boot_sector(): Primary boot sector is
invalid.
NTFS-fs error (device sda1): read_ntfs_boot_sector(): Mount option
errors=recover not used. Aborting without trying to recover.
NTFS-fs error (device sda1): ntfs_fill_super(): Not an NTFS volume.

Gracias y saludos!
--
Alejandro Matos
www.cholito.org