On Mon, Dec 06, 2010 at 04:49:44PM -0800, Leslie S Satenstein wrote:
> Could you please review the fstab that I paste below to advise what to modify
> 
> Here is uname -a to show debian version 
> 
> Linux Leslie 2.6.32-5-amd64 #1 SMP Thu Nov 25 18:02:11 UTC 2010 x86_64 
> GNU/Linux
> les...@leslie:~$
> 
> What do I change to stop the automount of Windows 7 and XP partitions?

I'd offhand guess it's the lines with an ntfs file system.
I'm surprised that "auto" isn't mentioned as an option anywhere.
Perhaps that's now default?

I'm not sure whether earlier options override later ones or vice versa.

You might bave to say defaults,noauto instead of noauto,defaults

Or even put ,noauto at the end of the option string.

> 
> 
> # /etc/fstab: static file system information.
> #
> # <file system> <mount point>   <type>  <options>       <dump>  <pass>
> 
> proc    /proc    proc    defaults    0    0
> #Entry for /dev/sdb5 :
> UUID=9e57c755-a86b-4331-957f-5e01c48b2c27    /    ext3    
> errors=remount-ro    0    1
> #Entry for /dev/sda3 :
> UUID=47A1-25D6    /media/Data    vfat    defaults,utf8,umask=0    0    2
> #Entry for /dev/sda1 :
> UUID=6E4E7F784E7F3843    /media/System_Reserved    ntfs    
> defaults,nls=utf8,umask=0222    0    0

becomes 

UUID=6E4E7F784E7F3843    /media/System_Reserved    ntfs    
noauto,defaults,nls=utf8,umask=0222    0    0


> #Entry for /dev/sdc1 :
> UUID=9E2C2E5A2C2E2E29    /media/WindowsXP    ntfs    
> defaults,nls=utf8,umask=0222    0    0

becomes

UUID=9E2C2E5A2C2E2E29    /media/WindowsXP    ntfs    
noauto,defaults,nls=utf8,umask=0222    0    0

> #Entry for /dev/sda2 :
> UUID=9C36812C3681088A    /media/Windows_7    ntfs    
> defaults,nls=utf8,umask=0222    0    0

becomes

UUID=9C36812C3681088A    /media/Windows_7    ntfs    
noauto,defaults,nls=utf8,umask=0222    0    0


> #Entry for /dev/mapper/VolGroup-lv_root :
> UUID=1f620f71-5ab9-455d-8888-d76ceda854d2    /media/dm-0    ext4    
> defaults    0    0
> #Entry for /dev/mapper/VolGroup-lv_home :
> UUID=9f0ac116-ea25-4f9f-aed2-755c11d4ed8f    /media/dm-1    ext4    
> defaults    0    0
> #Entry for /dev/sdc2 :
> UUID=7cd9c9a2-166a-4c01-831b-61b9cf8961c8    /media/sdc2    ext4    
> defaults    0    0
> /dev/sdc3    /media/sdc3    LVM2_member    defaults    0    0
> #Entry for /dev/sdb6 :
> UUID=2c937a9f-f7b5-496e-a357-a844ffc81c85    none    swap    sw    0    0
> /dev/scd0    /media/cdrom0    udf,iso9660    user,noauto    0    0
> 
> 
> 
> 
> ------------------
> 
> Regards  
>  Leslie
>  Mr. Leslie Satenstein
> 

Try it.  Let me know.

-- hendrik

_______________________________________________
mlug mailing list
[email protected]
https://listes.koumbit.net/cgi-bin/mailman/listinfo/mlug-listserv.mlug.ca

Reply via email to