newfs write error

inode write error, when I try to install FreeBSD on Aspire One I get a write error when creating newfs, it creates the partitions, however when creating newfs it gives some superblock write error.
 
Ofloo said:
inode write error, .. when i try to install freebsd on aspire one i get an write error when creating newfs, it creates the partitions, however when creating newfs it gives some superblock write error.

What model of Aspire One? What version of FreeBSD?
 
Aspire one A110 version FreeBSD 8.2, the strange part is when I null the drive it just works fine like, ..

Code:
dd if=/dev/zero of=/dev/ad2 bs=8192 count=8192
dd if=/dev/random of=/dev/ad2
dd if=/dev/zero of=/dev/ad2
just write fine, ..
 
Are you overriding newfs' default options for the filesystem configuration?

Have you tried using a different slicing/partitioning layout (i.e. smaller or bigger slices and partitions)?
 
Ofloo said:
Aspire one A110 version freebsd 8.2, the strange part is when i null the drive it just works fine like, ..

dd if=/dev/zero of=/dev/ad2 bs=8192 count=8192
dd if=/dev/random of=/dev/ad2
dd if=/dev/zero of=/dev/ad2

Please show the commands you're using to partition and format the drive.
 
I use default installer I just press "a/q" in the fdisk of the installer.

First 'a' 'q' for use entire disk then 'a' 'q' for auto partitionate, then I believe the boot manager which is no boot manager.
 
Back
Top