WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
256 heads, 63 sectors/track, 121126 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x213e79e3
Device Boot Start End Blocks Id System
/dev/sda1 1 4294967295 2147483647+ ee GPT
Partition 1 does not start on physical sector boundary.
Disk /dev/sdb: 2055 MB, 2055208960 bytes
16 heads, 32 sectors/track, 7840 cylinders, total 4014080 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: 0xf90af77c
Device Boot Start End Blocks Id System
/dev/sdb1 * 32 4014079 2007024 6 FAT16
kusura bakmayin tam olarak anlayamamisim yukarda. simdi canli cdden komutlari yazdim ve ciktisi yukaridaki gibi.
ayrica diger komutlari da yazdim fakat sorun cikti asagidaki gibi
mint[member=37]mint[/member] ~ $ sudo mount /dev/sda1 /mnt
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sda1': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
mint[member=37]mint[/member] ~ $
mint[member=37]mint[/member] ~ $ sudo chroot /mnt
chroot: failed to run command ‘/bin/bash’: No such file or directory
mint[member=37]mint[/member] ~ $
mint[member=37]mint[/member] ~ $ sudo mount -o bind /proc /mnt/proc
mount: mount point /mnt/proc does not exist
mint[member=37]mint[/member] ~ $
mint[member=37]mint[/member] ~ $ sudo cp /etc/resolv.conf /mnt/etc/resolv.conf
cp: cannot create regular file ‘/mnt/etc/resolv.conf’: No such file or directory
mint[member=37]mint[/member] ~ $