|
3399的SSD问题
发表于 2017-7-28 09:47:02
浏览:10821
|
回复:5
打印
只看该作者
[复制链接]
楼主
您好:
使用3399开发板,固件版本为Firefly-rk3399_xubuntu1604_201705111112。插上intel的ssd后,可以识别,并分区。分区的结果如下:
root@firefly:/mnt# fdisk /dev/nvme0n1
Welcome to fdisk (util-linux 2.27.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): p
Disk /dev/nvme0n1: 238.5 GiB, 256060514304 bytes, 500118192 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
Disklabel type: dos
Disk identifier: 0x04e5e7a6
Device Boot Start End Sectors Size Id Type
/dev/nvme0n1p1 2048 500118191 500116144 238.5G 83 Linux
然后使用mkfs.ext3格式化,并使用mount挂在/mnt/harddisk上。此时使用df查看各个磁盘的站用情况:
root@firefly:/mnt# mount /dev/nvme0n1p1 harddisk
root@firefly:/mnt# df -lh
Filesystem Size Used Avail Use% Mounted on
/dev/root 29G 2.0G 26G 8% /
devtmpfs 1.9G 0 1.9G 0% /dev
tmpfs 1.9G 220K 1.9G 1% /dev/shm
tmpfs 1.9G 18M 1.9G 1% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
tmpfs 382M 0 382M 0% /run/user/0
tmpfs 382M 36K 382M 1% /run/user/1000
/dev/nvme0n1p1 2.9M 34K 2.7M 2% /mnt/harddisk
见最后一行,SSD硬盘的容量从实际的250G变成了2.7M。而且使用dd命令,确实也只能创建2.6M的文件。
事关项目可否进行,请原厂尽快帮助解决。
谢谢 |
|