F5F Stay Refreshed Software Operating Systems They aren't communicating properly and causing access issues.

They aren't communicating properly and causing access issues.

They aren't communicating properly and causing access issues.

A
AboooDy919
Member
207
12-04-2023, 02:18 AM
#1
You're dealing with a complex dual-boot setup involving Windows and Debian. You're using a third partition for shared files and trying to manage permissions across both operating systems. Your current method of adjusting permissions manually is time-consuming and not ideal. You're looking for a more efficient solution, possibly involving automation or better tools to streamline the process.
A
AboooDy919
12-04-2023, 02:18 AM #1

You're dealing with a complex dual-boot setup involving Windows and Debian. You're using a third partition for shared files and trying to manage permissions across both operating systems. Your current method of adjusting permissions manually is time-consuming and not ideal. You're looking for a more efficient solution, possibly involving automation or better tools to streamline the process.

D
DantehIsGay
Posting Freak
902
12-08-2023, 09:01 AM
#2
The drive should be arranged in a layout that OS prefers, such as FAT32. File access rights aren't available with FAT32.
D
DantehIsGay
12-08-2023, 09:01 AM #2

The drive should be arranged in a layout that OS prefers, such as FAT32. File access rights aren't available with FAT32.

M
MacSolaris
Senior Member
457
12-09-2023, 10:57 AM
#3
It also happens on files owned by Windows accounts that weren't created during the latest installation. This is just a feature of Windows when it can't determine the owner.
M
MacSolaris
12-09-2023, 10:57 AM #3

It also happens on files owned by Windows accounts that weren't created during the latest installation. This is just a feature of Windows when it can't determine the owner.

S
SenSayIII
Member
57
12-11-2023, 11:57 AM
#4
It's stored as an NTFS file, and both of your operating systems can access it without issues.
S
SenSayIII
12-11-2023, 11:57 AM #4

It's stored as an NTFS file, and both of your operating systems can access it without issues.

P
PureSquee
Junior Member
19
12-11-2023, 01:57 PM
#5
It's unusual how permissions are managed. When Linux generates a file, it designates a user as the owner. Windows struggles to understand this information and instead generates a hash for identification. If the process were reversed, Linux would likely display a UID instead of the real owner. EDIT: The user ID hash could relate to NTFS functionality, regardless of the approach.
P
PureSquee
12-11-2023, 01:57 PM #5

It's unusual how permissions are managed. When Linux generates a file, it designates a user as the owner. Windows struggles to understand this information and instead generates a hash for identification. If the process were reversed, Linux would likely display a UID instead of the real owner. EDIT: The user ID hash could relate to NTFS functionality, regardless of the approach.