Jump to content
XPEnology Community

Recommended Posts

Posted

Hi

i just installed on my Terramaster F424 Pro (i3 N305 + 32 GB) RR loader with DS423+  and DSM 7.2.2-72806 Update 3.

i have 4 x 4tb hdd as main poll (raid 5 as ext4)

one of nvme 512 Gb as seccond pool basic raid ext4 for docker containers data

Now question is with seccond nvme drive (2Tb) formated as NTFS is possible do be mounted as simple volume ? (like a external usb hdd drive mount) ?

 

i know i can make another pool as basic raid ext4 or btrfs .... but i want to be used as ntfs for backup important data on this drive and to be easy seen on windows machines when is necessary.

 

thanks

 

 

Posted

So, i put a seccond nvme formated as ntfs on slot2 and i mounted on cli.

# mkdir /mnt/intnvme

# mount -t ntfs /dev/nvme0n1p2 /mnt/intnvme

 

Now i have to synoshare this mount and make a script for auto mount on boot.

 

Posted (edited)
5 hours ago, aoprea said:

So, i put a seccond nvme formated as ntfs on slot2 and i mounted on cli.

# mkdir /mnt/intnvme

# mount -t ntfs /dev/nvme0n1p2 /mnt/intnvme

 

Now i have to synoshare this mount and make a script for auto mount on boot.

 

synoshare --add duck "Ducktown"  /mnt/intnvme/duck "" "@md" "" 1 0

synospace --map-file -d

synocheckshare

Edited by DSfuchs
  • Thanks 1
Posted

i mounted ntfs nvme drive in /volume3

but when i got this error:

ash-4.4# synoshare --add testntfs "ntfstest" /volume3 "" "" "" 1 0
Error: share create failed.[0x0D00 share_is_acl_share.c:49]

 

i have to study synoshare --add command

Posted
7 hours ago, aoprea said:

i mounted ntfs nvme drive in /volume3

but when i got this error:

ash-4.4# synoshare --add testntfs "ntfstest" /volume3 "" "" "" 1 0
Error: share create failed.[0x0D00 share_is_acl_share.c:49]

 

i have to study synoshare --add command

synoshare --add testntfs "ntfstest" /volume3/testntfs "" "" "" 1 0

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

×
×
  • Create New...