InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   [How To] Prevent a partition from mounting at boot (http://infinitemac.com/showthread.php?t=801)

bhast2 03-25-2008 06:43 AM

look at my above post i put in bold where it should be compared with my leo partition ^^^^^

bhast2 03-25-2008 06:45 AM

this is what it shows in terminal
bill-hasts-macpro31:~ billhast$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *298.1 Gi disk0
1: EFI 200.0 Mi disk0s1
2: Microsoft Basic Data 100.7 Gi disk0s2
3: Apple_HFS Leo 197.0 Gi disk0s3
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *186.3 Gi disk1
1: Apple_HFS Stuff 186.3 Gi disk1s1
bill-hasts-macpro31:~ billhast$ diskutil info disk0s2
Device Identifier: disk0s2
Device Node: /dev/disk0s2
Part Of Whole: disk0
Device / Media Name: Untitled

Volume Name:
Mount Point: /Volumes/Untitled
File System: NTFS-3G

Partition Type: Microsoft Basic Data
Bootable: Is bootable
Media Type: Generic
Protocol: ATA
SMART Status: Verified

Total Size: 100.7 Gi (108162576384 B) (211255032 512-byte blocks)
Free Space: 69.6 Gi (74690961408 B) (145880784 512-byte blocks)

Read Only: No
Ejectable: No
Whole: No
Internal: Yes

bill-hasts-macpro31:~ billhast$

Still not there how can the be it should have a uuid number right

Ianxxx 03-25-2008 06:45 AM

don't know then guess it doesn't have one lol!

Ianxxx 03-25-2008 06:47 AM

NTFS-3G
wonder if this is the cause?
I gather you installed macfuse

bhast2 03-25-2008 06:48 AM

but it should right???

bhast2 03-25-2008 06:48 AM

Yea i sure did and it works great

Quote:

[cite] Ianxxx:[/cite]NTFS-3G
wonder if this is the cause?
I gather you installed macfuse

Ianxxx 03-25-2008 06:50 AM

well I can only think that that is the cause, can you not use the partition name, I think someone suggested that in this thread.

bhast2 03-25-2008 06:51 AM

i could try it thanks for the tip

agrafuese 03-25-2008 08:38 AM

yeah that'll work for ya bhast. just make sure you don't accidentally rename your partitions at any point otherwise they'll pop up again ;) if you have spaces in the names too, post back in here and i'll let you know how to handle that (i'm blanking at the moment, but i can look it up). good luck.

Voyn1x 03-25-2008 10:55 PM

Oops yep forgot to say FAT32 formatted volumes are not assigned a UUID. You'll have to use LABEL instead of UUID and change the fs type to 'msdos'.

eg. LABEL=WINDOWSXP none msdos rw,noauto 0 0

'WINDOWSXP' is replaced with your drive name. :)