Difference between revisions of "How To"
From GhostBSD Wiki
Line 15: | Line 15: | ||
{|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000;text-align:left;padding: 10px" | {|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000;text-align:left;padding: 10px" | ||
|- | |- | ||
− | ! scope="col" style="width: | + | ! scope="col" style="width: 150px;"|'''Issue''' |
− | ! scope="col" style="width: | + | ! scope="col" style="width: 350px;"|'''solution''' |
− | ! scope="col" style="width: | + | ! scope="col" style="width: 150px;"|'''Addition or Link''' |
|- | |- | ||
+ | |Show USB devices | ||
| | | | ||
− | + | * Connect USB device | |
+ | * open a terminal | ||
+ | * change to root | ||
+ | * write: <code># gpart show</code> | ||
+ | * gpart will show you the device da'''x''' and the partition s'''x''' | ||
| | | | ||
|- | |- | ||
+ | |mount NTFS | ||
| | | | ||
− | + | * do first <code>gpart show</code> | |
− | | | + | * install: '''ntfs-3g''' |
+ | * write: <code># ntfs-3g /dev/da5s1 /mnt</code> | ||
+ | * 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 [[User:Slughorn|Slughorn]]<br/> | ||
+ | thanks to:[https://forums.ghostbsd.org/viewtopic.php?f=91&t=1532 user hunghung] | ||
|- | |- | ||
+ | |mount FAT32 | ||
| | | | ||
− | + | * do first <code>gpart show</code> | |
− | | | + | * write:<code># mount -t msdosfs /dev/da5s1 /mnt</code> |
+ | * 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 [[User:Slughorn|Slughorn]]<br/> | ||
+ | thanks to:[https://forums.ghostbsd.org/viewtopic.php?f=91&t=1532 user hunghung] | ||
|- | |- | ||
| | | |
Revision as of 06:30, 23 December 2019
This page is in maintenance! Please do not change this page without to contact the author or use Discussion! |
Welcome to the How To |
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 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 |
|
|
mount NTFS |
|
tested by Slughorn thanks to:user hunghung |
mount FAT32 |
|
tested by Slughorn thanks to:user hunghung |
Back to the Applications |
Back to the Wiki |