Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wtanaka/ansible-role-exfat
Ansible role to install exfat file system support
https://github.com/wtanaka/ansible-role-exfat
ansible ansible-galaxy ansible-role ansible-roles exfat galaxy microsoft sd-card
Last synced: 4 days ago
JSON representation
Ansible role to install exfat file system support
- Host: GitHub
- URL: https://github.com/wtanaka/ansible-role-exfat
- Owner: wtanaka
- Created: 2016-12-03T18:27:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T06:16:22.000Z (over 5 years ago)
- Last Synced: 2024-11-22T21:49:51.893Z (2 months ago)
- Topics: ansible, ansible-galaxy, ansible-role, ansible-roles, exfat, galaxy, microsoft, sd-card
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/wtanaka/ansible-role-exfat.svg?branch=master)](https://travis-ci.org/wtanaka/ansible-role-exfat)
[![CircleCI](https://circleci.com/gh/wtanaka/ansible-role-exfat.svg?style=svg)](https://circleci.com/gh/wtanaka/ansible-role-exfat)wtanaka.exfat
=============Installs exFAT support
exFAT (Extended File Allocation Table) is a Microsoft file system
optimized for flash memory such as USB flash drives and SD cards.
It is proprietary and Microsoft owns patents on several elements of
its design.exFAT can be used where the NTFS file system is not a feasible
solution (due to data structure overhead), yet the file size limit of
the standard FAT32 file system is unacceptable.exFAT has been adopted by the SD Card Association as the default file
system for SDXC cards larger than 32 GiB.( description from https://en.wikipedia.org/wiki/ExFAT under
https://creativecommons.org/licenses/by-sa/3.0/ )Example Playbook
----------------- hosts: servers
roles:
- wtanaka.exfatLicense
-------GPLv2
Author Information
------------------http://wtanaka.com/