[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Montar particiones



saludos proba crearte el identificador unico de cada sda como dice el comentario de fstab
blkid /dev/sda2 y sda8 te da el UUID para cada uno, algo como tenes para el raiz y el swap
un abrazo


______________________________________________
   Walter G Osoria - Debian GNU/Linux 6.0
            walter(punto)osoria(en)gmail(punto)com
                Linux registered user #124360
                http://www.twitter.com/wosoria
---------------------------------------------------------------------------------
GnuPG Public Key: http://pgp.mit.edu
FingerPrint: F4F5 2C8C 4721 8B7E 412E  8AA8 8369 8387 F736 5358

...

# /etc/fstab: static file system information.
#
# Use 'blkid' 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    defaults        0       0
# / was on /dev/sda10 during installation
UUID=f120bb96-c12b-441c-ab71-34de89c89b86 /               ext3
errors=remount-ro 0       1
# swap was on /dev/sda6 during installation
UUID=9836394c-b4a3-4dd5-b6e6-4b1ec9e9b19c none            swap    sw
          0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/sda2 /media/disco2 ntfs-3g defaults,locale=es_ES.utf8,nls=utf8 0 0
/dev/sda8 /media/discos ntfs-3g defaults,locale=es_ES.utf8,nls=utf8 0 0



Reply to: