Új hozzászólás Aktív témák

  • Jim-Y

    veterán

    válasz MacCaine #17372 üzenetére

    Szia, csak ellenőrzésképp, hogy jól csináltam-e :)
    jim@debian:~$ sudo fdisk -l

    Disk /dev/sda: 64.0 GB, 64023257088 bytes
    255 heads, 63 sectors/track, 7783 cylinders, total 125045424 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000c500f

    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 119883775 59940864 83 Linux
    /dev/sda2 119885822 125044735 2579457 5 Extended
    /dev/sda5 119885824 125044735 2579456 82 Linux swap / Solaris

    Disk /dev/sdb: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00090a21

    Device Boot Start End Blocks Id System
    /dev/sdb1 2048 976771071 488384512 7 HPFS/NTFS/exFAT

    Disk /dev/sdc: 262 MB, 262144000 bytes
    16 heads, 32 sectors/track, 1000 cylinders, total 512000 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000bfbb1

    Device Boot Start End Blocks Id System
    /dev/sdc1 * 32 511487 255728 6 FAT16

    majd

    sudo swapoff /dev/sda5

    majd

    sudo joe /etc/fstab

    Itt csak azt a sort kéne kikommentelnem amiben a swap is szerepel, vagy az utolsó sort is?

    # /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/sda1 during installation
    UUID=b2397893-6e01-4ee8-929a-ed6b619f9633 / ext4 errors=remount-ro 0 1
    # swap was on /dev/sda5 during installation
    UUID=3a4613a5-2a68-441a-a573-25f737156fc4 none swap sw 0 0
    /dev/sdb1 /media/usb0 auto rw,user,noauto 0 0

    Illetve egy plusz kérdés, hogy ha az 500 gigás külső merevlemezt most csak úgy tudom használni, hogy kézileg rottként mountolom, akkor ezt hogy tudom automatizálni minden indítás esetén?

    [ Szerkesztve ]

Új hozzászólás Aktív témák