ntfs
Differences
This shows you the differences between two versions of the page.
| ntfs [2022/03/10 15:12] – created ssm2017 | ntfs [2022/03/10 15:33] (current) – ssm2017 | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| </ | </ | ||
| + | ===== mount exfat ===== | ||
| + | <sxh bash> | ||
| + | #!/bin/bash | ||
| + | # version bourrin en 777 | ||
| + | #sudo mount -t vfat /dev/sda1 / | ||
| + | |||
| + | # version plus civilisée | ||
| + | # uid ssm2017 = 1002 gid group webdev = 1003 | ||
| + | #sudo mount -t vfat /dev/sda1 / | ||
| + | |||
| + | # version encore plus civilisee | ||
| + | #mount -o rw, | ||
| + | </ | ||
| {{tag> | {{tag> | ||
ntfs.1646921543.txt.gz · Last modified: by ssm2017
