I'm using Windows 10 and Ubuntu dual booting.
I've installed plex server but it cannot access my Windows volume (C,D)
I have run the commands
sudo chmod -R 777
gedit /etc/fstab
and added the volume in the fstab file
I ran cat /proc/mounts
and added this line in /etc/fstab
/dev/sda2 /media/virajlinux/New\040Volume fuseblk rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
That didn't work, so I tried this line
/dev/sda2 /media/virajlinux/New\040Volume fuseblk rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 2
I unsuccessfully tried:
- Plex Media Manager sees external NTFS drive but doesn't see directories
- Plex Media Server: Won't find media External Hard Drive
I want to run plex without any effect on Windows 10.
How can I fix it?