Synopsis
CTL_STATUS_t ctl_ms_mount_volume_at_sector(const char *volume,
                                           CTL_MS_LBA_t start_sector);
Description

ctl_ms_mount_volume_at_sector mounts the super-floppy volume without a master boot record or an MBR-partitioned volume on a disk. start_sector is the LBA of the first sector of the volume on the media for a super-floppy, or the LBA of the first sector of the partition to mount for a volume with an MBR.

Return Value

ctl_ms_mount_volume_at_sector returns a standard status code.

Thread Safety

ctl_ms_mount_volume_at_sector is thread-safe.