xiloba
(usa Slackware)
Enviado em 08/03/2012 - 20:44h
sudo fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x5427ef2f
Device Boot Start End Blocks Id System
/dev/sda1 * 1 20639 165775360 7 HPFS/NTFS
/dev/sda2 20639 36296 125768705 5 Extended
/dev/sda3 36296 38909 20986880 1b Hidden W95 FAT32
/dev/sda4 38910 38912 24097+ 1b Hidden W95 FAT32
/dev/sda5 35819 36296 3831808 82 Linux swap / Solaris
Disk /dev/sdb: 16.1 GB, 16131293184 bytes
25 heads, 25 sectors/track, 50410 cylinders
Units = cylinders of 625 * 512 = 320000 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x04030201
Device Boot Start End Blocks Id System
/dev/sdb1 * 4 50411 15752192 c W95 FAT32 (LBA)
ubuntu@ubuntu:~$ sudo mount -t ext4 /dev/sda5 /mnt
mount: /dev/sda5 already mounted or /mnt busy
ubuntu@ubuntu:~$ sudo grub-install --root-directory=/mnt /dev/sda
/usr/sbin/grub-probe: error: cannot find a device for /mnt/boot/grub (is /dev mounted?).
ubuntu@ubuntu:~$
O que esta errado?