mfsRamSetVolumeName
Syntax
s32 mfsRamSetVolumeName(u8* name)

Arguments

*name   Name to be set

Return value

Error

Function

Sets volume name

Description

This function sets the volume name. A volume name consists of 20 characters.

Main errors

MFS_ERR_NO Normal termination
MFS_ERR_NOTMFSDISK Not an MFS-format disk
The disk ID's disk use is not 1, or the header is different.
MFS_ERR_VERSION Different version MFS-format disk
The version is an unsupported version.
MFS_ERR_PROTECT Write protected
The file attribute is write protected, or the volume attribute is write protected, or the parent directory is write protected.