On Mon, 25 Jun 2007 14:28:25 -0500, Mikkel L. Ellertson wrote: [...] > mount -t ntfs-3g /dev/sda1 /mnt/sda1 [...] Ok, think this works :) Now, I'd like to mount the linux partition, too :) then, somehow convert the windows partiont to fat.... [root@localhost ~]# [root@localhost ~]# [root@localhost ~]# cat /etc/fedora-release Fedora release 7 (Moonshine) [root@localhost ~]# [root@localhost ~]# 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 1912 15358108+ 7 HPFS/NTFS /dev/sda2 1913 1925 104422+ 83 Linux /dev/sda3 1926 9729 62685630 8e Linux LVM Disk /dev/sdb: 30.7 GB, 30750031872 bytes 255 heads, 63 sectors/track, 3738 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sdb1 * 1 1427 11462346 c W95 FAT32 (LBA) /dev/sdb2 1428 1440 104422+ 83 Linux /dev/sdb3 1441 3738 18458685 8e Linux LVM Disk /dev/dm-2: 17.8 GB, 17850957824 bytes 255 heads, 63 sectors/track, 2170 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk /dev/dm-2 doesn't contain a valid partition table Disk /dev/dm-3: 1006 MB, 1006632960 bytes 255 heads, 63 sectors/track, 122 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk /dev/dm-3 doesn't contain a valid partition table [root@localhost ~]# [root@localhost ~]# mount -a mount: /dev/sdb3 already mounted or /mnt/sdb3 busy mount: mount point does not exist [root@localhost ~]# [root@localhost ~]# mount /dev/mapper/VolGroup00-LogVol00 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) /dev/sda2 on /boot type ext3 (rw) tmpfs on /dev/shm type tmpfs (rw) /dev/sda1 on /mnt/sda1 type fuseblk (rw,nosuid,nodev,noexec,noatime,allow_other,blksize=4096) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) [root@localhost ~]# [root@localhost ~]# cat /etc/fstab LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 /dev/VolGroup00/LogVol01 swap swap defaults 0 0 /dev/VolGroup01/LogVol01 swap swap defaults 0 0 /dev/sda1 /mnt/sda1 ntfs-3g users,rw 0 0 /dev/sdb3 /mnt/sdb3 ext3 users,rw 0 0 /dev/sdb3 [root@localhost ~]# [root@localhost ~]# ll /mnt/ total 12 drwxrwxrwx 1 root root 4096 2007-06-24 17:25 sda1 drwxr-xr-x 2 root root 4096 2007-06-26 03:06 sdb3 [root@localhost ~]# [root@localhost ~]# date Tue Jun 26 03:09:18 PDT 2007 [root@localhost ~]# thanks, Thufir