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.

Ubuntu 14.04 VM Direct Share Mount?

Featured Replies

In the KVM I have the unraid share /mnt/user/CJK1/ with a mount tag as cjk1

 

When I start the VM it does not show under disks

 

When I manually edit fstab I know how to mount a network share... but how the heck do I mount the directly passed mount tag?

 

Thanks crew

  • Author

Fantastic!  Much Obliged :)

 

Confirmed in XML Expert (no changes made while in Expert)

    <filesystem type='mount' accessmode='passthrough'>

      <source dir='/mnt/user/cjk1/'/>

      <target dir='cjk1'/>

      <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/>

    </filesystem>

 

terminal:

sudo -p mkdir /home/UserName/tower2/cjk1

sudo gedit /etc/fstab

 

Added to the end:

cjk1  /home/UserName/tower2/cjk1      9p      trans=virtio,version=9p2000.L,noauto,nobootwait,rw        0 0

 

terminal:

sudo gedit /etc/rc.local

 

Added to the end (before exit 0)

mount /home/UserName/tower2/cjk1

 

Restarted VM

 

 

 

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.