雙系统,恢复windows boot - Linux
By William
at 2014-02-21T22:50
at 2014-02-21T22:50
Table of Contents
我猜是MBR被洗掉了
$ sudo mount
/dev/sda3 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
gvfs-fuse-daemon on /home/scottlin/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=scottlin)
$ sudo fdisk -l
Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 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: 0x000b6d6e
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 1255430143 627611648 7 HPFS/NTFS/exFAT
/dev/sda3 1255430144 1465147391 104858624 83 Linux
我看的文章都要先mount,但我用tab找不到
$ sudo mount /
/ /dev/sr0 /media/floppy0 /proc
硬要mount也不行
$ sudo mount /dev/sda2 /mnt
mount: you must specify the filesystem type
$ sudo mount -t ntfs /dev/sda2 /mnt
NTFS signature is missing.
Failed to mount '/dev/sda2': Invalid argument
The device '/dev/sda2' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
接下来我就卡住了,請問我該怎麽做?
--
$ sudo mount
/dev/sda3 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
gvfs-fuse-daemon on /home/scottlin/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=scottlin)
$ sudo fdisk -l
Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 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: 0x000b6d6e
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 1255430143 627611648 7 HPFS/NTFS/exFAT
/dev/sda3 1255430144 1465147391 104858624 83 Linux
我看的文章都要先mount,但我用tab找不到
$ sudo mount /
/ /dev/sr0 /media/floppy0 /proc
硬要mount也不行
$ sudo mount /dev/sda2 /mnt
mount: you must specify the filesystem type
$ sudo mount -t ntfs /dev/sda2 /mnt
NTFS signature is missing.
Failed to mount '/dev/sda2': Invalid argument
The device '/dev/sda2' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
接下来我就卡住了,請問我該怎麽做?
--
Tags:
Linux
All Comments
By Victoria
at 2014-02-22T11:43
at 2014-02-22T11:43
By Andy
at 2014-02-23T17:00
at 2014-02-23T17:00
By Quanna
at 2014-02-25T23:45
at 2014-02-25T23:45
By Kumar
at 2014-02-26T03:33
at 2014-02-26T03:33
By Hedy
at 2014-03-02T05:29
at 2014-03-02T05:29
By Regina
at 2014-03-06T12:07
at 2014-03-06T12:07
By Queena
at 2014-03-10T06:21
at 2014-03-10T06:21
By George
at 2014-03-10T11:44
at 2014-03-10T11:44
By Megan
at 2014-03-11T20:02
at 2014-03-11T20:02
By Necoo
at 2014-03-13T22:10
at 2014-03-13T22:10
By Steve
at 2014-03-17T15:00
at 2014-03-17T15:00
By Isla
at 2014-03-20T04:04
at 2014-03-20T04:04
By Erin
at 2014-03-22T13:14
at 2014-03-22T13:14
By Ingrid
at 2014-03-24T10:14
at 2014-03-24T10:14
By Gilbert
at 2014-03-25T22:49
at 2014-03-25T22:49
By Eartha
at 2014-03-26T09:12
at 2014-03-26T09:12
By Connor
at 2014-03-26T15:34
at 2014-03-26T15:34
By Eartha
at 2014-03-28T20:40
at 2014-03-28T20:40
By Ethan
at 2014-04-01T09:07
at 2014-04-01T09:07
By Leila
at 2014-04-03T04:56
at 2014-04-03T04:56
By Cara
at 2014-04-04T19:59
at 2014-04-04T19:59
By Agatha
at 2014-04-09T03:06
at 2014-04-09T03:06
By Todd Johnson
at 2014-04-10T15:02
at 2014-04-10T15:02
By Catherine
at 2014-04-14T06:23
at 2014-04-14T06:23
By Lucy
at 2014-04-14T17:03
at 2014-04-14T17:03
By John
at 2014-04-15T10:33
at 2014-04-15T10:33
By Liam
at 2014-04-17T18:41
at 2014-04-17T18:41
By Adele
at 2014-04-21T15:18
at 2014-04-21T15:18
By Robert
at 2014-04-25T00:54
at 2014-04-25T00:54
By Charlie
at 2014-04-28T03:06
at 2014-04-28T03:06
By Madame
at 2014-04-28T09:43
at 2014-04-28T09:43
By Selena
at 2014-05-02T20:48
at 2014-05-02T20:48
By Oscar
at 2014-05-05T01:04
at 2014-05-05T01:04
By Ina
at 2014-05-07T07:35
at 2014-05-07T07:35
By Zenobia
at 2014-05-11T08:07
at 2014-05-11T08:07
By Edith
at 2014-05-14T09:50
at 2014-05-14T09:50
By Rae
at 2014-05-16T13:58
at 2014-05-16T13:58
By Dorothy
at 2014-05-17T13:27
at 2014-05-17T13:27
By Quintina
at 2014-05-21T22:01
at 2014-05-21T22:01
By Enid
at 2014-05-23T03:25
at 2014-05-23T03:25
By Sandy
at 2014-05-25T09:01
at 2014-05-25T09:01
By Isla
at 2014-05-28T13:22
at 2014-05-28T13:22
By Oliver
at 2014-05-31T15:38
at 2014-05-31T15:38
By Kyle
at 2014-06-01T22:22
at 2014-06-01T22:22
By Madame
at 2014-06-03T03:46
at 2014-06-03T03:46
By Victoria
at 2014-06-04T07:14
at 2014-06-04T07:14
By Xanthe
at 2014-06-05T06:34
at 2014-06-05T06:34
By Irma
at 2014-06-08T01:35
at 2014-06-08T01:35
By Bennie
at 2014-06-08T15:48
at 2014-06-08T15:48
By Ethan
at 2014-06-10T13:48
at 2014-06-10T13:48
By Ina
at 2014-06-11T21:47
at 2014-06-11T21:47
By Ingrid
at 2014-06-15T14:56
at 2014-06-15T14:56
By Catherine
at 2014-06-16T16:11
at 2014-06-16T16:11
By Annie
at 2014-06-19T05:03
at 2014-06-19T05:03
By Faithe
at 2014-06-21T19:17
at 2014-06-21T19:17
By Mary
at 2014-06-23T19:30
at 2014-06-23T19:30
By Wallis
at 2014-06-26T02:45
at 2014-06-26T02:45
By Elma
at 2014-06-30T03:16
at 2014-06-30T03:16
By Dinah
at 2014-07-02T20:17
at 2014-07-02T20:17
By Oscar
at 2014-07-03T14:06
at 2014-07-03T14:06
By Anthony
at 2014-07-05T20:05
at 2014-07-05T20:05
By Odelette
at 2014-07-08T14:13
at 2014-07-08T14:13
By Joseph
at 2014-07-09T18:18
at 2014-07-09T18:18
Related Posts
bluebat - 製作 RPM 套件
By Rae
at 2014-02-21T18:58
at 2014-02-21T18:58
程式正在執行,如何記錄執行完的時間?
By Damian
at 2014-02-21T18:53
at 2014-02-21T18:53
可以同時監看多台電腦嗎?
By Megan
at 2014-02-21T13:12
at 2014-02-21T13:12
ubuntu wifi hotspot設定
By Freda
at 2014-02-21T10:30
at 2014-02-21T10:30
關於開發板
By Frederic
at 2014-02-21T10:02
at 2014-02-21T10:02