Deberias ir a un terminal
Alt+F2 > xterm debería funcionar
Una vez en el terminal con privilegios de administrador,
$ su <introduce password de root>
# fdisk -l # identifica la particion de la que hablas /dev/{sd?[1-9],hd?[1-9]}
# mkdir /mnt/particion
# mount -t ext3 /dev/sd[a-z][1-9] /mnt/particion
# ls /mnt/particionSi quieres hacer esto de manera automatizada deberas editar como superusuario el fichero /etc/fstab Te aconsejo que leas el manual de usuario de tu distribución http://www.debian.org/doc/manuals/reference/ch-install.es.html#s3.1.11 Saludos 2008/9/26 Reiniel Gonzalez Martinez <[EMAIL PROTECTED]>: > > Cuando instale debian en mi pc hice una particion ext3 para guardar mis cosas > pero el sistema no me la monto, estoy usando kde 3.5, yo pensaba que el > sistema la montaba automaticamente, habre hecho algo mal cuando instale el > sistema, hace poco que estoy usando kde hay alguna herramienta que me permita > montar esta particion. Gracias de antemano.... > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- Héctor Orón -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

