Date: Fri, 23 Sep 2011 15:40:31 +0200 From: Joerg Wunsch <j@uriah.heep.sax.de> To: Anton Shterenlikht <mexas@bristol.ac.uk> Cc: freebsd-sparc64@freebsd.org Subject: Re: mount usb flash drive - files inconsistent with amd64 Message-ID: <20110923134031.GX45024@uriah.heep.sax.de> In-Reply-To: <20110923132823.GA3053@mech-cluster241.men.bris.ac.uk> References: <20110923090639.GA54307@mech-cluster241.men.bris.ac.uk> <20110923131052.GW45024@uriah.heep.sax.de> <20110923132823.GA3053@mech-cluster241.men.bris.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
As Anton Shterenlikht wrote: > > On the Sparc, are you sure you > > actually enabled fdisk partitions? > > I've no idea I had to do this, so I guess no. > Where can I read more about enabling fdisk partitions on sparc? I had to boot my Sparc machine to find out. ;-) Try "kldload geom_mbr". Unlike on the AMD64, this is probably not part of a standard kernel on FreeBSD/sparc64. > I need this usb stick to be recognised by Windows systems, > so I guess I have to format is with fdisk first? Well, it's already got an fdisk slice table, as you can see on the AMD64 machine. You just have to make sure that the UFS access did not already corrupt something in the FAT filesystem. It's probably best to start over with a fresh "newfs_msdos /dev/da0s1", I think. > I definitely haven't done it manually. So I guess when I wrote data > on it on a Windows system, the FAT slice was created by Windows. > Is this likely? Yes, it is. The only question is where (and why) you UFS formatted it on the Sparc. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110923134031.GX45024>