Opened 14 years ago
Closed 10 years ago
#6783 closed bug (fixed)
[DriveSetup] Partition->Mount All option doesn't always work
Reported by: | diver | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/DriveSetup | Version: | R1/Development |
Keywords: | gci2014 | Cc: | mdisreali@… |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Attachments (1)
Change History (21)
comment:1 by , 14 years ago
Cc: | added |
---|
comment:3 by , 14 years ago
works fine on the gcc4 hybrid hrev39274 ??? maybe its a problem with one of the drives. what are the drive file formats you are attempting to mount ?
IE NTFS,FAT32,EXT ? BFS ?
I have had problems with mounting NTFS under windows 7 64 bit.
comment:4 by , 14 years ago
It's BFS partition which mounts/unmounts ok using DriveSetup, but won't mount using "Mount all" option or Alt+Shift+M. Trying to do that in Terminal doesn't print anything.
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in hrev39891. It definitely works. If individual partitions fail to mount, it's a different problem. In some circumstances, all your unmounted partitions may fail to mount for another problem, but this function in DriveSetup works as intended.
comment:6 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The problem still exists for me in hrev39894.
- I unmounted my /data (bfs) partition
- Used Partition->Mount All to mount it back.
comment:7 by , 14 years ago
I tested exactly such a scenario multiple times and with different combinations of partitions being unmounted, via Tracker and via DriveSetup itself. What happens if you try to mount just that partition? In any case I need more information. If have one NTFS partition which mounted once in DriveSetup (Mount all feature) and then not anymore in subsequent tries, while other partitions (BFS and ReiserFS) mounted fine. Trying to mount the NTFS partition individually gave me a "Permission denied" error (WTF?!). The "Mount all" feature as such works like intended.
comment:8 by , 14 years ago
Mounting and unmounting of that partition works both from Tracker and DriveSetup. I even tested with default locale - same thing.
comment:11 by , 14 years ago
Summary: | [DriveSetup] Partition->Mount All option doesn't work → [DriveSetup] Partition->Mount All option doesn't always work |
---|
comment:12 by , 14 years ago
Not experienced on hrev40859-4h on real hw. This may just be a issue with VirtualBox.
comment:13 by , 14 years ago
Yep, maybe I can turn on debug output somewhere to help nailing it down? Stippi?
by , 10 years ago
Attachment: | 0001-DriveSetup-Also-mount-BDiskDevices-which-contain-a-f.patch added |
---|
comment:16 by , 10 years ago
patch: | 0 → 1 |
---|
comment:17 by , 10 years ago
Okay, I think I found the culprit (for Google Code-in task http://www.google-melange.com/gci/task/view/google/gci2014/6337204683014144). Adding a patch which fixed the problem for me: Mount All doesn't mount file systems directly on the disk itself, only as a partition. Patch has been added.
comment:18 by , 10 years ago
Thanks! Patch looks good to me. I may not have the time to apply in the near future, so if someone beats me to it, I'd be grateful.
comment:20 by , 10 years ago
Keywords: | gci2014 added |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Applied in hrev48473.
What revision?