F5F Stay Refreshed Software Operating Systems The inactive partition continues to be mounted?

The inactive partition continues to be mounted?

The inactive partition continues to be mounted?

Pages (2): 1 2 Next
D
DerBeste
Junior Member
15
07-27-2016, 06:46 PM
#1
Hello,
I reached a dead end here. I created a bootable USB using Ventoy (Asus Rog Strix Arion case with a Samsung 970 EVO 1TB SSD), which sets up two partitions—one for ISO files or data and another for boot. The issue is that the 32MB partition can’t be marked as not mountable. I’ve tried diskpart and marking it inactive, but the system still tries to mount it. This problem occurs across multiple devices (Windows 7, 10, 11) and on all machines. I’ve been searching for a solution for a few weeks without success. Someone could help me?
Yours gratefully,
Dragos Manea.
D
DerBeste
07-27-2016, 06:46 PM #1

Hello,
I reached a dead end here. I created a bootable USB using Ventoy (Asus Rog Strix Arion case with a Samsung 970 EVO 1TB SSD), which sets up two partitions—one for ISO files or data and another for boot. The issue is that the 32MB partition can’t be marked as not mountable. I’ve tried diskpart and marking it inactive, but the system still tries to mount it. This problem occurs across multiple devices (Windows 7, 10, 11) and on all machines. I’ve been searching for a solution for a few weeks without success. Someone could help me?
Yours gratefully,
Dragos Manea.

K
KillSt3al
Member
113
07-28-2016, 10:58 AM
#2
Windows is quite naive. It tries to connect to every visible device. I encountered this issue with a fiber channel RAID setup shared between two computers. Because no masking was applied on the hardware controller to conceal certain partitions, the first machine that started up connected everything.
I didn’t discover a fix within Windows itself.
K
KillSt3al
07-28-2016, 10:58 AM #2

Windows is quite naive. It tries to connect to every visible device. I encountered this issue with a fiber channel RAID setup shared between two computers. Because no masking was applied on the hardware controller to conceal certain partitions, the first machine that started up connected everything.
I didn’t discover a fix within Windows itself.

T
techiseasy
Senior Member
688
07-28-2016, 12:55 PM
#3
I find it hard to accept that in the AI age, marking a partition as no-mount isn't possible in a Windows environment.
T
techiseasy
07-28-2016, 12:55 PM #3

I find it hard to accept that in the AI age, marking a partition as no-mount isn't possible in a Windows environment.

Y
yTatsumi
Member
151
08-01-2016, 03:01 AM
#4
If you follow the steps accurately, mount all three drives and then apply a script or command through autorun to remove the 32 MB partition. PowerShell could help. Additional resources include links for using foreach statements in PowerShell and methods for unmounting via PowerShell commands. Ejecting might also work with relevant guides. Task Scheduler could be utilized as well.
Y
yTatsumi
08-01-2016, 03:01 AM #4

If you follow the steps accurately, mount all three drives and then apply a script or command through autorun to remove the 32 MB partition. PowerShell could help. Additional resources include links for using foreach statements in PowerShell and methods for unmounting via PowerShell commands. Ejecting might also work with relevant guides. Task Scheduler could be utilized as well.

S
sunofmars67
Member
78
08-04-2016, 07:10 PM
#5
For the first two links, manual selection of the disk number is required since there is no automatic option. The third link does not apply, and the fourth link isn't suitable for a new notebook or PC where I'm connecting USB memory. Thank you for your response.
S
sunofmars67
08-04-2016, 07:10 PM #5

For the first two links, manual selection of the disk number is required since there is no automatic option. The third link does not apply, and the fourth link isn't suitable for a new notebook or PC where I'm connecting USB memory. Thank you for your response.

Z
zombieman850
Junior Member
7
08-04-2016, 08:32 PM
#6
The disk number remains the same? If it stays consistent, you can design an input script that imitates entering or selecting a keyboard for that specific disk number. Alternatively, if the disk number changes, you’d need a script to detect it and save it in a variable, then use that variable in your input script. The third link points to Windows 10/11, but your system is running Windows 11—does this mean the laptop’s operating system is correct? Also, what type of new laptop or USB memory are you referring to? Make sure to open Disk Management, expand all drives, and capture a screenshot for reference.
Z
zombieman850
08-04-2016, 08:32 PM #6

The disk number remains the same? If it stays consistent, you can design an input script that imitates entering or selecting a keyboard for that specific disk number. Alternatively, if the disk number changes, you’d need a script to detect it and save it in a variable, then use that variable in your input script. The third link points to Windows 10/11, but your system is running Windows 11—does this mean the laptop’s operating system is correct? Also, what type of new laptop or USB memory are you referring to? Make sure to open Disk Management, expand all drives, and capture a screenshot for reference.

S
Sky319
Member
86
08-05-2016, 05:13 AM
#7
The scenario is this: I work in a university setting, frequently use my drive on various computers (and the drive number changes depending on the notebook I connect to). I need that regardless of the PC or notebook I connect my USB enclosure to, the 32mb partition should not be mounted. Many of the notebooks I connect my drive to will be the first time I connect to it. I hope I have explained myself clearly, as English is my second language.
S
Sky319
08-05-2016, 05:13 AM #7

The scenario is this: I work in a university setting, frequently use my drive on various computers (and the drive number changes depending on the notebook I connect to). I need that regardless of the PC or notebook I connect my USB enclosure to, the 32mb partition should not be mounted. Many of the notebooks I connect my drive to will be the first time I connect to it. I hope I have explained myself clearly, as English is my second language.

S
Some_Dunkus
Member
190
08-11-2016, 01:12 AM
#8
I believe it's impossible to stop a random host system from accessing that partition beforehand.
S
Some_Dunkus
08-11-2016, 01:12 AM #8

I believe it's impossible to stop a random host system from accessing that partition beforehand.

A
arty2005
Member
212
08-11-2016, 01:42 AM
#9
Since I don't want students to interfere with my boot partition, they often do.
A
arty2005
08-11-2016, 01:42 AM #9

Since I don't want students to interfere with my boot partition, they often do.

E
egeso14
Junior Member
17
08-14-2016, 06:25 PM
#10
Inactive indicates the volume cannot be booted, unrelated to mounting. You may hide or restrict volume access using DiskPart. Attributes applied: volume set readonly, volume set hidden.
E
egeso14
08-14-2016, 06:25 PM #10

Inactive indicates the volume cannot be booted, unrelated to mounting. You may hide or restrict volume access using DiskPart. Attributes applied: volume set readonly, volume set hidden.

Pages (2): 1 2 Next