![]() |
look at my above post i put in bold where it should be compared with my leo partition ^^^^^
|
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 |
don't know then guess it doesn't have one lol!
|
NTFS-3G
wonder if this is the cause? I gather you installed macfuse |
but it should right???
|
Yea i sure did and it works great
Quote:
|
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.
|
i could try it thanks for the tip
|
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.
|
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. :) |