mounting: samba/ntfs/dislocker added

master
tiyn 2 years ago
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…
Cancel
Save