summaryrefslogtreecommitdiffstats
path: root/sys/geom
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-12-02 20:15:16 +0000
committermarcel <marcel@FreeBSD.org>2002-12-02 20:15:16 +0000
commit08185d6b24389fb9fd0169df1777d2260c978b01 (patch)
treee448534c83572001a19e32a84c82fd4857feaa95 /sys/geom
parent7b3238944ad7e75d41b5abeec125b1565b406096 (diff)
downloadFreeBSD-src-08185d6b24389fb9fd0169df1777d2260c978b01.zip
FreeBSD-src-08185d6b24389fb9fd0169df1777d2260c978b01.tar.gz
ia64 specific.
o Mount the EFI file system as msdosfs and not ufs as it's a FAT file system. Introduce Mount_msdos() for this to go side-by-side with Mount(). o Also, since mounting is performed as a command (which means it's queued, sorted, lost, found and executed), we cannot create a directory on the file system by calling mkdir. We must make sure the mkdir happens after the mount. Introduce Mkdir_command() to allow mkdir operations to be queued, sorted, lost, found and executed as well. Approved by: re (jhb, rwatson)
Diffstat (limited to 'sys/geom')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud