|
我机器上只有一块硬盘 80G
在公社看完N篇精华后开始动手
按照精华集上的方法mount,不成功
按照mozilla兄的指示mount不成功
我说下我的分区情况:
fdisk -l
Disk /dev/hda: 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/hda1 * 1 765 6144831 b W95 FAT32
/dev/hda2 766 9729 72003330 f W95 Ext'd (LBA)
/dev/hda5 766 2677 15358108+ b W95 FAT32
/dev/hda6 2678 7139 35840983+ 7 HPFS/NTFS
/dev/hda7 7140 9436 18450621 83 Linux
/dev/hda8 9437 9729 2353491 82 Linux swap / Solaris
fstab情况
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/ / ext3 defaults 1 1
/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
LABEL=SWAP-hda8 swap swap defaults 0 0
/dev/hda6/mnt/wind vfat iocharset=utf8,umask=0,exec 0 0
/dev/hda7 /mnt/wine vfat iocharset=utf8,umask=0,exec 0 0
/dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0
/etc/auto.master 情况:
#
# $Id: auto.master,v 1.4 2005/01/04 14:36:54 raven Exp $
#
# Sample auto.master file
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# For details of the format look at autofs(5).
#/misc /etc/auto.misc --timeout=60
#/smb /etc/auto.smb
/misc /etc/auto.misc
/net /etc/auto.net
auto.misc情况:
#
# $Id: auto.misc,v 1.2 2003/09/29 08:22:35 raven Exp $
#
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# Details may be found in the autofs(5) manpage
cd -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom
# the following entries are samples to pique your imagination
#linux -ro,soft,intr ftp.example.org:/pub/linux
#boot -fstype=ext2 :/dev/hda1
#floppy -fstype=auto :/dev/fd0
#floppy -fstype=ext2 :/dev/fd0
#e2floppy -fstype=ext2 :/dev/fd0
#jaz -fstype=ext2 :/dev/sdc1
#removable -fstype=ext2 :/dev/hdd
已经在/mnt下建立 wine wind 两个文件夹
我想开机系统自动mount上
请指正,谢谢大大们 |
|