I have Aftershot Pro in my Linux Mint 14 OS.
When I browse for files Aftershot Pro only looks in SDA 1, my system drive.
My archive of RAW image files (about 200gb worth) is on SDA 2.
How can I get Aftershot Pro it look at a different harddrive??
Linux - Browse other hard drive
-
BitKeeper
- Posts: 7
- Joined: Sun Feb 05, 2012 1:00 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: P5B Delux
- processor: Intel Q8400
- ram: 4GB
- Video Card: Nvidia GTX 460
- Hard_Drive_Capacity: 11TB
- Monitor/Display Make & Model: Dell 24"
Re: Linux - Browse other hard drive
Where do you have sda2 mounted?
Try looking under /media/<some_dir> or /mnt/<some_dir>.
Try looking under /media/<some_dir> or /mnt/<some_dir>.
-
Dobly
- Posts: 42
- Joined: Tue Dec 11, 2012 11:00 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: Asus K170-P D3
- processor: Intel i5 6600K 3.5ghz
- ram: 32gb
- Video Card: AMD Radeon 270X
- sound_card: Focusrite 2i4
- Hard_Drive_Capacity: Heaps
- Location: Australia
Re: Linux - Browse other hard drive
BitKeeper wrote:Where do you have sda2 mounted?
Try looking under /media/<some_dir> or /mnt/<some_dir>.
That is a good question. I'll check when I get home (@work now).. Even if I knew that, where in Aftershot Pro would i tell it look there. The top most thing on the file broswer is the slash / character (or is it a back slash \ ). Anyway, if the other drive is mounted (which I assume to the case as I can get to from the OS) why can't it be seen?
COULD it be becuase the other drive in NTFS? Should not matter. Just thought I'd put it out there.
-
Dutchmm
- Posts: 297
- Joined: Sun Feb 05, 2012 8:55 am
- System_Drive: N/A
- 32bit or 64bit: 64 Bit
- motherboard: Asus 97
- processor: Intel i7 4785T
- ram: 16GB
- Video Card: Onboard Intel
- sound_card: Intel AC97
- Hard_Drive_Capacity: 2.5TB
- Monitor/Display Make & Model: Philips 28"
- Corel programs: ASP 3 Pro (and 2 and 1 before)
Re: Linux - Browse other hard drive
Or make a symbolic link from the archive directory to your home directory:
sudo ln -s /opt/archive /home/Dobly/archive
assuming:
/opt is the mountpoint for SDA2 - you can check with the df console command
/home/Dobly is your home directory
you want the picture archive to be visible to all the programs and sessions you start
I believe sudo is one of the base packages that is in every flavour of Mint (although I am still on Maya, and I have only ever used the KDE and the GNOME versions - the latter back in Lisa time).
HTH
sudo ln -s /opt/archive /home/Dobly/archive
assuming:
/opt is the mountpoint for SDA2 - you can check with the df console command
/home/Dobly is your home directory
you want the picture archive to be visible to all the programs and sessions you start
I believe sudo is one of the base packages that is in every flavour of Mint (although I am still on Maya, and I have only ever used the KDE and the GNOME versions - the latter back in Lisa time).
HTH
-
afx
- Posts: 1675
- Joined: Thu Jan 12, 2012 1:38 pm
- System_Drive: N/A
- 32bit or 64bit: 64 Bit
- Video Card: FirePro 4900
- Monitor/Display Make & Model: NEC PA301w, ColorMunki
- Location: München
- Contact:
Re: Linux - Browse other hard drive
If SDA2 is mounted via the brain dead gfs node, the AS will not see it as AS ignores directories and files starting with a "." (after all they are considered hidden by UNIX conventions).
Only programs that use the appropriate libraries will then see the mount points.
Workaround is either a symlink or using the regular mount mechanism.
cheers
afx
Only programs that use the appropriate libraries will then see the mount points.
Workaround is either a symlink or using the regular mount mechanism.
cheers
afx
Send bugs to the Monkey // AfterShot Kickstart Guide // sRGB clipping sucks and Adobe RGB is just as bad
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
-
greerd
- Posts: 50
- Joined: Fri Jan 13, 2012 4:19 pm
- System_Drive: Z
- 32bit or 64bit: 64 Bit
- processor: Intel i7 920
- ram: 12 GiB
- Video Card: nVidia GeForce 260
- sound_card: Onboard
- Hard_Drive_Capacity: 5 TB
- Monitor/Display Make & Model: Dell UltraSharp U2410
- Location: Nova Scotia, Canada
Re: Linux - Browse other hard drive
Ubuntu 12.10 and Mint 14 changed the media path from /media/somedrive to /media/username/somedrive. Perhaps thats the problem?
-
Dobly
- Posts: 42
- Joined: Tue Dec 11, 2012 11:00 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: Asus K170-P D3
- processor: Intel i5 6600K 3.5ghz
- ram: 32gb
- Video Card: AMD Radeon 270X
- sound_card: Focusrite 2i4
- Hard_Drive_Capacity: Heaps
- Location: Australia
Re: Linux - Browse other hard drive
No.. This one was a PICNIC.. (Problem In Chair, Not In Computer).greerd wrote:Ubuntu 12.10 and Mint 14 changed the media path from /media/somedrive to /media/username/somedrive. Perhaps thats the problem?
Coming fresh out of Window7, I had no idea that the other drives were 'mounted' in a folder on SDA1.
I found the drive in /Media/<username>/<harddrive>
Thanks everyone.
