Re: F9 NFS install fails



On Mon, 2008-06-30 at 22:06 +0930, Tim wrote:
Tim:
Not necessarily. You can access an ISO file on non-Linux partition
types, as well.


Amadeus W.M.:
Even ntfs?

<http://docs.fedoraproject.org/install-guide/f9/en_US/sn-installing-from-harddrive.html> suggests yes (table at bottom of page) and no (second paragraph). I haven't tried it, to see which is wrong.

Wouldn't a DVD ISO be too large to fit on a FAT drive? I thought they
had a 2 gig file size limit.
----
mkfs can format up to 32 GB vfat volumes last time I checked. I believe
that Windows can format larger.

Craig

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: DTPicker
    ... On the BestFit issue, for every cell of the column in the Flexgrid, I have ... I could not come up with a generic format to fit no matter ... > Hi Bob, ...
    (microsoft.public.vb.controls)
  • Re: So... why widescreen?
    ... Because digital broadcasts are widescreen. ... > fit it on the TV screen we need to do one of three ... why is Doctor Who, made for TV, shot in wide format? ... For a time when wide-screens are more wide-spread? ...
    (rec.arts.drwho)
  • RE: Can this can be done???
    ... I had built a spreadsheet in the following ... and compile litterally thousands of models the parts fit. ... department tells me I have to put the lists in the following format: ...
    (microsoft.public.excel.programming)
  • Re: Why fixed point ?
    ... what is the advantage of using fixed point numbers in DSP calculations? ... DSP code uses fixed point numbers of other than integer format because it is a better fit to the problems that the code is trying to solve. ... As Al Clark pointed out, if you did a full multiplication of this you'd have something in 2r30 format -- but because the leading bit is a sign bit the magnitude of the resulting number would almost always fit in 1r30 format*, and you can generally lose the trailing zeros without a great loss of precision. ...
    (comp.dsp)
  • Re: Convert a very long int value To Hex
    ... want to convert it into equivalent Hex value. ... When you have a literal constant that long, ... reductions until the result fit into an unsigned long, ... use the %0lX format. ...
    (comp.lang.c)