User Tools

Site Tools


bsd:notes:misc

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bsd:notes:misc [2025/05/20 03:50] Sean Rhonebsd:notes:misc [2025/05/21 11:13] (current) Sean Rhone
Line 34: Line 34:
  
   usbconfig -d '/dev/ugen0.6' power_off   usbconfig -d '/dev/ugen0.6' power_off
 +
 +===== Mount MTP =====
 +
 +  su -
 +
 +  pkg install 'fusefs-jmtpfs'
 +
 +  kldload 'fusefs'
 +
 +  mkdir -p '/mnt/MTP' && jmtpfs -o 'allow_other' '/mnt/MTP'
  
 ===== User/Group ===== ===== User/Group =====
/srv/www/wiki/data/attic/bsd/notes/misc.1747727408.txt.gz · Last modified: by Sean Rhone