pngn
4th July 2007, 12:53 PM
I run Fedora 7 on a dual-boot laptop. Here is the
# /sbin/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 2462 19775983+ 7 HPFS/NTFS
/dev/sda2 2463 9729 58372177+ f W95 Ext'd (LBA)
/dev/sda5 2463 4885 19462716 7 HPFS/NTFS
/dev/sda6 4886 6308 11430216 83 Linux
/dev/sda7 6309 9340 24354508+ 83 Linux
/dev/sda8 9341 9602 2104483+ 83 Linux
/dev/sda9 9603 9729 1020096 82 Linux swap / Solaris
Using eg.
# mount -t ntfs-3g /dev/sda5 /mnt/win
I can mount what probably is some factory-installed recovery partition for XP, but there's not where my files are.
# mount -t ntfs-3g /dev/sda2 /mnt/win
fails with
NTFS signature is missing.
Failed to startup volume: Invalid argument
Failed to mount '/dev/sda2': Invalid argument
The device '/dev/sda2' doesn't have a valid NTFS.
Maybe you selected the wrong device? Or the whole disk instead of a
partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?
Here is the output from mount:
/dev/sda6 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/sda7 on /mnt/hda7 type ext3 (rw)
/dev/sda8 on /mnt/hda8 type ext2 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
I think this is a fairly common problem, and since I've done the minimum possible changes when I installed F7 it could be useful for other people as well to get a simple solution. Under Fedora 6 I could mount the partition with no problems. The only thing I've done since the install of F7 is to resize partitions sda7 (Linux) and sda6 (Linux, with / ) using Gparted.
I think that under F6, there were only partitions 1, 5 (boot and XP), 6,7,8 and swap.
Thanks for any advice.
# /sbin/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 2462 19775983+ 7 HPFS/NTFS
/dev/sda2 2463 9729 58372177+ f W95 Ext'd (LBA)
/dev/sda5 2463 4885 19462716 7 HPFS/NTFS
/dev/sda6 4886 6308 11430216 83 Linux
/dev/sda7 6309 9340 24354508+ 83 Linux
/dev/sda8 9341 9602 2104483+ 83 Linux
/dev/sda9 9603 9729 1020096 82 Linux swap / Solaris
Using eg.
# mount -t ntfs-3g /dev/sda5 /mnt/win
I can mount what probably is some factory-installed recovery partition for XP, but there's not where my files are.
# mount -t ntfs-3g /dev/sda2 /mnt/win
fails with
NTFS signature is missing.
Failed to startup volume: Invalid argument
Failed to mount '/dev/sda2': Invalid argument
The device '/dev/sda2' doesn't have a valid NTFS.
Maybe you selected the wrong device? Or the whole disk instead of a
partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?
Here is the output from mount:
/dev/sda6 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/sda7 on /mnt/hda7 type ext3 (rw)
/dev/sda8 on /mnt/hda8 type ext2 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
I think this is a fairly common problem, and since I've done the minimum possible changes when I installed F7 it could be useful for other people as well to get a simple solution. Under Fedora 6 I could mount the partition with no problems. The only thing I've done since the install of F7 is to resize partitions sda7 (Linux) and sda6 (Linux, with / ) using Gparted.
I think that under F6, there were only partitions 1, 5 (boot and XP), 6,7,8 and swap.
Thanks for any advice.