# Can I move mopidy.conf?

**URL:** https://discourse.mopidy.com/t/can-i-move-mopidy-conf/1588
**Category:** Misc
**Created:** [April 17, 2017, 2:03pm UTC](https://discourse.mopidy.com/t/can-i-move-mopidy-conf/1588 "2017-04-17T14:03:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mwjt42](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.mopidy.com/mwjt42/32/260_2.png) [@mwjt42](https://discourse.mopidy.com/u/mwjt42)
#### Post date: [April 17, 2017, 2:03pm UTC](https://discourse.mopidy.com/t/can-i-move-mopidy-conf/1588/1 "2017-04-17T14:03:43Z")

</div>

Specifically I’d like to move it to /boot/mopidy.conf so I set it up for a Raspberry Pi using a Windows machine (which can only see the /boot directory).

Where is this file referenced, so I can move it please? (presumably this will break updates, but I’m ok with that).

AFAIK I cannot create symlinks to the /boot directory as it’s FAT32.

Thanks, Mike

---

<div class="post-metadata">

### Author: ![mwjt42](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.mopidy.com/mwjt42/32/260_2.png) [@mwjt42](https://discourse.mopidy.com/u/mwjt42)
#### Post date: [April 17, 2017, 4:34pm UTC](https://discourse.mopidy.com/t/can-i-move-mopidy-conf/1588/2 "2017-04-17T16:34:04Z")

</div>

Turns out you can symlink ext4 -\> fat32 but not the other way round.

I created a new modipy.conf in /boot and deleted the original in /etc/modipy.

Then: sudo ln -s /boot/modipy.conf /etc/modipy/modipy.conf

Now I can edit the file on the SD card from a windows machine - just don’t use notepad! It needs to be an editor that understands Unix line endings.

---

<div class="post-metadata">

### Author: ![kingosticks](https://avatars.discourse-cdn.com/v4/letter/k/858c86/32.png) [@kingosticks](https://discourse.mopidy.com/u/kingosticks)
#### Post date: [April 17, 2017, 4:46pm UTC](https://discourse.mopidy.com/t/can-i-move-mopidy-conf/1588/3 "2017-04-17T16:46:48Z")

</div>

Yes, this is exactly what pimusicbox does.

Presumably you used mopidy, not modipy.
