1
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: 1
2
router & port problems / How to mount HFS+ external USB drive as a shared volume
« on: August 18, 2019, 09:05:20 AM »
I am trying to mount an HFS+ partition of an external USB hard drive as a shared volume. I am able to mount the disk like this:
DiskStation> mkdir /volumeUSB1/usbshare1-2 DiskStation> mount -t hfsplus /dev/sdq2 /volumeUSB1/usbshare1-2/ I am then able to read and write to the disk:
DiskStation> touch /volumeUSB1/usbshare1-2/test1 DiskStation> touch /volumeUSB1/usbshare1-2/test2 DiskStation> ls /volumeUSB1/usbshare1-2/ test1 test2 The partition is recognized by the NAS:
But it is not showing up as a shared folder:
Is there an additional step to get it to show up as a shared folder?
My goal is for Carbon Copy Cloner to be able to make a clone of my drive onto this disk over the network. If I were to format as EXT3 instead, Carbon Copy Cloner is unable to copy the system files. So, it's gotta be HFS+. The question is whether I can do it through the NAS. Since I am able to mount the drive and read/write to it no problem, I would suspect that it's a minor step that is missing to be able to mount it as a shared disk.
Thanks for any help!
DiskStation> mkdir /volumeUSB1/usbshare1-2 DiskStation> mount -t hfsplus /dev/sdq2 /volumeUSB1/usbshare1-2/ I am then able to read and write to the disk:
DiskStation> touch /volumeUSB1/usbshare1-2/test1 DiskStation> touch /volumeUSB1/usbshare1-2/test2 DiskStation> ls /volumeUSB1/usbshare1-2/ test1 test2 The partition is recognized by the NAS:
But it is not showing up as a shared folder:
Is there an additional step to get it to show up as a shared folder?
My goal is for Carbon Copy Cloner to be able to make a clone of my drive onto this disk over the network. If I were to format as EXT3 instead, Carbon Copy Cloner is unable to copy the system files. So, it's gotta be HFS+. The question is whether I can do it through the NAS. Since I am able to mount the drive and read/write to it no problem, I would suspect that it's a minor step that is missing to be able to mount it as a shared disk.
Thanks for any help!
3
中文 - Chinese / Re: 能否通过修改模版实现中文搜索功能!
« on: August 18, 2019, 08:52:52 AM »
that's how real folders work. it is a limitation and it is not related to your language.
to know more about difference between real and virtual folders, try reading the guide.
to know more about difference between real and virtual folders, try reading the guide.
4
中文 - Chinese / Re: 大家有没有遇到用安卓浏览器下载时,文件名后面多字符的问题?
« on: August 06, 2019, 01:53:04 AM »
是不是文件乱码了,看一下这个有没有用: https://docsbay.net/file-name-garbled-problem
5
Programmers corner / Re: HFS is awesome!
« on: August 02, 2019, 02:24:23 AM »
HaHa,HFS has always been great! l love it too!
Pages: 1