On Sat, Jun 17, 2017 at 07:45:43AM -0700, [email protected] wrote: > On Friday, June 16, 2017 at 6:24:55 PM UTC-4, Unman wrote: > > On Fri, Jun 16, 2017 at 10:02:27AM -0700, [email protected] wrote: > > > I mounted a secondary hard drive to my qube using the "qvm-block" cmd and > > > it shows up in the file explorer. When I double click it, nothing happens > > > and don't have permissions to access it via the terminal. What else do I > > > need to do to access my drive? > > > > > > > This really isn't a Qubes problem, and is solvable with a quick search. > > You most likely need to install ntfs-3g and associated packages - for > > Debian look at wiki.debian.org/NTFS > > > > The only Qubes specific thing here is that you will want to install the > > drivers in the template on which your qube is based. > I checked and ntfs-3g is installed. Fedora comes with them out of the box. >
That's good - You say that you dont have permissions to access it. Does this mean that you have mounted the drive? Or that the mount fails? Have you tried mounting using sudo? If the problem is that you have mounted the drive but cant access it, then either su to root and do what you have to, or mount it with an option: mount -o umask=000 /dev/xvdXXX /mnt -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20170618224209.GA614%40thirdeyesecurity.org. For more options, visit https://groups.google.com/d/optout.
