当前位置:网站首页>[untitled] how to mount a hard disk in armbian
[untitled] how to mount a hard disk in armbian
2022-07-02 11:52:00 【linchao100】
How to give armbian The server , mount TF card , And as samba Space to use .
1 View all hard disk information
sudo fdisk -l
2 then , Format the hard disk
sudo mkfs -t ext4 /dev/mmcblk1p3
Just a moment ; Format it as others, but not yet
3、 Create a new file
mkdir xxx
4、 Main commands mounted
sudo mount /dev/mmcblk1p3
The new hard disk is attached to the customized directory .
5、 Add authority , The same permissions as other ordinary folders :
sudo chmod 777 < Folder path >
6、 change samba To configure
sudo vi /etc/samba/smb.conf
7、 Restart samba
service smbd restart
边栏推荐
- Flesh-dect (media 2021) -- a viewpoint of material decomposition
- PHP query distance according to longitude and latitude
- 基于Hardhat编写合约测试用例
- YYGH-BUG-05
- 进入前六!博云在中国云管理软件市场销量排行持续上升
- 抖音海外版TikTok:正与拜登政府敲定最终数据安全协议
- PYQT5+openCV项目实战:微循环仪图片、视频记录和人工对比软件(附源码)
- Develop scalable contracts based on hardhat and openzeppelin (II)
- A white hole formed by antineutrons produced by particle accelerators
- flutter 问题总结
猜你喜欢
Redis exceeds the maximum memory error oom command not allowed when used memory & gt; ' maxmemory'
【2022 ACTF-wp】
How to Visualize Missing Data in R using a Heatmap
文件操作(详解!)
Beautiful and intelligent, Haval H6 supreme+ makes Yuanxiao travel safer
YYGH-9-预约下单
Wechat applet uses Baidu API to achieve plant recognition
[visual studio 2019] create MFC desktop program (install MFC development components | create MFC application | edit MFC application window | add click event for button | Modify button text | open appl
Take you ten days to easily finish the finale of go micro services (distributed transactions)
The selected cells in Excel form have the selection effect of cross shading
随机推荐
H5, add a mask layer to the page, which is similar to clicking the upper right corner to open it in the browser
时间格式化显示
Dynamic debugging of multi file program x32dbg
Writing contract test cases based on hardhat
Tdsql | difficult employment? Tencent cloud database micro authentication to help you
ESP32音频框架 ESP-ADF 添加按键外设流程代码跟踪
excel表格中选中单元格出现十字带阴影的选中效果
HOW TO ADD P-VALUES TO GGPLOT FACETS
PHP 2D and multidimensional arrays are out of order, PHP_ PHP scrambles a simple example of a two-dimensional array and a multi-dimensional array. The shuffle function in PHP can only scramble one-dim
Take you ten days to easily finish the finale of go micro services (distributed transactions)
HOW TO ADD P-VALUES ONTO A GROUPED GGPLOT USING THE GGPUBR R PACKAGE
Easyexcel and Lombok annotations and commonly used swagger annotations
Log4j2
MySQL stored procedure cursor traversal result set
Is the stock account given by qiniu business school safe? Can I open an account?
GGPLOT: HOW TO DISPLAY THE LAST VALUE OF EACH LINE AS LABEL
QT获取某个日期是第几周
[idea] use the plug-in to reverse generate code with one click
【2022 ACTF-wp】
Develop scalable contracts based on hardhat and openzeppelin (I)