小编Kei*_*vis的帖子

在 Linux 上通过命令行 (SSH) 在外部硬盘驱动器上创建目录

我尝试了很多方法来在我的外部硬盘驱动器上创建一个目录。这是我做的细节

fdisk -l
Run Code Online (Sandbox Code Playgroud)

我得到的:

pi@raspberrypi:~$ sudo fdisk -l

Disk /dev/mmcblk0: 3965 MB, 3965190144 bytes
4 heads, 16 sectors/track, 121008 cylinders, total 7744512 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
Disk identifier: 0x000a589c

        Device Boot      Start         End      Blocks   Id  System
/dev/mmcblk0p1            2048     2464843     1231398    e  W95 FAT16 (LBA)
/dev/mmcblk0p2         2465792     7744511     2639360   85  Linux extended
/dev/mmcblk0p5         2473984     2588671       57344    c  W95 …
Run Code Online (Sandbox Code Playgroud)

linux ssh external-hdd raspberry-pi raspbian

3
推荐指数
1
解决办法
3万
查看次数

标签 统计

external-hdd ×1

linux ×1

raspberry-pi ×1

raspbian ×1

ssh ×1