diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-06 18:52:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-06 18:52:16 -0400 |
commit | e8722999263e9a978bff356843266833173181be (patch) | |
tree | 0b0201509aa2b72cef2f414cc9378a0fdb6908ce /doc/design/assistant | |
parent | 28d9ba18d64286f79ce1c1483681c6822c21f648 (diff) | |
parent | 34522c1fd8e88c82a6ae06166d1e8107e2f00597 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/design/assistant')
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_54__adding_removable_drives/comment_1_5de4f220a3534f55b1f2208d1d812d63._comment b/doc/design/assistant/blog/day_54__adding_removable_drives/comment_1_5de4f220a3534f55b1f2208d1d812d63._comment new file mode 100644 index 000000000..56f513a38 --- /dev/null +++ b/doc/design/assistant/blog/day_54__adding_removable_drives/comment_1_5de4f220a3534f55b1f2208d1d812d63._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U" + nickname="Richard" + subject="comment 1" + date="2012-08-05T23:50:57Z" + content=""" +Using `annex` as default is fine, but even non-technical users will need a way to create different annexes for different usage. Or if two users share one thumb drive and each has their own annex. Long story short, I don't think this is an expert option, but something every user should be able to change immediately. + +A pre-populated text area makes most sense, imo. +"""]] diff --git a/doc/design/assistant/blog/day_54__adding_removable_drives/comment_2_8dae1ed0a70acf9628b88692dc32ac5f._comment b/doc/design/assistant/blog/day_54__adding_removable_drives/comment_2_8dae1ed0a70acf9628b88692dc32ac5f._comment new file mode 100644 index 000000000..b26d9b85f --- /dev/null +++ b/doc/design/assistant/blog/day_54__adding_removable_drives/comment_2_8dae1ed0a70acf9628b88692dc32ac5f._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://dieter-be.myopenid.com/" + nickname="dieter" + subject="comment 2" + date="2012-08-06T08:30:47Z" + content=""" ++1 on what Richard said +about the correctly figuring out what are valid mountpoints / devices that can be used, your current code doesn't seem very robust. +check this out https://github.com/Dieterbe/aif/blob/develop/src/core/libs/lib-blockdevices-filesystems.sh#L213 +"""]] |