POV-Ray : Newsgroups : povray.unix : Live CD's invoking HDD- installed povray : Re: Live CD's invoking HDD- installed povray Server Time
28 Jun 2024 21:55:06 EDT (-0400)
  Re: Live CD's invoking HDD- installed povray  
From: Florian Brucker
Date: 15 May 2005 05:50:59
Message: <42871b83$1@news.povray.org>
> Some of the live distros aren't doing the best job of seeing my mnt's, my
> hda's.   Any tricks for invoking povray when that is the case?

Well, you can always mount your hdds yourself *and* specify the full
path when calling POV:

Say, you're normal root is hda3 with an ext3 file system, the POV-Ray
binary is in /usr/bin/povray and you've booted into a LiveCD.

As root:
# mkdir /mnt/hda3
# mount -t ext3 /dev/hda3 /mnt/hda3

As user:
$ /mnt/hda3/usr/bin/povray yourscene.pov

Could be that you have to change the permissions on the /mnt/hda3
directory to allow a normal user to access it. Feel free to ask if you
got questions about how it works.


HTH,
Florian
-- 
camera{look_at-y*10location<8,-3,-8>*10}#local a=0;#while(a<999)sphere{
#local _=.01*a-4.99;#local p=a*.01-5;#local c=.01*a-4.995;<sin(p*pi)*5p
*10pow(p,5)*.01>sin(c*c*c*.1)+1pigment{rgb 3}}#local a=a+1;#end
/******** http://www.torfbold.com ******** http://www.imp.org ********/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.