找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 4698|回复: 11

玩客云armbian 挂载硬盘 casaOS可识别

[复制链接]
本帖最后由 dondonhai 于 2023-3-23 17:06 编辑

如何挂载NTFS的硬盘?

# 安装ntfs-3g驱动
apt-get install ntfs-3g

# 查看硬盘设备名称
lsblk

# 下面是挂载的命令。挂载之前请检查/mnt/casa_sda1/文件夹是否存在。
mount -t ntfs-3g -o locale=zh_CN.utf8,umask=0 /dev/casa_sda1/

## 需要注意: ntfs-3g 后面有空格,然后才是 -o



如何开启SMB文件共享?


# 安装samba需要的驱动
apt-get install samba samba-common-bin avahi-daemon

# 增加共享文件夹
nano /etc/samba/smb.conf

# 在smb.conf 末尾粘贴如下代码

security=user
[public]
comment = samba
path = /mnt/casa_sda1/
writable = yes
create mask = 0777
directory mask = 0777
browseable = yes


# 增加smb共享的用户(省事儿且不严谨的操作)
smbpasswd -a root




---------分割线-------


# 重启smb服务(部分机型可忽略)
systemctl restart smbd


---------------课外知识分割线---------

如何彻底卸载smb?

sudo apt-get remove --purge samba samba-*
sudo apt-get autoremove


如何卸载硬盘?


#假设 挂载的路径为 /mnt/casa_sda1 ,则执行以下代码即可

umount -l /mnt/casa_sda1


by:youtube或者今日头条: 搜索  悟空的日常

我的恩山、我的无线 The best wifi forum is right here.
过来学习一下,感谢楼主分享,正好是需要的知识
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

楼主有没有视频教程
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

# 下面是挂载的命令。挂载之前请检查/mnt/casa_sda1/文件夹是否存在。
mount -t ntfs-3g -o locale=zh_CN.utf8,umask=0 /dev/casa_sda1/


root@armbian:~# mount -t ntfs-3g -o locale=zh_CN.utf8,umask=0 /dev/casa_sda1/
mount: /dev/casa_sda1/: can't find in /etc/fstab.
mount: (hint) your fstab has been modified, but systemd still uses
       the old version; use 'systemctl daemon-reload' to reload.
不知道啥意思,怎么解决?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

本帖最后由 agou219 于 2023-10-5 21:47 编辑

应该是mount -t ntfs-3g -o locale=zh_CN.utf8,umask=0 /dev/sda1  /mnt/sda1/

测试下来 速度有提升。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

大佬,为什么我的识别的是 mmcblk1
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

建议UUID方式加载,另外加参数 nofail 这个参数可防止armbian系统加载不了挂载的硬盘导致的系统无法进入的情况!
举个例子:UUID=94821D22821D07FB /Disk ntfs defaults,nofail 0 0
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

记录一下,晚上看
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

没法下载到外置硬盘
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

本帖最后由 zxsqq 于 2024-3-16 09:31 编辑

我的也是ntfs格式
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

本帖最后由 zxsqq 于 2024-3-16 09:31 编辑

容器有设置,就是下载不到目录
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

没法下载到外置硬盘
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-30 00:08

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表