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

  • The.Bali

    aktív tag

    válasz ubyegon2 #21414 üzenetére

    ubuntu@ubuntu:~$ sudo -i
    root@ubuntu:~# sudo fdisk -l

    Disk /dev/sda: 240.1 GB, 240057409536 bytes
    255 heads, 63 sectors/track, 29185 cylinders, total 468862128 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

    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 718847 358400 7 HPFS/NTFS/exFAT
    /dev/sda2 718848 377489407 188385280 7 HPFS/NTFS/exFAT
    /dev/sda3 377491454 468860927 45684737 5 Extended
    /dev/sda5 377491456 460666879 41587712 83 Linux
    /dev/sda6 460668928 468860927 4096000 82 Linux swap / Solaris

    Disk /dev/sdb: 8086 MB, 8086618112 bytes
    255 heads, 63 sectors/track, 983 cylinders, total 15794176 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: 0x00000000

    Device Boot Start End Blocks Id System
    /dev/sdb1 * 2048 15794175 7896064 b W95 FAT32
    root@ubuntu:~# sudo mount /dev/sda1 /mnt
    root@ubuntu:~# sudo mount /dev/sda1 /mnt/boot
    Mount is denied because the NTFS volume is already exclusively opened.
    The volume may be already mounted, or another software may use it which
    could be identified for example by the help of the 'fuser' command.
    root@ubuntu:~# sudo mount --bind /dev /mnt/dev
    mount: mount point /mnt/dev does not exist
    root@ubuntu:~# sudo chroot /mnt
    chroot: failed to run command ‘/bin/bash’: No such file or directory
    root@ubuntu:~# grub-install /dev/sda
    Installing for i386-pc platform.
    grub-install: error: failed to get canonical path of `/cow'.
    root@ubuntu:~#

    [ Szerkesztve ]

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