linkpi_firmware_history/rootfs/etc/udev/automount.sh

6 lines
168 B
Bash
Raw Normal View History

2024-02-15 22:07:30 +01:00
#!/bin/sh
2024-02-15 22:07:35 +01:00
/bin/umount /root/usb
/bin/mount -t vfat -o codepage=936,utf8 /dev/sda1 /root/usb
/bin/mount -t ext4 /dev/sda1 /root/usb
/usr/bin/ntfs-3g /dev/sda1 /root/usb