LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   C: is /mnt/hda2 Where is D: ? (https://www.linuxquestions.org/questions/linux-newbie-8/c-is-mnt-hda2-where-is-d-580375/)

pppaaarrrkkk 08-28-2007 06:35 AM

C: is /mnt/hda2 Where is D: ?
 
/dev/hda2 is mounted on /mnt/hda2 and is the partition on which XP is on for my PC.


If I do this, for example :

# cp /mnt/hda8/*.iso /mnt/hda2

then

# cd /mnt/hda2
# ls *.iso -lF

nothing appears.


However, if I log out and reboot in Windows, then the .iso file appears on the D: drive.

Why don't I get a D: drive listing when I do ls -lF from within Linux ?

IBall 08-28-2007 06:56 AM

What are the permissions on /mnt/hda2?

Try "sudo ls -lF" from within /mnt/hda2 and see what you get. You will need to enter your users password.

--Ian


All times are GMT -5. The time now is 08:05 AM.