When I installed FC3, I mounted my largest partition, /dev/hdc6 to a /video mounting point.  When I decided to change to LVM, I had to unmount /dev/hdc6 from /video, then followed the instructions in the MythTV docs for creating my LVM VG and adding the new drive, then I readded /video with the VG that I had just created.  But right now, my system is behaving like /video is already mounted to /dev/hdc6 again, I believe that's why I'm getting this error message.  But I can't umount it because it says /video is not mounted, though I see the entry for it in /etc/fstab.  I tried using fstab-sync -r to remove it but I don't know what its UID is or how to find that.  Is there any other way to force it to umount /video other than using the -f option, because of course I already tried that and it didn't do the trick.  Thanks again for the help.

Azmat

On 10/7/05, Patrick Watson <[EMAIL PROTECTED]> wrote:
Azmat wrote:
> I added an additional hard drive a few weeks ago using LVM.  Though,
> one thing I noticed was that to use my volume group, I have to remount
> my /dev/MythVideoVG/video VG back to /video everytime I rebooted.
> Just a pet-peeve for a while and I figured I could just use the
> workaround until I fixed it for real later.  Last night I did my
> apt-get update && apt-get dist-upgrade to try to refresh my packages
> and now when I reboot and try to remount my volume group, I get an
> error message saying "mount: Operation not supported".  Does anyone
> have any clue what this means or what might be broken?  Thanks, in
> advance.
>
> Azmat
> ------------------------------------------------------------------------
>
> _______________________________________________
> mythtv-users mailing list
> [email protected]
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
What is the exact mount command that you are using? Try adding the
verbose flag (-v) to the command to see if you get any clues as to what
is failing. Thus the command would be like:
# mount -v /dev/MythVideoVG/video /mnt/YourMountPoint

What exactly did your package manager upgrade?

Patrick



--


Azmat
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to