diff --git a/wiki/linux/filesystems.md b/wiki/linux/filesystems.md index 9dba5c7..aef2945 100644 --- a/wiki/linux/filesystems.md +++ b/wiki/linux/filesystems.md @@ -2,7 +2,8 @@ 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 classic file system can be mounted so it will be mentioned here diff --git a/wiki/linux/ntfs.md b/wiki/linux/ntfs.md index 3f39554..5455f03 100644 --- a/wiki/linux/ntfs.md +++ b/wiki/linux/ntfs.md @@ -9,9 +9,13 @@ distributions - has to be installed. ## 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 -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: `mount -t ntfs-3g -o loop `. If the partition to mount is bootable or contains a windows system the