Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

9p Cache Passthrough Read Only

Featured Replies

Hi all

 

I've recently setup the 9p passthrough to make my cache drive available to my Ubuntu 17.10 VM, however for some reason the cache drive will not allow me to create any files/folders and instead gives the following error:

 

Quote

There was an error creating the directory in /home/phillip/unRAID/cache

Operation not permitted

 

A similar 9p mount was created to map to my Media share without any such problems.

 

The following is my XML file (with the Media for reference)

    <filesystem type='mount' accessmode='passthrough'>
      <source dir='/mnt/user/Media/'/>
      <target dir='Media'/>
      <alias name='fs0'/>
      <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
    </filesystem>
    <filesystem type='mount' accessmode='passthrough'>
      <source dir='/mnt/cache/'/>
      <target dir='cache'/>
      <alias name='fs1'/>
      <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
    </filesystem>

The following is my /etc/fstab:

Media	/home/phillip/unRAID/Media	9p	trans=virtio	0	0
cache	/home/phillip/unRAID/cache	9p	trans=virtio,version=9p2000.L,_netdev,rw	0	0

I have tried it both with and without the additional section (,version=9p2000.L,_netdev,rw) and it makes no difference.

 

I mount it with the following command:

sudo mount /home/phillip/unRAID/cache

I can see the files present, and even when I create a new one via PuTTY it appears in the VM.

 

I've tried the following:

 

1. Run chmod -R 0777 /mnt/cache

2. Run New Permissions against the cache drive

 

Neither have made a jot of difference.

 

Any assistance would be greatly appreciated.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.