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)

demigod 01-09-2009 08:06 PM

Quote:

Originally Posted by Voyn1x (Post 20689)
Have you tried using none for the mount point?

yup i tried it ..

Dies 01-09-2009 10:31 PM

demigod

Can you post the output from

diskutil list

Also, is there a reason you have "rw" in your fstab options? Does this mean you have NTFS-3G installed? If so, you need to make the filesystem type in fstab "ntfs-3g" and not simply "ntfs".

Also make sure you have an empty line at the end of fstab.

Voyn1x 01-09-2009 10:36 PM

Try setting the drive to read only as it's ntfs. Also i've removed the zeros as they're not meant to be there, oops (i've updated the first post) :o:

Code:

LABEL=WinXp none ntfs ro,noauto
[Edit] Follow dies instructions if you've got ntfs-3g installed, but still remove the zeros

demigod 01-10-2009 04:17 AM

Quote:

Originally Posted by Dies (Post 20729)
demigod

Can you post the output from

diskutil list

Also, is there a reason you have "rw" in your fstab options? Does this mean you have NTFS-3G installed? If so, you need to make the filesystem type in fstab "ntfs-3g" and not simply "ntfs".

Also make sure you have an empty line at the end of fstab.

diskutil list

/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *74.5 Gi disk0
1: Apple_HFS Mac HD 74.5 Gi disk0s1
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *149.0 Gi disk1
1: DOS_FAT_32 WinXp 47.8 Gi disk1s1
2: Apple_HFS Storage 101.2 Gi disk1s5

i forgot to mention that i have NTFS-3G installed.Let me try "ntfs-3g" option

why WinXp is marked as DOS_FAT_32 partition ? it is a NTFS type

demigod 01-10-2009 04:26 AM

Quote:

Originally Posted by Dies (Post 20729)
demigod

Can you post the output from

diskutil list

Also, is there a reason you have "rw" in your fstab options? Does this mean you have NTFS-3G installed? If so, you need to make the filesystem type in fstab "ntfs-3g" and not simply "ntfs".

Also make sure you have an empty line at the end of fstab.

Quote:

Originally Posted by Voyn1x (Post 20730)
Try setting the drive to read only as it's ntfs. Also i've removed the zeros as they're not meant to be there, oops (i've updated the first post) :o:

Code:

LABEL=WinXp none ntfs ro,noauto
[Edit] Follow dies instructions if you've got ntfs-3g installed, but still remove the zeros

Thank you both it worked out.i followed Dies and Voynx method