Where is /etc/fstab in UNRAID?


pm1961

Recommended Posts

Thanks Squid,

 

I'd be grateful if peeps could look at this and comment on whether it will acheive my aim of setting up  a folder "ramdisk" that I can map to from my other computer

 

So, my "go" file....

 

#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &
/mnt/ramdisk

 

And my "smb-extra.conf"

 

#unassigned_devices_start
#Unassigned devices share includes
   include = /tmp/unassigned.devices/smb-settings.conf
#unassigned_devices_end
[ramdisk]
  path=/mnt/ramdisk
    valid users = paul
    write list = paul

 

 

Link to comment

While it won't actually cause any problem, putting the RAM disk within /mnt isn't really recommended as it's generally reserved for use of unRaid itself.  Put it within /mnt/disks instead

 

Also, your command /mnt/ramdisk is missing something.  (Like creating a ramdisk).

 

If all you're trying to do is create a scratch pad or something, why not simply make a directory within /tmp and then share that instead...

  • Thanks 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.