Date: Mon, 09 Oct 2017 13:59:57 -0500 From: Scott Bennett <bennett@sdf.org> To: tomek@cedro.info Cc: freebsd-stable@freebsd.org Subject: Re: automount usb msdosfs no partition table Message-ID: <201710091859.v99IxvK3008553@sdf.org> In-Reply-To: <CAFYkXjmFgPTz1a5itJrX7_OYmq3Y=KXYUekWCcAsEWZ4ME6FXw@mail.gmail.com> References: <mailman.9.1507550400.64362.freebsd-stable@freebsd.org> <201710091830.v99IU4Bd013697@sdf.org> <CAFYkXjmbxceYTBawzDqKWoF5qVLCpxTDPfJrTXkKviEfYLjpCQ@mail.gmail.com> <CAFYkXjnJfjBK7xj-nBCKtZkdFXKFA7wbgMP%2BE5ROpV=yzpp-OA@mail.gmail.com> <CAFYkXjmFgPTz1a5itJrX7_OYmq3Y=KXYUekWCcAsEWZ4ME6FXw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Tomasz CEDRO <tomek@cedro.info> wrote: > i cannot format that device, as its the "firmware feature" that it has no > partition table.. i would have to fix the firmware.. but it would be nice > to automount it anyway as macos, linux and windoze can :-) > Well, put a partition table onto it, then. You can use either gpart(8) or fdisk(8) to do that and to create a slice, and then use newfs_msdos(8) to create the file system. I understood from your previous message that you wanted to create a FAT32 file system on /dev/da0 rather than on /dev/da0s1, which meant on the bare device rather than on a slice. Otherwise, create the partition table, create a slice, and proceed. Scott Bennett, Comm. ASMELG, CFIAG ********************************************************************** * Internet: bennett at sdf.org *xor* bennett at freeshell.org * *--------------------------------------------------------------------* * "A well regulated and disciplined militia, is at all times a good * * objection to the introduction of that bane of all free governments * * -- a standing army." * * -- Gov. John Hancock, New York Journal, 28 January 1790 * **********************************************************************
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710091859.v99IxvK3008553>