On Tue, 1 Mar 2005 10:18:51 +1100 Jason Thomas <[EMAIL PROTECTED]> wrote:
> Please provide: > cat /etc/fstab # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> /dev/hda2 / reiserfs defaults 0 1 /dev/hda5 none swap sw 0 0 /dev/hda6 /home reiserfs defaults 0 2 /dev/hda1 /mnt/winxp ntfs defaults,users,noauto,uid=1000,umask=077,ro,nls=iso8859-15 0 0 # nls=iso8859-15 #/dev/hde1 /mnt/vfat vfat defaults,users,noauto,uid=1000,umask=077 0 0 #/dev/hde2 /mnt/ntfs ntfs defaults,users,noauto,uid=1000,umask=077,ro,nls=iso8859-15 0 0 #/dev/hde3 /mnt/pool reiserfs defaults 0 2 /dev/sda1 /mnt/vfat vfat defaults,users,noauto,uid=1000,umask=077 0 0 /dev/sda2 /mnt/ntfs ntfs defaults,users,noauto,uid=1000,umask=077,ro,nls=iso8859-15 0 0 /dev/sda3 /mnt/pool reiserfs defaults 0 2 /dev/fd0 /mnt/floppy auto rw,user,noauto 0 0 #/dev/cdroms/cdrom0 /mnt/dvd iso9660 noauto,user,ro 0 0 #/dev/cdroms/cdrom1 /mnt/master iso9660 noauto,user,ro 0 0 /dev/dvd /mnt/dvd iso9660 noauto,user,ro 0 0 /dev/master /mnt/master iso9660 noauto,user,ro 0 0 /dev/sdb1 /mnt/usb vfat defaults,users,sync,noauto,uid=1000,umask=077 0 0 proc /proc proc defaults 0 0 #sysfs /sys sysfs defaults 0 0 > fdisk -l /dev/hda Disk /dev/hda: 163.9 GB, 163928604672 bytes 255 heads, 63 sectors/track, 19929 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 3824 30716248+ 7 HPFS/NTFS /dev/hda2 3825 7471 29294527+ 83 Linux /dev/hda3 7472 19929 100068885 f W95 Ext'd (LBA) /dev/hda5 7472 7593 979933+ 82 Linux swap / Solaris /dev/hda6 7594 19929 99088888+ 83 Linux Disk /dev/sda: 203.9 GB, 203928109056 bytes 255 heads, 63 sectors/track, 24792 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 1 3824 30716248+ c W95 FAT32 (LBA) /dev/sda2 3825 9904 48837600 7 HPFS/NTFS /dev/sda3 9905 24792 119587860 83 Linux > mount /dev/ide/host0/bus0/target0/lun0/part2 on / type reiserfs (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/ide/host0/bus0/target0/lun0/part6 on /home type reiserfs (rw) /dev/scsi/host0/bus0/target0/lun0/part3 on /mnt/pool type reiserfs (rw) usbfs on /proc/bus/usb type usbfs (rw) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) -- Saluti Mattia -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

