como montar home en Xubuntu

Iniciado por rub'n, 15 Octubre 2010, 12:36 PM

0 Miembros y 1 Visitante están viendo este tema.

rub'n

buenas buenas  mi problemas es el siguiente ...como puedo montar la /dev/sda2/  que esa era mi home ,,la cree con GParted ,,,  osea como montarla a /dev/sda3 donde esta mi raiz ,,,ya cree la carpeta para montar el home pero me dice esto

Citarrubn@ubuntu:~/Escritorio$ sudo mount -t ext4 /dev/sda2 /media/CASA   
mount: wrong fs type, bad option, bad superblock on /dev/sda2,
       missing codepage or helper program, or other error
       En algunos casos se encuentra información en syslog, pruebe
   dmesg | tail   o algo parecido




rubn0x52.com KNOWLEDGE  SHOULD BE FREE!!!
If you don't have time to read, you don't have the time (or the tools) to write, Simple as that. Stephen

raul338

Citarrubn@ubuntu:~/Escritorio$ sudo mount -t ext4 /dev/sda5 /media/CASA

Las particiones extendidas nunca se montan "per se" ... sino que se montan sus particiones interiores :)

rub'n

gracias che,,,  ya los monte  ;D ;D,,,me falta solo agregarlos al autoinicio....


rubn0x52.com KNOWLEDGE  SHOULD BE FREE!!!
If you don't have time to read, you don't have the time (or the tools) to write, Simple as that. Stephen

raul338

Agregalos al /etc/fstab

mount -t (1) (2) (3)

en el fstab seria

Citar
(2)   (3)    (1)     defaults    0     0

en tu caso seria:
Citar
/dev/sda5          /media/CASA        ext4      defaults       0    0

Recuerda dejar una linea en blanco al final del fstab!

rub'n



rubn0x52.com KNOWLEDGE  SHOULD BE FREE!!!
If you don't have time to read, you don't have the time (or the tools) to write, Simple as that. Stephen

Foxy Rider

#5
Código (bash) [Seleccionar]
echo "UUID=`blkid -o value /dev/sda5 | head -1` /media/CASA defaults 0 0 " >> /etc/fstab

revisá mount(8) para saber qué opciones podés poner en "defaults" (aparte de fstab(5) para entender el fichero)
se prefieren labels y UUIDs sobre  usar los dispositivos  directamente ( blkid(8) )

Saludos.

rub'n

lo eche todo a perder ,,ya no me arranca el XUBUNTU no se que rayos hize,,,me falto lo que dices
vertex@Symphony ....

bueno esto me sale ,,lo vi dede ptra particion  :o :o


# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda3 during installation
UUID=fe1683c4-5f1d-4414-a0ed-02279b0e021c /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda6 during installation
UUID=7818a8bf-ed46-4574-b1e3-69d9c5aae4a6 none            swap    sw              0 
     0
/dev/sda1 /media/WindowsShitty.  ntfs-3g defaults.locale=es_ES.utf.8  0 0

/dev/sda5 /media/Homerubn. ext4 rw,acl,user,auto 0 0


rubn0x52.com KNOWLEDGE  SHOULD BE FREE!!!
If you don't have time to read, you don't have the time (or the tools) to write, Simple as that. Stephen

raul338

Nunca me gustaron las lineas blancas en el medio del fstab :(

Citar
/dev/sda1 /media/WindowsShitty.  ntfs-3g defaults.locale=es_ES.utf.8  0 0

Intenta borrando eso, y que lo detecte automaticamente xD (tambien podes cambiar ntfs-3g por auto)

Foxy Rider

Lo que raúl te señaló en negrita se separa con coma, no con punto (es una opción válida, no es necesario borrarla, tampoco el ntfs-3g)
Lo que yo te postee es una comodidad, en realidad es lo mismo que te sugirió raúl, pero usando UUIDs (toma la salida de blkid y la pone en el UUID= .... y agrega eso al fstab )

Saludos.

rub'n

#9
listo ahora si gracias ya puede arrancar les escribo desde Xubuntu..  ;-) al fin..pero

un ejemplo como hago para que esa particion Homerubn  que monte ,,sea en donde tendre mis programas ahora ? xq al ejecutar los programas de Homerubn no me anda.

osea ese nuevo Homerubn,,   por supesto quiero que sea mi nueva home ,,ya que si quiero como por ejemplo formatear ,los datos estan en ese Homerubn y tienen salvacion ,,mucho mejor pero no se como hacerlo,,estoy leyendo  aver



rubn0x52.com KNOWLEDGE  SHOULD BE FREE!!!
If you don't have time to read, you don't have the time (or the tools) to write, Simple as that. Stephen