F5F Stay Refreshed Software Operating Systems Sharing Linux drives on media PCs Optimize your Linux setup for seamless media access across devices.

Sharing Linux drives on media PCs Optimize your Linux setup for seamless media access across devices.

Sharing Linux drives on media PCs Optimize your Linux setup for seamless media access across devices.

Pages (2): 1 2 Next
I
imTri
Posting Freak
786
11-06-2021, 06:14 PM
#1
I
imTri
11-06-2021, 06:14 PM #1

S
Shardgale
Senior Member
547
11-08-2021, 06:08 PM
#2
Ubuntu or Mint work well as they are easy for beginners. For connecting Linux and Windows, create a Samba share to exchange files. Detailed setup steps are available online. To access the shared folder from Windows, open Explorer, go to My Computer, and select "Map network drive." Clicking "Browse..." lets you view the server and assign drive letters. Installing Plex involves downloading its Linux installer and running it. After that, configure it as usual. To enable Plex with Samba shares, mount your drives under Plex ownership instead of your own. If needed, use commands like "sudo blkid" to identify the drive and edit fstab accordingly, ensuring you save a backup before making changes.
S
Shardgale
11-08-2021, 06:08 PM #2

Ubuntu or Mint work well as they are easy for beginners. For connecting Linux and Windows, create a Samba share to exchange files. Detailed setup steps are available online. To access the shared folder from Windows, open Explorer, go to My Computer, and select "Map network drive." Clicking "Browse..." lets you view the server and assign drive letters. Installing Plex involves downloading its Linux installer and running it. After that, configure it as usual. To enable Plex with Samba shares, mount your drives under Plex ownership instead of your own. If needed, use commands like "sudo blkid" to identify the drive and edit fstab accordingly, ensuring you save a backup before making changes.

N
nintendo35
Junior Member
30
11-09-2021, 10:25 PM
#3
You're facing issues because your storage drives are NTFS, but your system only supports Linux mounts for NTFS. This is likely causing the mounting errors you're seeing. Since you're planning to use Mint and need to share files from a PC, consider installing an NTFS-to-Linux driver or using a different file manager that supports NTFS shares. Your goal is to access media files from your main PC to the Media PC.
N
nintendo35
11-09-2021, 10:25 PM #3

You're facing issues because your storage drives are NTFS, but your system only supports Linux mounts for NTFS. This is likely causing the mounting errors you're seeing. Since you're planning to use Mint and need to share files from a PC, consider installing an NTFS-to-Linux driver or using a different file manager that supports NTFS shares. Your goal is to access media files from your main PC to the Media PC.

D
dr4gen_sl4y3r
Member
151
11-10-2021, 12:20 AM
#4
You're encountering an issue with the Linux kernel not supporting NTFS. The exact error message would help identify the problem more accurately. Consider installing ntfs-3g to enable NTFS file system access.
D
dr4gen_sl4y3r
11-10-2021, 12:20 AM #4

You're encountering an issue with the Linux kernel not supporting NTFS. The exact error message would help identify the problem more accurately. Consider installing ntfs-3g to enable NTFS file system access.

S
Sara_Sampaio
Member
138
11-10-2021, 11:45 AM
#5
Several issues were encountered... Mounting failed repeatedly, GUI installation caused problems, and the app remains unstable. Still, Mint is operational. By the way, do you want to discuss this via any messaging platform?
S
Sara_Sampaio
11-10-2021, 11:45 AM #5

Several issues were encountered... Mounting failed repeatedly, GUI installation caused problems, and the app remains unstable. Still, Mint is operational. By the way, do you want to discuss this via any messaging platform?

M
71
11-10-2021, 01:24 PM
#6
Did you ensure Windows was fully powered off before disconnecting the drive? This isn’t a hibernation, and it might also relate to Windows’ Fast Startup feature. A tool named ntfsfix can resolve this issue—it helped me.* If it’s caused by Fast Startup, disabling it and restarting again is a more secure option. *Remember, these steps are at your own risk.*
M
miningmario101
11-10-2021, 01:24 PM #6

Did you ensure Windows was fully powered off before disconnecting the drive? This isn’t a hibernation, and it might also relate to Windows’ Fast Startup feature. A tool named ntfsfix can resolve this issue—it helped me.* If it’s caused by Fast Startup, disabling it and restarting again is a more secure option. *Remember, these steps are at your own risk.*

S
SuperTigresss
Posting Freak
768
11-12-2021, 08:18 AM
#7
I finished shutting down Windows properly and disconnected the drive using a spare SSD to experiment with Linux without affecting Windows. I plan to try ntfsfix now. Would you like to talk somewhere? Edit: ntfsfix reported corruption, chkdsk said the command wasn't found... I’m getting frustrated now xS
S
SuperTigresss
11-12-2021, 08:18 AM #7

I finished shutting down Windows properly and disconnected the drive using a spare SSD to experiment with Linux without affecting Windows. I plan to try ntfsfix now. Would you like to talk somewhere? Edit: ntfsfix reported corruption, chkdsk said the command wasn't found... I’m getting frustrated now xS

Y
Yoshman2000
Member
180
11-13-2021, 08:07 AM
#8
Consider trying ntfsfix next. It should work smoothly afterward, just a little tweaking needed with Samba. Alright, I’m using my PC alongside other tasks while I’m on it.
Y
Yoshman2000
11-13-2021, 08:07 AM #8

Consider trying ntfsfix next. It should work smoothly afterward, just a little tweaking needed with Samba. Alright, I’m using my PC alongside other tasks while I’m on it.

C
Ceza_Tris
Junior Member
12
11-13-2021, 09:39 PM
#9
ntfsfix caused some problems. I searched online for an hour but didn’t find a solution. It seems my drives are larger than 1TB—there are 2TB, 4TB, and even 6TB+ models. If I can’t fix this Linux stuff, maybe I should switch back to Windows since there are no issues there. The virus problem is still coming back, but the chkdsk command isn’t available... I’m getting really frustrated now. I knew I hated Linux for a reason, ugh...
C
Ceza_Tris
11-13-2021, 09:39 PM #9

ntfsfix caused some problems. I searched online for an hour but didn’t find a solution. It seems my drives are larger than 1TB—there are 2TB, 4TB, and even 6TB+ models. If I can’t fix this Linux stuff, maybe I should switch back to Windows since there are no issues there. The virus problem is still coming back, but the chkdsk command isn’t available... I’m getting really frustrated now. I knew I hated Linux for a reason, ugh...

M
mc_Solar
Junior Member
10
11-15-2021, 03:22 AM
#10
The message doesn't provide useful guidance. Disk space shouldn't be a concern, even with large drives. A quick search indicates an error about a corrupted volume, recommending the use of chkdsk, which is a Windows tool and not available on Linux.
M
mc_Solar
11-15-2021, 03:22 AM #10

The message doesn't provide useful guidance. Disk space shouldn't be a concern, even with large drives. A quick search indicates an error about a corrupted volume, recommending the use of chkdsk, which is a Windows tool and not available on Linux.

Pages (2): 1 2 Next