LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   viewing windows files (https://www.linuxquestions.org/questions/linux-general-1/viewing-windows-files-422/)

square317 12-16-2000 04:37 PM

on a dual boot (win 98 + debian 2.2.17) how do your view your windows directories/files while in linux using KDE?

Larry James 12-16-2000 06:17 PM

Mount the Windows partition. You can do this with:

Mount -t vfat /dev/hda1 /mnt

The /dev/hda1 should be replaced with the partition of your Windows files. The “a” represents the first IDE drive , if it’s the second IDE drive the “a” should be a “b” and so on. The “1” represents the partition on that particular drive. The “1” specifies the first partition on the drive. If your DOS is on the second partition then the “1” would be replaced with a “2”.

You can type “cat /proc/partitions” to see what drives and partitions you have on your system.

-- L. James

square317 12-16-2000 06:33 PM

automount
 
ok, thanks, were do I put that so that my windows partition will automount everytime I start Linux?

Larry James 12-16-2000 06:39 PM

You're welcome. Put it in your /etc/fstab table. Use man fstab for details.

-- L. James


All times are GMT -5. The time now is 11:03 PM.