Problem Mounting System Volume in Read-Write

Hello,
This is probably a dumb question, but I'm having trouble mounting a system volume encrypted with ciphershed as read-write. I'm using arch linux, ciphershed 7.1a and the volume I'm trying to mount is a Windows 7 system partition. I can't for the life of me get this volume mounted with write permissions... what am I doing wrong? Here is the command line I'm running:
I've tried using the --fs-options flag with "rw"; "defaults"; "user"; "uid=1000"; "umask=022" etc etc... But no luck. Any help would be appreciated.
Thanks
This is probably a dumb question, but I'm having trouble mounting a system volume encrypted with ciphershed as read-write. I'm using arch linux, ciphershed 7.1a and the volume I'm trying to mount is a Windows 7 system partition. I can't for the life of me get this volume mounted with write permissions... what am I doing wrong? Here is the command line I'm running:
- Code: Select all
sudo ciphershed -t /dev/sda1 /mnt/windows -m system --protect-hidden=no -k ""
I've tried using the --fs-options flag with "rw"; "defaults"; "user"; "uid=1000"; "umask=022" etc etc... But no luck. Any help would be appreciated.
Thanks