这个就是用usb插上后的情形.............
郁闷中
移动硬盘无法挂载!!!(解决)
-
- 帖子: 13
- 注册时间: 2008-10-03 12:28
-
- 帖子: 13
- 注册时间: 2008-10-03 12:28
Re: 移动硬盘无法挂载!!!(求教ubuntu下解决方案)急救
now i use my computer without harddisk . 

- yiding_he
- 帖子: 2677
- 注册时间: 2006-10-25 18:10
- 来自: 长沙
- 联系:
-
- 帖子: 13
- 注册时间: 2008-10-03 12:28
Re: 移动硬盘无法挂载!!!(求教ubuntu下解决方案)急救
mount -t ntfs-3g/dev/sda5/media/disk -o force?
change nothing.................
but like this:
ubuntu@ubuntu:~$ mount -t ntfs-3g/dev/sda5/media/disk -o force
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
ubuntu@ubuntu:~$ mount -t ntfs-3g/dev/sda5/media/disk -o force
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
change nothing.................
but like this:
ubuntu@ubuntu:~$ mount -t ntfs-3g/dev/sda5/media/disk -o force
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
ubuntu@ubuntu:~$ mount -t ntfs-3g/dev/sda5/media/disk -o force
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
- 想入非非
- 帖子: 8078
- 注册时间: 2008-07-14 22:42
- 来自: Beijing
- 联系:
-
- 帖子: 13
- 注册时间: 2008-10-03 12:28
Re: 移动硬盘无法挂载!!!(求教ubuntu下解决方案)急救
what's this
- 想入非非
- 帖子: 8078
- 注册时间: 2008-07-14 22:42
- 来自: Beijing
- 联系:
-
- 帖子: 1
- 注册时间: 2008-10-31 5:14
Re: 移动硬盘无法挂载!!!(求教ubuntu下解决方案)急救
想入非非 写了:重启一下试一试something123 写了:what's this
当然 不行!!!!!!!
- 想入非非
- 帖子: 8078
- 注册时间: 2008-07-14 22:42
- 来自: Beijing
- 联系:
Re: 移动硬盘无法挂载!!!(求教ubuntu下解决方案)急救
什么叫当然不行?shuozi 写了:想入非非 写了:重启一下试一试something123 写了:what's this
当然 不行!!!!!!!

Ubuntu User
- 162019444
- 帖子: 234
- 注册时间: 2008-02-22 13:46
Re: 移动硬盘无法挂载!!!(解决)
刚才也遇到这样的问题something123 写了:这个就是用usb插上后的情形.............
郁闷中
貌似昨天在同学windows下没有安全删除移动硬盘的原因吧
不明白为什么造成这个原因
还有那些命令是是那么意思也不大清楚咧
-
- 帖子: 28
- 注册时间: 2008-11-21 17:18
Re: 移动硬盘无法挂载!!!(解决)
当Windows XP休眠后切换到Linux时,无法加载NTFS分区,需在fstab中加force参数。
但由于休眼加载,可能会因缓存内容未写处磁盘造成文件丢失或内容出错。
Linux可通过sync参数关闭对NTFS分区的磁盘缓存。
Windows若需要休眠,也需要关闭磁盘缓存,否则可能造成Windows XP的缓存未写入问题。
/dev/sda1 /media/C_OS ntfs-3g force,auto,sync,noexec,locale=zh_CN.UTF-8 0 0
但由于休眼加载,可能会因缓存内容未写处磁盘造成文件丢失或内容出错。
Linux可通过sync参数关闭对NTFS分区的磁盘缓存。
Windows若需要休眠,也需要关闭磁盘缓存,否则可能造成Windows XP的缓存未写入问题。
/dev/sda1 /media/C_OS ntfs-3g force,auto,sync,noexec,locale=zh_CN.UTF-8 0 0
- ys0290
- 帖子: 61
- 注册时间: 2009-11-01 13:51
Re: 移动硬盘无法挂载!!!(解决)
mark 感谢11楼