Archives                                            
*** 2/17/25 Debian  
  Ver Archives  
  2/17/25                                            
   
  home
  Releases mount                         .
  Install / Debian ls -l  /dev/disk/by-uuid /etc/fstab  (make a bak copy of this file, then edit the new file)  
  nano   by-id   put on the bottom of the file  
  Tweaks              
  Pkg Mgt   by-path   UUID=8b745b70-7522-4b69-b94e-c143a9b6d9d2    /mnt/FreeAgent    ext4    defaults     0   2
  MX    
  FAQ   and then reboot  
  Archives                        
  Linux
                                 
      Mounting a Flash drive    
    ls -l  /dev/disk/by-label by-id Automount    umount   /dev/sde1  
      by-path /run/media/mdh/FreeAgent mkdir /mnt/TFLASH   
      by-uuid mount -t ntfs-3g,uid=mdh,gid=mdh   /dev/sde1   /mnt/TFLASH
       
      FreeAgent -->  ../../sdd1 Mounting an ext4 drive   Mounting a NTFS drive  
      TFLASH -->   ../../sde1 umount /dev/sdb1 umount  /dev/sdd1  
      mount   /dev/sdb1  /mnt/FreeAgent mkdir /mnt/FreeAgent  
      mount -t ntfs-3g  /dev/sdd1  /mnt/FreeAgent  
                                 
   
   
    Plex drive mappings unRaid
    1 Movies /home/nfs/plex/movies cp -r /var/www/html/plex-media/movies/ /home/nfs/plex/ /mnt/user/Plex-Media/movies
                    cd /var/www/html/plex-media -----> rm -r movies
    2 TV Shows /home/nfs/plex/TV_shows
                   
    3 Music /home/nfs/plex/music cp -r /var/www/html/plex-media/music/  /home/nfs/plex/ /mnt/user/Plex-Media/music
          /var/www/html/plex-media/music   cd /var/www/html/plex-media -----> rm -r music
    4 Home Pictures (slides) /home/nfs/plex/Pictures cp -r /var/www/html/plex-media/Pictures/  /home/nfs/plex/ /mnt/user/Plex-Media/Pictures
                    cd /var/www/html/plex-media -----> rm -r Pictures
    5 Home Videos /home/nfs/plex/home_videos cp -r /var/www/html/plex-media/home_videos/ /home/nfs/plex/ /mnt/user/Plex-Media/home_videos
                   
   
   
    NFS share (as root)
    UnRaid T30
    @T30 --->  #   mount   192.168.0.17:/mnt/user/Plex-Media     /home/nfs/plex        
            LXC            
    @Plex-LXC  --->  #   mount  192.168.0.17:/mnt/user/Plex-Media      /mnt/Media nfs vers=3,nouser,atime,auto,retrans=2,rw,dev,exec 0 0
                         
     
    To check share -->  #   mount 192.168.0.17:/mnt/user/Plex-Media on /home/nfs/plex type nfs4
       (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clienta.168.0.67,local_lock=none,addr=192.168.0.17)