当我将 SD 卡放入笔记本电脑 (Ubuntu 12.04) 时,它无法读取,因此我进入终端并输入sudo fdisk -l
(blkid
不知道这是什么意思,只是在另一个答案中看到的)。以下是终端给我的内容。
fdisk: invalid option -- ' '
Usage:
fdisk [options] <disk> change partition table
fdisk [options] -l <disk> list partition table(s)
fdisk -s <partition> give partition size(s) in blocks
Options:
-b <size> sector size (512, 1024, 2048 or 4096)
-c[=<mode>] compatible mode: 'dos' or 'nondos' (default)
-h print this help text
-u[=<unit>] display units: 'cylinders' or 'sectors' (default)
-v print program version
-C <number> specify the number of cylinders
-H <number> specify the number of heads
-S <number> specify the number of sectors per track
我需要做什么才能让操作系统读取我的 SD 芯片?谢谢!
答案1
您可以使用实用程序安装设备udisks
。在终端中输入以下命令
udisks --mount /dev/sdb1
它应该堆积在你的 USB 设备上。