# Fuse does not create .local/share folder

**URL:** https://forums.fusetools.com/t/fuse-does-not-create-local-share-folder/3893
**Category:** Bug Reports
**Created:** [January 15, 2018, 4:36pm UTC](https://forums.fusetools.com/t/fuse-does-not-create-local-share-folder/3893 "2018-01-15T16:36:45Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![raphael.godoi](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/raphael.godoi/32/312_2.png) [@raphael.godoi](https://forums.fusetools.com/u/raphael.godoi)
#### Post date: [January 15, 2018, 4:36pm UTC](https://forums.fusetools.com/t/fuse-does-not-create-local-share-folder/3893/1 "2018-01-15T16:36:45Z")

</div>

I formatted my mac yesterday, and install everything… when I run fuse it throws the following error:

```auto
System.IO.DirectoryNotFoundException: Could not find a part of the path "/Users/raphael/.local/share/devices.json".

```

so I create the path “/Users/raphael/.local/share/” and everything work properly.

Fuse version 1.5.0 (build 15046)  
macOS

---

<div class="post-metadata">

### Author: ![Jon\_D](https://avatars.discourse-cdn.com/v4/letter/j/77aa72/32.png) [@Jon\_D](https://forums.fusetools.com/u/Jon_D)
#### Post date: [January 15, 2018, 9:18pm UTC](https://forums.fusetools.com/t/fuse-does-not-create-local-share-folder/3893/2 "2018-01-15T21:18:14Z")

</div>

Thank you! Experienced the same as you - to resolve I created the full path where I was having similar issue (in my case, .local/share/FuseLocalStorage) and was still getting an access denied error.

Tried your simple resolution and works now; still needs research by the team, but thank you for the approach.

---

<div class="post-metadata">

### Author: ![Anders\_Schau\_Knatten](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/anders_schau_knatten/32/41_2.png) [@Anders\_Schau\_Knatten](https://forums.fusetools.com/u/Anders_Schau_Knatten)
#### Post date: [January 16, 2018, 2:17pm UTC](https://forums.fusetools.com/t/fuse-does-not-create-local-share-folder/3893/3 "2018-01-16T14:17:47Z")

</div>

@raphael.godoi, what did you do that triggered this error?

Fuse does use a file `devices.json`, but normally shouldn’t be looking for it in that folder. Does your project happen to also use a file with that name?

---

<div class="post-metadata">

### Author: ![raphael.godoi](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/raphael.godoi/32/312_2.png) [@raphael.godoi](https://forums.fusetools.com/u/raphael.godoi)
#### Post date: [January 16, 2018, 2:25pm UTC](https://forums.fusetools.com/t/fuse-does-not-create-local-share-folder/3893/4 "2018-01-16T14:25:17Z")

</div>

Anders,

I got this error when I tried to read or write in storage:

```javascript
Storage.readSync("devices.json");
Storage.writeSync("devices.json", JSON.stringify(data));

```

the file “devices.json” is from my project…  
The problem is that fuse is not crating the folder “$HOME/.local/share” folder, for some reason… I think this folder is used for local preview storage…

I created this folder manually and everything works.

---

<div class="post-metadata">

### Author: ![Anders\_Schau\_Knatten](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/anders_schau_knatten/32/41_2.png) [@Anders\_Schau\_Knatten](https://forums.fusetools.com/u/Anders_Schau_Knatten)
#### Post date: [January 16, 2018, 2:57pm UTC](https://forums.fusetools.com/t/fuse-does-not-create-local-share-folder/3893/5 "2018-01-16T14:57:43Z")

</div>

Thanks for the additional detail @raphael.godoi! I’ve logged an issue for this now.
