¿qué les parece? Volvemos de nuevo con el tema actual. Cometo top-posting adrede para recapitular:
El día 1 de mayo de 2014, 21:04, Fabián Bonetti <[email protected]> escribió: > On Thu, 1 May 2014 20:53:37 -0430 > Miguel Matos <[email protected]> wrote: > > > proba con #fdisk -l > > a ver todas las particiones > > luego edita el fstab a ver si cambio algo > > en /media/DATOS > En la terminal, con root: # fdisk -l Disk /dev/sda: 250.1 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders, 488397168 sectores en total Units = sectores of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Identificador del disco: 0xd1848821 Disposit. Inicio Comienzo Fin Bloques Id Sistema /dev/sda1 2048 4198399 2098176 82 Linux swap / Solaris /dev/sda2 99766272 195332678 47783203+ 83 Linux /dev/sda3 * 4198400 99766271 47783936 83 Linux /dev/sda4 195334142 488396799 146531329 f W95 Ext'd (LBA) /dev/sda5 195334144 488396799 146531328 7 HPFS/NTFS/exFAT Las entradas de la tabla de particiones no están en el orden del disco Y viendo el archivo fstab (esta es mi info): # cat /etc/fstab # /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> # / was on /dev/sda3 during installation UUID=c6f9e9ba-c91f-47b4-ba92-0cca120feb48 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda2 during installation #UUID=209b9052-50cc-43ee-9f73-b0a7512f9bdc none swap sw 0 0 UUID=8a848c8f-0d48-4a81-ba03-567dbdbb9fc0 none swap sw 0 0 /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0 # Agregar la partición DATOS de dos maneras: #/dev/sda5 /media/DATOS ntfs-3g auto,rw,users,umask=000 0 0 UUID=F820132C2012F17C /media/DATOS ntfs-3g defaults,uid=1000,gid=1000,umask=000,nosuid,nodev,locale=es_VE.UTF-8 0 0 #usbfs none /proc/bus/usb usbfs devgid=46,devmode=664 0 0 -- Buen uso de las listas (como se ven en Debian): http://wiki.debian.org/es/NormasLista Ayuda para hacer preguntas inteligentes: http://is.gd/NJIwRz -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/calevjmtw5cjjynjt-j54gwbccffqgpgspmeg9rxohlnshyr...@mail.gmail.com

