在朋友的介绍下。刚接触linux。所以我是超级超级菜菜鸟。
安装完以后。几天没怎么动linux.今天启动的时候。发现不能自动挂载分区。搞的进不了盘。东西全看不了。
sudo /etc/fstab后。
出的东西是
# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# Entry for /dev/sda7 :
UUID=91140615-971e-41fd-9dbf-c1de61189a54 / ext3 relatime,errors=remount-ro 0 1
# Entry for /dev/sda8 :
UUID=77ee0b1c-7594-4998-804a-bea101b26d6d none swap sw 0 0
# Entry for /dev/sda1 :
UUID=B630947730944073 /media/sda1 ntfs-3g defaults,locale=zh_CN.UTF-8 0 0
# Entry for /dev/sda5 :
UUID=A6903CF9903CD193 /media/sda5 ntfs-3g defaults,locale=zh_CN.UTF-8 0 0
# Entry for /dev/sda6 :
UUID=20082264082238E4 /media/sda6 ntfs-3g defaults,locale=zh_CN.UTF-8 0 0
# Entry for /dev/sda9 :
UUID=42645D96645D8E13 /media/sda9 ntfs-3g defaults,locale=zh_CN.UTF-8 0 0
# Entry for /dev/sda10 :
UUID=1A8863CA8863A2CD /media/sda10 ntfs-3g defaults,locale=zh_CN.UTF-8 0 0
朋友说是可能是因为突然停电。而引起的列表错误。自己也不知道怎么搞。朋友也不在旁边。
高手指点啊。
[求助]开机启动后。linux不能自动挂载分区。
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 17
- 注册时间: 2008-05-11 22:57
-
- 帖子: 17
- 注册时间: 2008-05-11 22:57
这个试过了啊。。
朋友早给我说过了。
我把那里面的东西发给你看。
coward@coward-desktop:~$ sudo mount -a
[sudo] password for coward:
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda1': 操作不支持
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sda1 /media/sda1 -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda1 /media/sda1 ntfs-3g force 0 0
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda5': 操作不支持
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sda5 /media/sda5 -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda5 /media/sda5 ntfs-3g force 0 0
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda6': 操作不支持
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sda6 /media/sda6 -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda6 /media/sda6 ntfs-3g force 0 0
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda9': 操作不支持
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sda9 /media/sda9 -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda9 /media/sda9 ntfs-3g force 0 0
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda10': 操作不支持
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sda10 /media/sda10 -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda10 /media/sda10 ntfs-3g force 0 0
朋友早给我说过了。
我把那里面的东西发给你看。
coward@coward-desktop:~$ sudo mount -a
[sudo] password for coward:
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda1': 操作不支持
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sda1 /media/sda1 -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda1 /media/sda1 ntfs-3g force 0 0
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda5': 操作不支持
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sda5 /media/sda5 -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda5 /media/sda5 ntfs-3g force 0 0
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda6': 操作不支持
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sda6 /media/sda6 -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda6 /media/sda6 ntfs-3g force 0 0
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda9': 操作不支持
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sda9 /media/sda9 -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda9 /media/sda9 ntfs-3g force 0 0
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda10': 操作不支持
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sda10 /media/sda10 -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda10 /media/sda10 ntfs-3g force 0 0