> # /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
> #Entry for /dev/sdc1 :
> UUID=9E2C2E5A2C2E2E29 /media/WindowsXP ntfs
> defaults,nls=utf8,umask=0222 0 0
> #Entry for /dev/sda2 :
> UUID=9C36812C3681088A /media/Windows_7 ntfs
> defaults,nls=utf8,umask=0222 0 0
You can probably recognize above /media/WindowsXP and other such
mount locations. So just add a # at the beginning of the corresponding
line to stop mounting it at boot, or add ",noauto" right after "defaults".
> #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
BTW, you might report a misfeature/bug: there is no reason to use UUIDs
for the LVM volumes, since those can just as well be referred to
via labels.
Stefan
_______________________________________________
mlug mailing list
[email protected]
https://listes.koumbit.net/cgi-bin/mailman/listinfo/mlug-listserv.mlug.ca