Mounting external NTFS drive as a share


Recommended Posts

Hello all,

 

I am following this guide to mount my external HDD:

https://wiki.lime-technology.com/Mounting_an_external_USB_drive_having_an_existing_NTFS_file_system_in_READ/WRITE_mode_to_transport_files_from/to_unRaid_server

 

I have done the following based off the above:

cat /proc/partitions

mkdir /mnt/user/ExtHDD

mount -t ntfs-3g -o umask=111,dmask=000  /dev/sdg1 /mnt/user/ExtHDD

 

This works - I can view the contents of the disk via SSH. However I cannot view it as a share from the Web GUI or by navigating to it via Windows Explorer. 

 

Am I doing something wrong? Is it possible to mount the ExtHDD as a temporary share? 

Link to comment

That guide is very old and not the way to do things with v6.

 

if you simply install the 'Unassigned Devices' plugin in provides all the functionality required for mounting drives external to the array (including NTFS format ones) with full GUI support.   You can optionally share devices mounted this way as shares.

  • Upvote 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.