<div>Jason,</div>
<div> </div>
<div>That solved the problem. Thank you very much for the detailed instructions. I really appreciate it.</div>
<div> </div>
<div>Brian<br><br> </div>
<div><span class="gmail_quote">On 1/2/06, <b class="gmail_sendername">Jason W.</b> <<a href="mailto:jason_wilk@stircrazy.net">jason_wilk@stircrazy.net</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Brian Donaldson wrote:<br>> I'm running FC4 w/0.18.1 installing using Jarod's instructions. I<br>> configured my partitions during setup as described in the
<br>> instructions. I created a /video xfs partition with the remaining<br>> space on the drive (~190GB). However, the system is showing the<br>> /video directory to only have about a 7.5GB capacity instead of the
<br>> 190GB. I'm getting this error during boot-up:<br>><br>> mount: special device LABEL=/video does not exist<br>><br>><br>> However, I still seem to be able to access /video. It's just smaller<br>> than it should be. Here is my fstab:
<br>><br>> [root@localhost mythtv]# cat /etc/fstab<br>> # This file is edited by fstab-sync - see 'man fstab-sync' for details<br>> LABEL=/ / ext3 defaults<br>> 1 1<br>
> LABEL=/boot /boot ext3 defaults<br>> 1 2 /dev/devpts /dev/pts devpts<br>> gid=5,mode=620 0 0 /dev/shm /dev/shm<br>> tmpfs defaults 0 0 /dev/proc /proc
<br>> proc defaults 0 0 /dev/sys /sys<br>> sysfs defaults 0 0<br>> LABEL=/video /video xfs defaults<br>> 1 2<br>> 10.10.10.8:/media /mnt/media nfs
<br>> rsize=8192,wsize=8192,timeo=14,intr 0 0<br>> LABEL=AhD$AdD$A swap swap defaults 0 0<br>> /dev/hdc /media/cdrom auto<br>> pamconsole,exec,noauto,managed 0 0
<br>><br>><br>> Any thoughts?<br>><br>> Thanks,<br>><br>> Brian<br><br>bDid you change the filesystem type after the initial build? I believe that<br>label is an ext2/3 thing ('man e2label' for more info). Here's all you need
<br>to do to fix it.<br><br>1) 'mv /video /video.bak'<br>-move the /video folder someplace else so that you can access the current<br>contents once you have properly mounted your partition.<br>2) 'mkdir /video'<br>-create a new mountpoint
<br>3) 'fdisk -l' to find the large partition that you created.<br>-it should be easy to spot.<br>4) edit /etc/fstab and replace "LABEL=/video" with the actual partition that<br>you want to mount (probably either "/dev/hda3" or "/dev/hda5"
<br>5) 'mount -a'<br>-mount all of the partitions listed in /etc/fstab<br>6) 'mount'<br>-is it mounted? If yes, then 7<br>7) 'df -h'<br>-is it as big as you expect it to be? If yes, then 8<br>8) 'mv /video.bak/* /video/'<br>
-move everything that used to be in that directory to the new directory<br>9) 'rmdir /video.bak'<br>-get rid of the old dir<br><br><br><br><br>_______________________________________________<br>mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br><br></blockquote>
</div><br>