Everything posted by ibbanez
-
Help with NFS and SMB on the same Windows 11 workstation...
Sorry, I wasn't really sure what data I would need to provide in this case, as I tried searching for a similar issue, but maybe I just couldn't find the right search terms. One sec and I will add screen shots of what I'm referring to.
-
Help with NFS and SMB on the same Windows 11 workstation...
Hello guys, I've been a user for several years. Just recently, I figured out how to setup NFS on Windows 11. I always used SMB, and never had much issue, other than speed issues, and using the Server name, versus IP address, and ultimately using IP address as it was more stable. However, I found out about NFS, and set it up, and wanted to test them side by side. So I started using NFS, and started download some ROMs and moving things around, and everything seemed fine. In some instances, NFS seemed faster, in other, SMB seemed faster. However, after a few days of using NFS, moving a bunch of files around, one thing I started noticing was that the NFS share, everything was there and showing up, however on the SMB share, drastically less files are showing up in the SMB share. Why is this happening, or better yet, what is happening? If I view the files in Krusader or DoubleCommander, they are all there. But still when viewing on Windows through the SMB share, they just don't show up. Some examples: NFS SMB Roms - 643 files Roms - 47 files
-
[Support] Djoss - HandBrake
Is there a way to add codecs to this docker? I have some AV1 files that I am trying to convert to h265, but whenever I try to load them up, everything says no Title Found and I can't do anything. However the files work, and Staxrip can convert them just fine, so I was wondering if maybe this Handbrake docker didn't have the correct AV1 codec installed and if I could simply add it somehow. Or does anyone know a way to simply fix this issue? thanks.
-
[Support] Djoss - HandBrake
nvm, I think I found the behavior... Its under the track selection tab, correct? Check the boxes of the codecs that I want to pass through, and then choose the fallback codec that I want the others to use when its not a pass through codec? Am I understand this behavior correctly? thanks.
-
[Support] Djoss - HandBrake
Hey guys, quick question about the auto encode with watch folder. How do you control the audio tracks? When I save my preset, it never changes the audio. usually I convert to Opus for everything, weather it be 2.0, 5.1 or 7.1 surround. How can you have it default to that behavior for the watch folder? Sorry if this is a simple question, I've never used Handbrake before, and always used Staxrip on my Windows machine, but wanted to start using my server to do this, since I was doing a lot of 4k h265 re-encodes. Thanks for any suggestions.
-
[DOCKER] ps3netsrv
Hey guys, to all that are trying to get Shawly's up and running, here is what I did to get it to run. 1st, add Port variable of 38008 2nd add Data Path called /games and point it to the folder that holds your ISO folder (which must be called PS3ISO, this is where I was messing up), not the actual folder with the ISO's in it. 3rd go into WebMan setup and turn of scanning of LAN, and input your Unraid server IP address. 4th Save and restart PS3 PS. This is where I ran into issues. It may be due to having almost 8 TB of ISO's and over 900 titles, but IRISMAN crashes, and I can only access the games via WEBMAN web setup under games/net. But even then it only showed 180 games. I'm going to reach out to Aldostools and talk to him about it, and see if there is a size/quantity limitation or something. But if you have a smaller amount, maybe it will be fine. To test whether the docker is an issue or ps3netsrv, I'm going to install a Windows VM and test it that way and see what happens. Just wanted to help out anyone trying to run this, because it took me several hours to figure it out with the help of Shawly himself, who was awesome by the way.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
I will test this shortly, thanks.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Here ya go. I tried several different times. I even tried Fat32, to see if that would work, then I was gonna try to reformat on top of that if it did, but alas, they all failed to format. Any help would be great. For now, i'll just go back to the old way, but just wanted to bring it up in here just in case. Thanks. storageplex-diagnostics-20200112-0507.zip
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
So, Im trying to format an 8TB external USB drive as exFAT and it keeps failing. If I mount it on my Windows 10 PC, when I plug it in, and mount it with the Unassigned Devices plugin (yes I have UD+ as well), it will mount, but as soon as I start copying things, it says there is not enough disk space. It has about 7.4 TB of usable disk space, and Im only copying like 3.5 TB worth of data. The reason for the exFAT format is this drive is for my Nintendo Switch and that is what I use. Any thoughts? Here is what the drive log said. Jan 12 04:39:54 StoragePlex unassigned.devices: Unmounting '/dev/sda1'... Jan 12 04:39:54 StoragePlex unassigned.devices: Unmount cmd: /sbin/umount '/dev/sda1' 2>&1 Jan 12 04:39:54 StoragePlex unassigned.devices: Successfully unmounted '/dev/sda1' Jan 12 04:40:02 StoragePlex unassigned.devices: Removing partition '1' from disk '/dev/sda'. Jan 12 04:40:12 StoragePlex unassigned.devices: Device '/dev/sda' block size: 15628052480 Jan 12 04:40:12 StoragePlex unassigned.devices: Clearing partition table of disk '/dev/sda'. Jan 12 04:40:12 StoragePlex unassigned.devices: Reloading disk '/dev/sda' partition table. Jan 12 04:40:12 StoragePlex unassigned.devices: Reload partition table result: /dev/sda: re-reading partition table Jan 12 04:40:12 StoragePlex unassigned.devices: Creating a primary partition on disk '/dev/sda'. Jan 12 04:40:12 StoragePlex unassigned.devices: Creating a 'gpt' partition table on disk '/dev/sda'. Jan 12 04:40:12 StoragePlex unassigned.devices: Formatting disk '/dev/sda' with 'exfat' filesystem. Jan 12 04:40:12 StoragePlex mkfs.exfat: failed to open '/dev/sda1' in read-write mode: No such file or directory Jan 12 04:40:12 StoragePlex unassigned.devices: Format disk '/dev/sda' with 'exfat' filesystem failed! Result: mkexfatfs 1.2.8 ERROR: failed to open '/dev/sda1' in read-write mode: No such file or directory. Jan 12 04:40:12 StoragePlex kernel: sda: sda1 Im kinda at a loss here and don't fully understand it. Normally I just copy from my Windows 10 machine, but thought I would try this to see how the speed compared versus over the network.