On Sun, May 14, 2006 at 03:43:58AM -0400, Richard wrote:
> That the part I not quite clear on, where would I add the string "10"
> to mount that partition?
Try a command line similar to this:
mount -t hfsplus -o 'part=10' /dev/hdc /mntpoint
If you're adding it to /etc/fstab, one of the fields is for options.
/dev/hdc /mntpoint hfsplus part=10 0 0
Substitute the desired device, mount point, and partition number as needed.
Brad Boyer
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]