-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for mounting exFAT partitions by default #1054
Comments
Mounting where? In a VM to which you attach some external block device Best Regards, |
@marmarek yes, the use case where you attach an external device like USB key. However, this particular case of installing the appropriate package is quite challenging as neither This is precisely the sort of UX that I think is a common real world case (a person inserts an exFAT formatted usbkey) that should just work® easily with Qubes! |
Ah, indeed there is no exfat support in plain Fedora. We provide
Then you can simply install the package using yum. We don't want to Debian apparently provide those packages in the main repository, so there is Best Regards, |
@marmarek thanks for responding. I tried enabling the command you suggested in dom0 and my Fedora TemplateVM, the later looked like it actually performed an action. After trying to install the I also tried creating a debian-8 AppVM, but for some reason no apps will start from this VM- they just die after launching from the KDE menu. I hear what you're saying about "because it should be user choice about trust and/or licensing (for example patent restrictions)" and I know this is the sort of thing that many in the infosec / FOSS community are really hardline about. Yet this is precisely one of the major pain points in FOSS and one whereby all but the most skilled and persistent users suffer and often give up or retreat to Mac or Windows. I mean, here I am (2 hours later) being a persistent power user trying to contribute to FOSS, as well as needing the security Qubes provides for my personal / work demands, and I am still unable to figure out out to install these packages and get data off a thumbdrive... Just something to consider when setting defaults and considering usability! |
On the usability side, I agree with @bnvk here. This whole chain of discussion
For this reason, and for others, such as...
Let's consider to throw out Fedora out of Qubes entirely, from dom0, everywhere? (1) (2) Of course, there could be compelling reasons to use Fedora for dom0 for whatever Xen related reason that I am ignorant of. Please feel free to cut off this "what's the best distribution to fork" discussion. I am happy to move it elsewhere. (1) (Perhaps have the community take over a template as community supported.) |
On Tue, Jul 07, 2015 at 11:01:38PM -0700, Patrick Schleizer wrote:
Generally, in long term, it is a good idea. But for now changing But for now we need to handle Qubes with Fedora in dom0. Note that this Best Regards, |
@marmarek I think this is a pretty important feature, sad to see the issue closed with
|
First of all, this all looks to be totally independent of dom0 distribution, only VM is involved. As explained before, we don't want to enable RpmFusion by default (and install packages from there), so for Fedora it would need user action (one yum install command mentioned before) to having it supported. Maybe having it properly documented would be enough? That would be the easiest (for us) option.
I think we can afford this space in default template. The remaining part would be actually using Debian template. User is free to create Debian-based VM (or switch existing) pretty easy, so it can be just documentation thing. The other option would be to having Debian template being the default one. In that case, I think it rather deserve an option in firstboot/pre-configuration. |
Marek Marczykowski-Górecki:
Should be documented.
https://github.com/marmarek/qubes-builder-debian/pull/25
I like that idea for other reasons anyhow.
Not sure. Buried under advanced options perhaps. It's a pretty difficult question for someone using some *nix for the first time. How could that be worded? @bnvk |
@marmarek thanks for re-opening and looking into this. I understand the reasoning about RpmFusion issue. I'm working on adding to the Docs about this. However, I can't seem remember how and where to enable RPM Fusion. In our current docs, the only thing seems to be https://www.qubes-os.org/doc/software-update-vm/#tocAnchor-1-1-9 which is lacking & unhelpful. I think I remember running a command from CLI within that Template. Any help? Offering Debian sounds like a good option for users. Simply adding the lib and a page to the Docs will be good enough for now :) |
Enabling rpmfusion in dom0 seems super difficult. Even if it was documented. See this thread: https://groups.google.com/forum/#!msg/qubes-users/zHdY6Oe58t0/qSFkLZdpng4J I am not sure anymore I got it to work back then. Perhaps instead of enabling rpmfusion in dom0 or Fedora, documentation should recommend to use a Debian based VM for this task? |
Why would you want to enable it in dom0?! You should not mount external devices in dom0, instead use some VM for that. Debian-based one in this case is a good choice. |
I agree. Coming from windows and without much unix knowledge that's a barrier. I am still struggling for it. |
--enable is not recognized, so I tried --enablerepo, then, the command is: then: |
In after I then executed Then I removed network access to |
I'm convinced this issue should be closed.. it was a very simple install for me: On dom0, follow the Qubes instructions to attach drive to your qube In your qube:
Now your drive is available in the mnt directory. Use |
This appears to have moved on since originally posted. The correct commands are below. ('yum-config-manager' did nothing in my Qubes OS R4.0). In your qube:
Now your drive is available in the mnt directory. Use |
It appears this issue has already been resolved, so I'll close it. If anyone believes the issue is not yet resolved, or if anyone is still affected by this issue, please leave a comment, and we'll be happy to reopen this. Thank you. |
Currently, Qubes by default does not mount exFAT formatted external drives / partitions. I believe this should be supported by default so as to be more usable for people not good at using a CLI
The text was updated successfully, but these errors were encountered: