User Tools

ntfs

mount ntfs usb key

mount -t ntfs-3g /dev/sdb1 /media/uk32

rsync ntfs usb key

rsync -rlptDv /source /destination

mount exfat

#!/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/

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