<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Gary Sandine wrote:
<blockquote cite="mid1155361491.1478.16.camel@alrak.laclinux.com"
 type="cite">
  <pre wrap="">On Fri, 2006-08-11 at 23:31 -0600, BrianO'Keefe wrote:
[..]
  </pre>
  <blockquote type="cite">
    <pre wrap="">brianokeefe@ubuntu:~$ cat /etc/mtab
/dev/hda8 / ext3 rw,errors=remount-ro 0 0
proc /proc proc rw 0 0
/sys /sys sysfs rw 0 0
varrun /var/run tmpfs rw 0 0
varlock /var/lock tmpfs rw 0 0
procbususb /proc/bus/usb usbfs rw 0 0
udev /dev tmpfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
devshm /dev/shm tmpfs rw 0 0
lrm /lib/modules/2.6.15-26-powerpc/volatile tmpfs rw 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
/dev/sda9 /media/For_Linux ext2 rw,nosuid,nodev 0 0
/dev/sda13 /media/Misc hfsplus rw,nosuid,nodev,uid=1000,gid=1000 0 0
/dev/sda11 /media/Tarman hfsplus rw,nosuid,nodev,uid=1000,gid=1000 0 0
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You probably can't write to /media/Misc and /media/Tarman (/dev/sda13 an
sda11)?  They have an HFS+ file system, while /media/For_Linux
(/dev/sda9) has an ext2 file system.  Off the top of my head, I don't
know if Linux has a driver for writing to journaled HFS+.  Maybe that's
the problem.



_______________________________________________
nmglug mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nmglug@nmglug.org">nmglug@nmglug.org</a>
<a class="moz-txt-link-freetext" href="http://www.nmglug.org/mailman/listinfo/nmglug">http://www.nmglug.org/mailman/listinfo/nmglug</a>

  </pre>
</blockquote>
I believe that you are correct based on what I've been reading
elsewhere. One user disabled journaling and hosed his drive!<br>
the odd thing is that I could write to them before. I've read that this
is quirky in Linux. <br>
Thanks anyway Gary!<br>
</body>
</html>