User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ntfs [2022/03/10 15:12] – created ssm2017ntfs [2022/03/10 15:33] (current) ssm2017
Line 11: Line 11:
 </sxh> </sxh>
  
 +===== mount exfat =====
 +<sxh bash>
 +#!/bin/bash
 +# version bourrin en 777
 +#sudo mount -t vfat /dev/sda1 /home/ssm2017/mnt/medias/ -o rw,umask=0000
 +
 +# version plus civilisée
 +# uid ssm2017 = 1002 gid group webdev = 1003
 +#sudo mount -t vfat /dev/sda1 /home/ssm2017/mnt/medias/ -o rw,uid=xxx,gid=xxx,umask=133,dmask=022
 +
 +# version encore plus civilisee
 +#mount -o rw,users,uid=33,gid=1003,dmask=007,fmask=117 -t exfat /dev/sda1 /mnt/medias/
 +</sxh>
 {{tag>usb cli ntfs}} {{tag>usb cli ntfs}}

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information