<br><br><div class="gmail_quote">On Thu, Jan 15, 2009 at 12:36 AM, Craig White <span dir="ltr"><<a href="mailto:craigwhite@azapple.com">craigwhite@azapple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div class="Wj3C7c">On Wed, 2009-01-14 at 16:23 +0000, Steve wrote:<br>
> If I let HAL & friends automagically mount my Windows partition mount reports this:<br>
><br>
> # mount<br>
> ...<br>
> /dev/sdb1 on /media/disk type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)<br>
><br>
> The problem is that I want this partition mounted on /mnt/c_drive not<br>
> /media/disk so I tried to add a line to /etc/fstab as follows:<br>
><br>
> /dev/sdb1    /mnt/c_drive       fuse    rw,nosuid,nodev,allow_other,blksize=4096<br>
> 0 0<br>
><br>
> (I started with a type of fuseblk instead of fuse but that didn't work at all<br>
> and note that fuse is not documented in the mount man page)<br>
><br>
> but then as root<br>
> # mount /dev/sdb1<br>
> /bin/sh: /dev/sdb1: Permission denied<br>
><br>
> # ls -l /dev/sdb1<br>
> brw-r----- 1 root disk 8, 17 2009-01-12 13:24 /dev/sdb1<br>
><br>
> It's not a selinux problem because I'm running in permissive mode:<br>
> # sestatus<br>
> SELinux status:                 enabled<br>
> SELinuxfs mount:                /selinux<br>
> Current mode:                   permissive<br>
> Mode from config file:          permissive<br>
> Policy version:                 23<br>
> Policy from config file:        targeted<br>
><br>
> This is on an F8 system and I'm trying to get my backup to work so I can upgrade<br>
> to F9.<br>
><br>
> What am I doing wrong here?<br>
</div></div>----<br>
perhaps you are just trying to use too much muscle<br>
<br>
why not just let it mount like it does and use a bind mount elsewhere...<br>
<br>
mount --bind /media/disk /mnt/c_drive<br>
<font color="#888888"><br>
Craig<br>
</font><div><div class="Wj3C7c"><br>
--<br>
fedora-list mailing list<br>
<a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>
To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Communicate/MailingListGuidelines" target="_blank">http://fedoraproject.org/wiki/Communicate/MailingListGuidelines</a><br>
</div></div></blockquote><div></div><div>Hi Steve,</div><div></div><div>I think that this issue has been discussed in prior releases of  Fedora....you can scan the archives for more detailed information.  If my memory serves me correctly, I think that the initial part of fstab for static devices is preserved and you should put your entries there.  The non-static devices are added/appended to the end of fstab and upon reboot and any entries added to that portion will be "flushed." </div>
<div></div><div>When mounting windows partitions in prior installs of Fedora I would put them immediately after the "logvol" entries and thereafter had no problems.  This should work for you with FC8.  I hope that this is of some assistance to you.  Regarding fuse partitions I am sorry that I have no experience to offer to you in this area.</div>
<div></div><div>Fennix</div></div>