now I need to restart for the new line in fstab to be recognized?<br clear="all"><div>:-)~MIKE~(-:</div>
<br><br><div class="gmail_quote">On Fri, Jul 5, 2013 at 5:57 PM, Matt Graham <span dir="ltr"><<a href="mailto:danceswithcrows@usa.net" target="_blank">danceswithcrows@usa.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
From: Michael Havens<br>
<div class="im">>> 3. Make an entry for the partition you made in your /etc/fstab :<br>
>> LABEL=MY_BACKUPS /mnt/backup ext3 noauto,users,noatime 0 0<br>
</div><div class="im">> In step 3 the "LABEL=..." entry in fstab makes it so that whatever has<br>
> the label MY_BACKUPS will be seen as the proper device regardless of<br>
> whether it is sdc, sdc1, sdd, etc....?<br>
<br>
</div>If you have a LABEL= entry in your fstab, then when you mount the mountpoint<br>
for that entry, ("mount /mnt/backup" here), mount will query each block device<br>
in the system and ask it "Is your label MY_BACKUPS?" If it gets a "yes"<br>
answer, it will mount that block device on that mountpoint. mount knows where<br>
the filesystem labels live on all commonly used filesystems (ext234, reiserfs,<br>
xfs, jfs, FAT32, FAT16, NTFS, HFS+, and there are probably others I'm<br>
forgetting), and it can do this check pretty quickly under normal<br>
circumstances.<br>
<br>
If you have 2 block devices on the same system with the same filesystem label,<br>
and then you try to mount by label, stupid things will probably happen. So<br>
don't do that.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Matt G / Dances With Crows<br>
The Crow202 Blog: <a href="http://crow202.org/wordpress/" target="_blank">http://crow202.org/wordpress/</a><br>
There is no Darkness in Eternity/But only Light too dim for us to see<br>
<br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
</div></div></blockquote></div><br>