PHPStorm & Mounted drivers

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
dyrer
Level 1
Level 1
Posts: 12
Joined: Wed Feb 25, 2009 4:40 pm
Location: Greece
Contact:

PHPStorm & Mounted drivers

Post by dyrer »

Hello,
How can open files and folders with PHPStorm (jetbrains products) from mounted drives
/mnt dir is not visible

thank you
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
spamegg
Level 13
Level 13
Posts: 4857
Joined: Mon Oct 28, 2019 2:34 am
Contact:

Re: PHPStorm & Mounted drivers

Post by spamegg »

Can you provide more details? Maybe a screenshot of what you are trying to do?
Check this post on how to get help: http://forums.linuxmint.com/viewtopic.php?f=17&t=83444
dyrer
Level 1
Level 1
Posts: 12
Joined: Wed Feb 25, 2009 4:40 pm
Location: Greece
Contact:

Re: PHPStorm & Mounted drivers

Post by dyrer »

I have mounted two ntfs hard drives and I cannot open files from PHPStorm, are not visible
Untitled.jpg
User avatar
spamegg
Level 13
Level 13
Posts: 4857
Joined: Mon Oct 28, 2019 2:34 am
Contact:

Re: PHPStorm & Mounted drivers

Post by spamegg »

They would not be under /home. Look under /media or /mnt.

You can see where they are mounted with lsblk:

Code: Select all

 ➜ lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 465,8G  0 disk 
└─sda1   8:1    0 465,8G  0 part /media/spamegg/Samsung850EVO
sdb      8:16   0 238,5G  0 disk 
└─sdb1   8:17   0 238,5G  0 part /
sdc      8:32   0   477G  0 disk 
└─sdc1   8:33   0   477G  0 part /media/spamegg/CrucialMX100
dyrer
Level 1
Level 1
Posts: 12
Joined: Wed Feb 25, 2009 4:40 pm
Location: Greece
Contact:

Re: PHPStorm & Mounted drivers

Post by dyrer »

thank you this command saved me
Locked

Return to “Software & Applications”