After using the fskit framework to mount thecloud disk, it does not display on the Finder sidebar

I developed a cloud drive using fskit, but after mounting it, it did not appear in the Finder sidebar and the disk tool could not list it. How should I adapt?

The mounting looks successful, and you can also open and see the fixed files I wrote in the code. I have also turned on the Finder sidebar settings function

Answered by DTS Engineer in 877408022

I developed a cloud drive using fskit, but after mounting it, it did not appear in the Finder sidebar and

How did you mount the volume? Whether or not a volume appears in the Finder is controlled by a mount flag ("nobrowse"), so the right/wrong mount command will cause exactly what you're describing.

the disk tool could not list it.

I'm not sure what you mean by this. What kind of volume is this and what tool/app are you referring to here?

__
Kevin Elliott
DTS Engineer, CoreOS/Hardware

I developed a cloud drive using fskit, but after mounting it, it did not appear in the Finder sidebar and

How did you mount the volume? Whether or not a volume appears in the Finder is controlled by a mount flag ("nobrowse"), so the right/wrong mount command will cause exactly what you're describing.

the disk tool could not list it.

I'm not sure what you mean by this. What kind of volume is this and what tool/app are you referring to here?

__
Kevin Elliott
DTS Engineer, CoreOS/Hardware

After using the fskit framework to mount thecloud disk, it does not display on the Finder sidebar
 
 
Q