On 7/10/09 11:35 AM, "jimi o'beirne" <[email protected]> wrote:
> Mike > Thanks! So in essence I would do si_getimage --/dev/sb1/systemimager > -golden-client 192.168.0.101 -image my_golden_client -ip-assignment > replicant if my external hard drive is /dev/sb1 with a systemimager > directory? No, not exactly. There a couple of things wrong with that command. First, you won't use the /dev/sb1, you'll use whatever directory it's mount on. For example, if it's that disk is mount on /mnt, then the path to use would be /mnt/systemimager. Second, you have to give it the --directory flag (see the man pages or the documentation). So, it would be like this: si_getimage --directory /mnt/systemimager -golden-client 192.168.0.101 -image my_golden_client -ip-assignment replicant > Oh, and the ext hdd is formatted right now as fat32, do I need it to be > ext? As someone else has already answered, yes, you want it to be one of the ext formats. I think mine are all ext2. --- Mike VanHorn Senior Computer Systems Administrator College of Engineering and Computer Science Wright State University 265 Russ Engineering Center 937-775-5157 [email protected] http://www.cs.wright.edu/~mvanhorn/ ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
