Page 1 of 2

Missing External Drives

Posted: Fri Apr 03, 2020 8:42 pm
by iraj
I've just reinstalled Audacity 2.3.3 after a hard drive crash. I'm using Linux/Ubuntu 18.04. (I have a dual boot system with Win 10 as the 2nd OS, and this problem does not exist on the Windows version of Audacity.) Although the Linux system is able to see, open and work with my two external hard drives, and before the crash Audacity had no problems finding them, the new Audacity installation sees only my local hard drive and files. I can save locally and copy globally, but it's an extra step I'd like to avoid.

Any ideas would be appreciated.
Iraj

Re: Missing External Drives

Posted: Fri Apr 03, 2020 8:44 pm
by iraj
PS: I downloaded from the Audacity website and installed via terminal on my system.

Re: Missing External Drives

Posted: Sun Apr 05, 2020 10:51 am
by steve
What do you get if you run the "lsblk" command in a Terminal?

Re: Missing External Drives

Posted: Sun Apr 05, 2020 3:46 pm
by iraj
Here's the result of lsblk. The Seagate and Iomega are the external drives.

NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 2.3M 1 loop /snap/gnome-calculator/180
loop1 7:1 0 55M 1 loop /snap/core18/1705
loop2 7:2 0 73.8M 1 loop /snap/audacity/599
loop3 7:3 0 86.9M 1 loop /snap/core/4917
loop4 7:4 0 13M 1 loop /snap/gnome-characters/103
loop5 7:5 0 140.9M 1 loop /snap/gnome-3-26-1604/70
loop6 7:6 0 236M 1 loop /snap/kde-frameworks-5/27
loop7 7:7 0 132K 1 loop /snap/gtk2-common-themes/9
loop8 7:8 0 34.7M 1 loop /snap/gtk-common-themes/319
loop9 7:9 0 14.5M 1 loop /snap/gnome-logs/37
loop10 7:10 0 3.7M 1 loop /snap/gnome-system-monitor/51
sda 8:0 0 232.9G 0 disk
├─sda1 8:1 0 529M 0 part
├─sda2 8:2 0 100M 0 part /boot/efi
├─sda3 8:3 0 16M 0 part
├─sda4 8:4 0 48.2G 0 part
└─sda5 8:5 0 184.1G 0 part /
sdb 8:16 0 2.7T 0 disk
└─sdb1 8:17 0 2.7T 0 part /media/ira/Seagate Backup Plus Drive
sdc 8:32 0 2.7T 0 disk
└─sdc1 8:33 0 2.7T 0 part /media/ira/Iomega 3 TB
sr0 11:0 1 1024M 0 rom

Re: Missing External Drives

Posted: Sun Apr 05, 2020 5:21 pm
by steve
First thing, I would recommend NOT opening Audacity Projects directly from an external drive. External drives are great for reading / writing big files, but not so good for low latency access of thousands of tiny files (such as Audacity data). They should be fine for importing / exporting audio files.

Have you tried (in Audacity):
"File menu > Import > Audio"
and navigating to:

Code: Select all

/media/ira/Seagate Backup Plus Drive

Re: Missing External Drives

Posted: Sun Apr 05, 2020 6:17 pm
by iraj
Hadn't before, but I just did try that and got "Could not read contents of Seagate Backup Plus Drive" and the following error message: Error opening directory '/media/ira/Seagate Backup Plus Drive': Permission denied.

I went to the drive properties; I was already authorized to R/W. I edited 'permissions' to allow everyone access to read-write files. That made no difference in Audacity. Interestingly, the Audacity import choices for the Seagate drive show only a portion of the files, specifically recovered data files from my efforts to rebuild the crashed hard drive. Moreover, the only drive that's listed in the 'Import' default screen is the Seagate. I manually entered the location of the Iomega, but got the same 'can't read' and error messages.

Is there a 'remap' function in Audacity other than 'import'?

Thanks for the continuing help.
Ira

Re: Missing External Drives

Posted: Sun Apr 05, 2020 8:26 pm
by steve
When you last logged out of Windows, did you "safely remove" the drives and completely shut down Windows? If not, try that, then boot into Linux and see if there's any difference.

Re: Missing External Drives

Posted: Sun Apr 05, 2020 10:52 pm
by iraj
I usually restart the computer to go from Win to Ubuntu and back, but I did a hard shutdown and there's no difference. I should have responded to your point about running Audacity from an external drive: I don't. Windows and Ubuntu have separate installations, both on the C drive in their respective partitions. So there's no removal of discs.

Re: Missing External Drives

Posted: Sun Apr 05, 2020 10:55 pm
by steve
iraj wrote:
Sun Apr 05, 2020 10:52 pm
Windows and Ubuntu have separate installations, both on the C drive in their respective partitions. So there's no removal of discs.
What I'm wondering, is if Windows is "locking" the external drives in some way. That's why I suggested doing a "safely remove" in Windows (to unmount the drives before shutting down Windows). It may make no difference, but a quick test could rule out that possibility.

Re: Missing External Drives

Posted: Mon Apr 06, 2020 12:58 am
by iraj
The Linux system and all other programs on the system have no trouble finding the drives, and these are the same Windows and Linux versions I used before the crash. Anything is worth a try, though, but I'm running out of time right now. I'll post again the next time I can get to the computer. Thanks again for the suggestions.
Ira