mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-04 07:47:45 +02:00
mounting: samba/ntfs/dislocker added
This commit is contained in:
parent
e1de4b8132
commit
da2b8de59b
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
File systems control how data on a drive is stored.
|
File systems control how data on a drive is stored.
|
||||||
|
|
||||||
- [NTFS](./ntfs.md) is a proprietary file system used by Windows
|
- [NTFS](./ntfs.md) is a proprietary file system used by Windows which can
|
||||||
|
additionally be encrypted with [Bitlocker](./dislocker.md).
|
||||||
- [Samba](./samba.md) is free windows interoperability software that is not a
|
- [Samba](./samba.md) is free windows interoperability software that is not a
|
||||||
classic file system can be mounted so it will be mentioned here
|
classic file system can be mounted so it will be mentioned here
|
||||||
|
|
||||||
|
@ -9,9 +9,13 @@ distributions - has to be installed.
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
When [mounting](/wiki/linux/filesystems.md#mounting) a
|
||||||
|
[Bitlocker encrypted drive](./dislocker.md) there are additional steps that have
|
||||||
|
to be taken to decrypt the device.
|
||||||
|
|
||||||
### Manual Mounting
|
### Manual Mounting
|
||||||
|
|
||||||
Partitions using [NTFS] can be mounted on Linux based operating systems by
|
Partitions using NTFS can be mounted on Linux based operating systems by
|
||||||
running the following command:
|
running the following command:
|
||||||
`mount -t ntfs-3g -o loop <path to partition> <path to mount point>`.
|
`mount -t ntfs-3g -o loop <path to partition> <path to mount point>`.
|
||||||
If the partition to mount is bootable or contains a windows system the
|
If the partition to mount is bootable or contains a windows system the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user