- Jun 13, 2005
- 3,121
- 1
- 0
There is this machine that I have a windows fat partition on it just in case I needed to run some engineering apps for school (PSPICE, WinLogiLab, Visual Studio.net...etc), I don't need to acess it much.
Anyways, the machine is connected to the internet yet I don't allow windows to connect to the internet ( that way avoiding the need to constantly update it, and have security apps for it ...etc) but still I have a lot of files on it so I rather upload them from Linux when I need to when I am web-browsing on the same machine.
Here is my output form # /sbin/fdisk -l
Disk /dev/hda: 40.0 GB, 40007761920 bytes
16 heads, 63 sectors/track, 77520 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 22350 11264368+ c W95 FAT32 (LBA)
Partition 1 does not end on cylinder boundary.
/dev/hda2 22361 22552 96390 83 Linux
Partition 2 does not end on cylinder boundary.
/dev/hda3 22552 77520 27704092+ 8e Linux LVM
Partition 3 does not end on cylinder boundary.
I accordingly modified /etc/fstab as follows :
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
/dev/devpts /dev/pts devpts gid=5,mode=620 0 0
/dev/shm /dev/shm tmpfs defaults 0 0
/dev/proc /proc proc defaults 0 0
/dev/sys /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
/dev/hda1 /mnt/windows FAT32 ro,defaults,umask=0222 0 0
/dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0
What's wrong here ? I go to /mnt/windows and it's empty so it didn't mount right upon reboot, suggestions ?
The distro is Fedora Core 4.
Anyways, the machine is connected to the internet yet I don't allow windows to connect to the internet ( that way avoiding the need to constantly update it, and have security apps for it ...etc) but still I have a lot of files on it so I rather upload them from Linux when I need to when I am web-browsing on the same machine.
Here is my output form # /sbin/fdisk -l
Disk /dev/hda: 40.0 GB, 40007761920 bytes
16 heads, 63 sectors/track, 77520 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 22350 11264368+ c W95 FAT32 (LBA)
Partition 1 does not end on cylinder boundary.
/dev/hda2 22361 22552 96390 83 Linux
Partition 2 does not end on cylinder boundary.
/dev/hda3 22552 77520 27704092+ 8e Linux LVM
Partition 3 does not end on cylinder boundary.
I accordingly modified /etc/fstab as follows :
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
/dev/devpts /dev/pts devpts gid=5,mode=620 0 0
/dev/shm /dev/shm tmpfs defaults 0 0
/dev/proc /proc proc defaults 0 0
/dev/sys /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
/dev/hda1 /mnt/windows FAT32 ro,defaults,umask=0222 0 0
/dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0
What's wrong here ? I go to /mnt/windows and it's empty so it didn't mount right upon reboot, suggestions ?
The distro is Fedora Core 4.