i tried that and worked successfully<br>i really appreciate your help<br>thanks a lot<br><br><div><span class="gmail_quote">On 5/28/06, <b class="gmail_sendername">Paul Howarth</b> <<a href="mailto:paul@city-fan.org">paul@city-fan.org
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Sun, 2006-05-28 at 13:35 +0300, Me2resh Lists wrote:<br>> thanks for replying
<br>> i did as u asked<br>> and here is what i found<br>><br>> May 28 02:57:27 localhost kernel: SELinux: initialized (dev tmpfs,<br>> type tmpfs), uses transition SIDs<br>> May 28 02:57:27 localhost kernel: audit(
1148774217.532 :2): avc:<br>> denied  { mounton } for  pid=1366 comm="mount" name="Disk1" dev=hda6<br>> ino=2045826 scontext=system_u:system_r:mount_t:s0<br>> tcontext=user_u:object_r:user_home_t:s0 tclass=dir
<br>> May 28 02:57:27 localhost kernel: audit( 1148774217.532:3): avc:<br>> denied  { mounton } for  pid=1366 comm="mount" name="Disk2" dev=hda6<br>> ino=2045870 scontext=system_u:system_r:mount_t:s0
<br>> tcontext=user_u:object_r:user_home_t:s0 tclass=dir<br>> May 28 02:57:28 localhost kernel: audit( 1148774217.532:4): avc:<br>> denied  { mounton } for  pid=1366 comm="mount" name="Disk2" dev=hda6
<br>> ino=2045870 scontext=system_u:system_r:mount_t:s0<br>> tcontext=user_u:object_r:user_home_t:s0 tclass=dir<br>><br>> how can i solve that ?<br><br>These appear to be the errors you go when trying to mount the
<br>filesystems under your home directory, which is to be expected.<br><br>Mounting on /mnt/Windows and /mnt/Storage should be OK, as the file<br>context type for those directories should be mnt_t rather than<br>user_home_t.
<br><br>Just to make sure, do (with /mnt/Windows and /mnt/Storage not mounted):<br><br># chcon -t mnt_t /mnt /mnt/Windows /mnt/Storage<br><br>and then try booting again. If it still fails, look for new avc messages<br>in /var/log/messages.
<br><br>Paul.<br><br><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">https://www.redhat.com/mailman/listinfo/fedora-list
</a><br></blockquote></div><br>