Jump to content
3 posts in this topic

Recommended Posts

Hi All,

 

I'm wondering if there is a way to modify or change what is automounted in Mac OS 10.4.10? Currentlly my mac OS is automounting all of my partitions (both windows and Mac OS partitions) whenever I log into the system. I want to prevent automount from automounting my windows partition. Is there a way to set this up? Please let me know. Thanks,

 

Mikey

well, i don't have a solution for your specific problem but i can lead you the way a bit...

 

the magic file is...

 

/etc/fstab (doesn't exist, but IT IS VALID and supposed to be read)

 

if you're used to any gnu/linux, it's working exactly as an opposite here. you don't define whats supposed to be mounted (the automount-daemon is taking care of that obviously), you just define what's not to become mounted or mounted in whatever-special-way...

 

do a 'man fstab' to see some of its documentation...

 

an entry like

 

LABEL=WindowsXP none ntfs noauto 0 0

 

doesn't get *me* anywhere though... ntfs-3g uuid's are for whatever reason zeroed, so using them doesn't make sense but i tried that too just for the sake of it but then defined the mount point instead of setting it to 'none' but that didn't do any better either... i tried to replace 'ntfs' with 'ntfs-3g', still the same...

well, i don't have a solution for your specific problem but i can lead you the way a bit...

 

the magic file is...

 

/etc/fstab (doesn't exist, but IT IS VALID and supposed to be read)

 

if you're used to any gnu/linux, it's working exactly as an opposite here. you don't define whats supposed to be mounted (the automount-daemon is taking care of that obviously), you just define what's not to become mounted or mounted in whatever-special-way...

 

do a 'man fstab' to see some of its documentation...

 

an entry like

 

LABEL=WindowsXP none ntfs noauto 0 0

 

doesn't get *me* anywhere though... ntfs-3g uuid's are for whatever reason zeroed, so using them doesn't make sense but i tried that too just for the sake of it but then defined the mount point instead of setting it to 'none' but that didn't do any better either... i tried to replace 'ntfs' with 'ntfs-3g' too. still the same...

 

Thanks for your reply. I'll try modifying the fstab file in /etc and let you know if it works or not.

 

Mike

×
×
  • Create New...