mattsantana
(usa Debian)
Enviado em 10/08/2012 - 14:02h
Gente, Não estou conseguindo. Fiz tudo que vcs me mandaram aqui mas infelizmente não deu.
Vou colocar aqui os comandos que digitei no terminal e o que as mensagens que me retornou.
sudo fdisk -l
Disco /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total de 625142448 setores
Unidades = setores de 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificador do disco: 0x00036109
Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 518619135 259206144 7 HPFS/NTFS/exFAT
/dev/sda3 518619136 621019135 51200000 83 Linux
/dev/sda4 621021182 625141759 2060289 5 Estendida
/dev/sda5 621021184 625141759 2060288 82 Linux swap / Solaris
Disco /dev/sdb: 1000 MB, 1000341504 bytes
31 heads, 62 sectors/track, 1016 cylinders, total de 1953792 setores
Unidades = setores de 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificador do disco: 0x0008e704
Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sdb1 * 62 1952751 976345 c W95 FAT32 (LBA)
sudo mount -l ext4 /dev/sda3 /mnt
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
sudo grub-install --root-directory=/mnt /dev/sda
/usr/sbin/grub-probe: erro: cannot find a device for /mnt/boot/grub (is /dev mounted?).
ta tudo ai o que aconteceu... O que eu fiz que deu errado (ou deixei de fazer)???
me ajudem. Obrigado