Results 1 to 5 of 5
hi eveyone!!!
i m using fedora 7. i want to access my windows partitions in linux
what should i do to mount them?
[root@localhost media]# fdisk -l
Disk /dev/sda: 80.0 ...
- 01-30-2008 #1
mounting windows partitions
hi eveyone!!!
i m using fedora 7. i want to access my windows partitions in linux
what should i do to mount them?
[root@localhost media]# fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1785 14337981 7 HPFS/NTFS
/dev/sda2 1786 8046 50291482+ f W95 Ext'd (LBA)
/dev/sda3 8047 9729 13518697+ 8e Linux LVM
/dev/sda5 1786 5355 28675993+ b W95 FAT32
/dev/sda6 5356 7966 20972826 b W95 FAT32
/dev/sda7 7967 7979 104391 83 Linux
- 01-30-2008 #2
Log in as root and execute this
Open /etc/fstab file and add these lines at the end of fileCode:cd /media mkdir sda1 sda5 sda6
Save file and execute mount -a command or Reboot machine. Check /media/sda1, 5 and 6 folders.Code:/dev/sda1 /media/sda1 ntfs-3g defaults,umask=0 0 0 /dev/sda5 /media/sda5 vfat defaults,umask=0 0 0 /dev/sda6 /media/sda6 vfat defaults,umask=0 0 0
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-30-2008 #3
- 01-30-2008 #4
Dont execute it at terminal. Add those lines in /etc/fstab file.
Either log in as root in GUI or execute su - instead of su to gain root privileges in Terminal/Konsole.
Code:su - nano /etc/fstab
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-19-2010 #5
yes i will mounted my windows partitions
Take risks: if you win, you will be happy; if you lose, you will be wise.
New Users : Read This First



