how to use usb device in linux version 3.00.14(1)-release (i386-redhat-linux-gnu)

本文介绍在GNU Linux 3.00.14系统下,对65M U盘的挂载与卸载操作。先打开终端,运行“fdisk -l”命令查看磁盘信息,将/dev/sda1设备挂载到/mnt/usb目录,使用“mount /dev/sda1 /mnt/usb”命令;卸载时使用“umount /dev/sda1 /mnt/usb”命令。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

platform: 65M usb disk. gnu linux version 3.00.14.
1==open the teminal:right click on your desktop,click teminal.
2==run follow command: fdisk -l
 u will see Disk /dev/sda: 65 MB, 65863680 bytes(my usb  disk is 65M)
genarally speaking,linux think the /dev/sda1 is your real device,now what u should to do is mount the device to a real dictionay.follow this:
3: command: mount /dev/sda1 /mnt/usb
then u wil find your usb disk in filesystem/mnt/usb
4:
when u want to stop it,enter
 command: umount /dev/sda1 /mnt/usb
everything is ok.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值