Hi there,
I’m a non-tech professional, attempting to be snazzy and self-autonomous, but I seem to have gone as far as I am able, on my own.
I’m trying to get Plex to recognise my USB hardrives, where my library is, using the the Tips & Tricks guide, here:
And I am unable to follow, past, this:
Having created the directories as root, verify empty (unmounted) directory permissions are 0755 before mounting
The code example is this:
# The location
[root@lizum chuck]# mkdir /disks /disks/c /disks/media3 /disks/chuck2t
[root@lizum chuck]# chown -R chuck:chuck /disks
[root@lizum chuck]# ls -la /disks
drwxr-xr-x 3 chuck chuck 4096 Jul 27 11:14 .
dr-xr-xr-x. 30 root root 4096 Jul 27 11:14 ..
drwxrwxrwx 4 chuck chuck 4096 Jul 27 11:04 c
drwxrwxrwx 4 chuck chuck 4096 Jul 27 11:04 chuck2t
drwxrwxrwx 4 chuck chuck 4096 Jul 27 11:04 media3
[root@lizum chuck]#
… and mine is this:
drwxr-xr-x 4 rudy rudy 4096 Feb 4 00:48 .
drwxr-xr-x 27 root root 4096 Feb 4 00:48 ..
drwxr-xr-x 2 rudy rudy 4096 Feb 4 00:48 New
drwxr-xr-x 2 rudy rudy 4096 Feb 4 00:48 Toshy
I hope this makes sense enough for you to help me, and not to have to instantly apologize for my stupidity. Ahem.
Thank you in advance, lovely people.
EDIT:
Just noticed one of my USB drives was originally called New Volume, but seemed like it was unwise as it already become just “New” while trying to mkdir, so tried to rename with disks, and in the terminal…
ntfslabel /dev/sdb2 Westie
…and got this error, each time:
Please boot into Windows TWICE, or use the ‘force’ option.
NOTE: If you had not scheduled check and last time accessed this volume
using ntfsmount and shutdown system properly, then init scripts in your
distribution are broken. Please report to your distribution developers
(NOT to us!) that init scripts kill ntfsmount or mount.ntfs-fuse during
shutdown instead of proper umount.
LOL


