小鸟求助

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

小鸟求助

#1

帖子 caoczlq » 2008-09-28 16:18

我今天新装的Ubuntu,在插入U盘后,系统自动识别到了,可无法访问。怎么办,郁闷啊,找不到方法解决了。
:em03

输入法用得还不太习惯……
Screenshot.png
头像
dsj
帖子: 810
注册时间: 2008-08-21 20:26

Re: 小鸟求助

#2

帖子 dsj » 2008-09-28 16:26

你是8.04版本吗
软件交流群:17264279
图书分享群:18246379
互动社区:http://www.ubuntuchina.com/
头像
dsj
帖子: 810
注册时间: 2008-08-21 20:26

Re: 小鸟求助

#3

帖子 dsj » 2008-09-28 16:31

按理说gnome会自动帮你挂上去的
根据u盘内型不同,不一定会是sda,有可能是sdb或什么的
建议这样挂
ls /dev/ | grep sd
插入U盘
ls /dev/ | grep sd
观察多出来了什么一般会有两个,其中一个的名字比另一个多一个数字1
假设是sdb和sdb1

sudo mkdir /mnt/usb #在mnt下创一个目录挂盘
sudo mount /dev/sdv /mnt/usb
就可以了
软件交流群:17264279
图书分享群:18246379
互动社区:http://www.ubuntuchina.com/
头像
dsj
帖子: 810
注册时间: 2008-08-21 20:26

Re: 小鸟求助

#4

帖子 dsj » 2008-09-28 16:34

还有,你的U盘有分区吗,最好不要分区
软件交流群:17264279
图书分享群:18246379
互动社区:http://www.ubuntuchina.com/
头像
caoczlq
帖子: 1233
注册时间: 2008-08-22 11:30
来自: ヨイツ
联系:

Re: 小鸟求助

#5

帖子 caoczlq » 2008-09-28 16:58

谢谢
我的盘在其他windows系统的计算机上都正常使用
可拿到我的电脑上却不能用
我电话的存储卡可以在我的电脑上使用
我的盘的文件系统是FAT32
怎么办啊
我看到多了一个sdb,可我没看到一个sdb+数字的东西啊
谢谢阿 :em01

还有啊
是8.04的
头像
yysq009
帖子: 2682
注册时间: 2007-01-28 23:00
来自: @江西|南昌@
联系:

Re: 小鸟求助

#6

帖子 yysq009 » 2008-09-28 17:06

代码: 全选

$ sudo fdisk -l
Password: 

Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xb6c13dfb

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        1020     8193118+   b  W95 FAT32
/dev/sda2            1021       30401   236002882+   f  W95 Ext'd (LBA)
/dev/sda5            1021        4844    30716248+   b  W95 FAT32
/dev/sda6            4845       12493    61440561    7  HPFS/NTFS
/dev/sda7           12494       13738    10000431   83  Linux
/dev/sda8           13739       25896    97659103+  83  Linux
/dev/sda9           25897       30140    34089898+  83  Linux
/dev/sda10          30141       30389     2000061   83  Linux
/dev/sda11          30390       30401       96358+  83  Linux
以上是没有插入U盘时候的信息

代码: 全选

Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xb6c13dfb

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        1020     8193118+   b  W95 FAT32
/dev/sda2            1021       30401   236002882+   f  W95 Ext'd (LBA)
/dev/sda5            1021        4844    30716248+   b  W95 FAT32
/dev/sda6            4845       12493    61440561    7  HPFS/NTFS
/dev/sda7           12494       13738    10000431   83  Linux
/dev/sda8           13739       25896    97659103+  83  Linux
/dev/sda9           25897       30140    34089898+  83  Linux
/dev/sda10          30141       30389     2000061   83  Linux
/dev/sda11          30390       30401       96358+  83  Linux

以下为新加入的移动硬盘信息!
Disk /dev/sdb: 20.0 GB, 20038975488 bytes
255 heads, 63 sectors/track, 2436 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xa5a126e7

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1          64      514048+   b  W95 FAT32
/dev/sdb2              65        2436    19053090    f  W95 Ext'd (LBA)
/dev/sdb5              65        2436    19053058+   7  HPFS/NTFS
这是插入移动硬盘以后的信息,红色部分为新加入的移动硬盘。

然后你可以通过mount 来挂载硬盘相应分区。就可以读取了! 注意权限,编码等问题。
比如我挂载/dev/sdb1 到 /mnt/disk_c 下

代码: 全选

mount /dev/sdb1 /mnt/disk_c -o iocharset=utf8
这样就挂载了。mount 也可以代-t参数运行 就是要选择你挂载的文件系统!NTFS分区用 ntfs-3g 来挂载好一些!

Do as you would be done by !
头像
caoczlq
帖子: 1233
注册时间: 2008-08-22 11:30
来自: ヨイツ
联系:

Re: 小鸟求助

#7

帖子 caoczlq » 2008-09-28 17:37

代码: 全选

Disk /dev/sdb: 4139 MB, 4139515904 bytes
128 heads, 62 sectors/track, 1018 cylinders
Units = cylinders of 7936 * 512 = 4063232 bytes
Disk identifier: 0x6b736964

This doesn't look like a partition table
Probably you selected the wrong device.

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   ?      214466      419798   814758329+  74  Unknown
Partition 1 has different physical/logical beginnings (non-Linux?):
     phys=(288, 110, 36) logical=(214465, 70, 45)
Partition 1 has different physical/logical endings:
     phys=(366, 104, 37) logical=(419797, 101, 29)
Partition 1 does not end on cylinder boundary.
/dev/sdb2   ?      167614      235530   269488144   65  Novell Netware 386
Partition 2 has different physical/logical beginnings (non-Linux?):
     phys=(107, 121, 32) logical=(167613, 119, 47)
Partition 2 has different physical/logical endings:
     phys=(10, 121, 13) logical=(235529, 37, 42)
Partition 2 does not end on cylinder boundary.
/dev/sdb3   ?       67918      244123   699181456   53  OnTrack DM6 Aux3
Partition 3 has different physical/logical beginnings (non-Linux?):
     phys=(345, 32, 19) logical=(67917, 1, 18)
Partition 3 has different physical/logical endings:
     phys=(324, 77, 19) logical=(244122, 1, 49)
Partition 3 does not end on cylinder boundary.
/dev/sdb4   ?      492581      492589       32669+  bb  Boot Wizard hidden
Partition 4 has different physical/logical beginnings (non-Linux?):
     phys=(65, 1, 0) logical=(492580, 59, 29)
Partition 4 has different physical/logical endings:
     phys=(96, 0, 7) logical=(492588, 89, 19)
Partition 4 does not end on cylinder boundary.

Partition table entries are not in disk order
是这个吗? :em01
上次由 caoczlq 在 2008-09-28 18:00,总共编辑 1 次。
ckpass2006
帖子: 43
注册时间: 2008-09-09 7:37

Re: 小鸟求助

#8

帖子 ckpass2006 » 2008-09-28 17:42

输入法你可以安装 fit ,非常好用的!!
回复