Tirsdag 10 juni 2008 08:32, skrev Brian May:
> Nils Olav Fossum wrote:
> > The filesystem is created by parted, (or it should be..)
> > Partition and filesystem creation is done from install.pl (namely
> > the "fdisk_cmds =" ...)
> > From youre parted printout you do not have a formatted filesystem.
> > It should say fat32 under "Filesystem".
>
> Hmmm...  Does fdisk_cmds need to be updated for nt5x-install?

No, it should work just like before
>
> I have:
>
>      fdisk_cmds="fdisk /clear 1;fdisk /pri:100,100;fdisk /activate:1"
>      fdisk_confirm=0
>      format_cmd="format /y /z:seriously /q /u /a /v: c:"
>      replace_mbr=1
>
> which looks very specific to dosemu.

format_cmd=   is the only thing thats dosemu/dosfloppy specific,
its simply ignored by nt5x-install.
The rest is done by install.pl

>
> Can something please give me sample settings to use the entire disk
> space that work with nt5x-install?

The only sample I have at hand (12GB C:, rest of disk for D: ) :
fdisk_cmds = "fdisk /clear 
1;fdisk /pri:12288;fdisk /pri:100,100 /spec:7;fdisk /delete /pri:1;fdisk 
/pri:4000;fdisk /activate:1"

>
> (also: what is the status of native NTFS installs without going via FAT32?)

I wish I had time to just do it...

>
> > I hope this is somewhat helpful.
> > I have not been on the unattended ball lately as I am assigned to other
> > tasks, so Im using a build with parted 1.8.8.. ..it looks like cvs is
> > back to the old 1.6.22 ?
> > (http://unattended.cvs.sourceforge.net/unattended/unattended/install/dosb
> >in/install.pl?r1=1.154&r2=1.155)
>
> Apparently the latest version caused problems for some people.
>
> Is there any hope of solving these problems so we can go back to the
> latest version?

Somehow I do not have any trouble with parted 1.8.8, but others have.
It is not clear for me what goes wrong here.

Going the NTFS route is what I hope to be a working solution.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to