不小心被编辑或删除了,我不知道。请有人帮我解决这个问题。我是Ubuntu的新手。
General error mounting filesystem.
A maintenance shell will now be started.
CONTROL-D will terminate this shell and reboot the system
更多信息:
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 1606
我正在使用Linux系统,并试图使用以下命令在我的Linux计算机上挂载一个windows share:
apt-get update
apt-get install cifs-utils
sudo su
mkdir /HPC-Archive
ls /HPC-Archive/
mount -t cifs -o user=my_user_name //windows_share_folder /my_mount_folder/
ls /HPC-Archive/ (to check if the windows share is mounted or not)
当我运行这个命令时,我会得到这个错误
我正在尝试使用使用其他程序的Linux版本的程序。我在bash中运行了以下代码:
c3dpath=$( command -v c3d )
if [[ -z "${c3dpath}" ]]; then
echo "Command c3d was not found. Downloading and installing software to ${SCRIPTPATH}/depends/c3d. Path will be added to PATH environment variable."
mkdir -p "${SCRIPTPATH}
通过挂载,我尝试了一个简单的覆盖示例: sudo挂载-t overlay -o lowerdir=/tmp/lower,upperdir=/tmp/upper,workdir=/tmp/-o/workdir-o /tmp/overlay。
(我从https://blog.programster.org/overlayfs中的示例运行完整的脚本)
坐骑是成功的:
/tmp/lower-fs.img on /tmp/lower type ext4 (ro)
/tmp/upper-fs.img on /tmp/upper type ext4 (rw)
none on /tmp/overlay typ
如果我把USB记忆棒(FAT格式)放进Windows PC,然后拔掉它而不“弹出”它,然后再把它放进去,Windows是可以的,没有给出任何关于它“可能有问题”的警告。
但是,如果我对Linux做同样的操作(例如Ubuntu15.04),那么在第二次插入它之后,我会在日志中得到如下警告消息:
FAT-fs (sdf1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
如果我随后把它放在Windows中,我会看到一条消息弹出,提示我检查它是否出错。
为什么Linux处理胖“脏”标志如此基