Difference between revisions of "How To"

From GhostBSD Wiki
Jump to: navigation, search
(Introduction)
Line 9: Line 9:
  
 
==Introduction==
 
==Introduction==
Here we will some tips and tricks from users to users. It is not a forum. If you have a question and no answer yet go to [https://forums.ghostbsd.org/index.php GhostBSD Forums]. <br/>But if you got a '''solution''' for your issues, you are welcome to describe it here in a short way.  
+
Here we will collect some tips and tricks from users to users. It is not a forum. If you have a question and no answer yet, go to [https://forums.ghostbsd.org/index.php GhostBSD Forums]. <br/>But if you got a '''solution''' for your issues, you are welcome to describe it here in a short way.
  
 
==Tips and Tricks==
 
==Tips and Tricks==

Revision as of 07:31, 23 December 2019

This page is in maintenance!
Please do not change this page without to contact the author or use Discussion!
Maintainer: Sughorn


Welcome to theIcon Disti GhostBSD.png How To

Introduction

Here we will collect some tips and tricks from users to users. It is not a forum. If you have a question and no answer yet, go to GhostBSD Forums.
But if you got a solution for your issues, you are welcome to describe it here in a short way.

Tips and Tricks

Issue solution Addition or Link
Show USB devices
  • Connect USB device
  • open a terminal
  • change to root
  • write: # gpart show
  • gpart will show you the device dax and the partition sx
mount NTFS
  • do first gpart show
  • install: ntfs-3g
  • write: # ntfs-3g /dev/da5s1 /mnt
  • da5s1 is an example
  • /mnt is the mountpoint you wish
  • open Thunar and go to /mnt
  • Thunar shows you the content of your device and you can work with them
  • Caja does not
tested by Slughorn

thanks to:user hunghung

mount FAT32
  • do first gpart show
  • write:# mount -t msdosfs /dev/da5s1 /mnt
  • da5s1 is an example
  • /mnt is the mountpoint you wish
  • open Thunar and go to /mnt
  • Thunar shows you the content of your device and you can work with them
  • Caja does not
tested by Slughorn

thanks to:user hunghung

Back to the Icon Disti GhostBSD.pngApplications






Back to the Icon Disti GhostBSD.pngWiki