江湖救急 !! 两块硬盘都有ubuntu系统怎么搞

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
头像
内存不足
论坛版主
帖子: 3277
注册时间: 2005-08-18 18:43
联系:

江湖救急 !! 两块硬盘都有ubuntu系统怎么搞

#1

帖子 内存不足 » 2006-01-06 19:35

原来的一块硬盘(A)是win和ubuntu双系统 但今天突然坏掉了 面板死活启动不来。(今天升级安装了FIREFOX1.5)

没办法只好用另一台电脑(B)(纯UBUNTU) 但很多的个人设置都在双系统的硬盘上。

我想把A硬盘挂到B电脑上 ,我的个人文件还可以用。但开机后找不到A硬盘的内容
在终端里sudo fdisk -l可以看到是两块硬盘 可是在图形界面下就找不到了 :oops:

代码: 全选

Disk /dev/hda: 41.1 GB, 41110142976 bytes
255 heads, 63 sectors/track, 4998 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1               1        1216     9767488+  83  Linux
/dev/hda2            1217        4998    30378915    5  Extended
/dev/hda5            1217        4255    24410736    b  W95 FAT32
/dev/hda6            4256        4899     5172898+  83  Linux
/dev/hda7            4900        4998      795186   82  Linux swap / Solaris

Disk /dev/hdc: 30.7 GB, 30750031872 bytes
255 heads, 63 sectors/track, 3738 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdc1   *           1        1876    15068938+   c  W95 FAT32 (LBA)
/dev/hdc2            1877        2768     7164990    c  W95 FAT32 (LBA)
/dev/hdc3            2859        3738     7068600   83  Linux
/dev/hdc4            2769        2858      722925   82  Linux swap / Solaris
໌→ iCookie Gtk Theme
໌→DropPlusBluetheme
กรัก กรัก`菠萝
头像
yang119345
帖子: 570
注册时间: 2005-06-19 14:22
来自: 上海
联系:

#2

帖子 yang119345 » 2006-01-06 19:44

挂载了没有?
头像
freeflying
帖子: 521
注册时间: 2005-03-26 9:38

#3

帖子 freeflying » 2006-01-06 19:48

HDD will not be mounted automately , you shall mount it maunally
图片
头像
内存不足
论坛版主
帖子: 3277
注册时间: 2005-08-18 18:43
联系:

#4

帖子 内存不足 » 2006-01-07 15:03

挂载完成只是A盘的WINDOWS分区能看到了(中文乱码),ubuntu的分区还是看不到

代码: 全选

~$ mount
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
tmpfs on /lib/modules/2.6.12-10-686/volatile type tmpfs (rw,mode=0755)
/dev/hda5 on /bora type vfat (rw)
/dev/hda6 on /home type ext3 (rw)
tmpfs on /dev type tmpfs (rw,size=10M,mode=0755)
/dev/hdc1 on /windows/hdc1 type vfat (rw,noexec,nosuid,nodev,utf8,umask=000)
/dev/hdc2 on /windows/hdc2 type vfat (rw,noexec,nosuid,nodev,utf8,umask=000)
໌→ iCookie Gtk Theme
໌→DropPlusBluetheme
กรัก กรัก`菠萝
头像
catinsnow
帖子: 773
注册时间: 2005-08-02 7:23
来自: 上海

#5

帖子 catinsnow » 2006-01-08 17:34

内存不足 写了:挂载完成只是A盘的WINDOWS分区能看到了(中文乱码),ubuntu的分区还是看不到

代码: 全选

~$ mount
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
tmpfs on /lib/modules/2.6.12-10-686/volatile type tmpfs (rw,mode=0755)
/dev/hda5 on /bora type vfat (rw)
/dev/hda6 on /home type ext3 (rw)
tmpfs on /dev type tmpfs (rw,size=10M,mode=0755)
/dev/hdc1 on /windows/hdc1 type vfat (rw,noexec,nosuid,nodev,utf8,umask=000)
/dev/hdc2 on /windows/hdc2 type vfat (rw,noexec,nosuid,nodev,utf8,umask=000)

你并没有挂载linux分区啊(/dev/hdc3),建一个文件夹,把它挂载上去就行了.
Ubuntu Intrepid
#P4 2.4
P4 2.4C
#1024MB
2048MB
#120G
500G+120G
Nvidia FX5700
#ATI9100 --拆了,受不了ATI的驱动.
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#6

帖子 eexpress » 2006-01-08 20:14

多半已经使用live搞好了。所以就无声了。
● 鸣学
回复