更改外部硬盘的安装位置时出错
error when changing mount location for external hdd
我承认这可能有点复杂而且可能不是最好的方法,所以如果您有更好的解决方案请告诉我...
我有一个 'server',我安装了 lubuntu 14.4。我正在尝试将格式化为 ext3 的外部硬盘连接到文件夹 /home/external 以便我的 ftp 用户能够在不离开 /home 目录的情况下访问其中的文件(我有它们 'chained' / chrooted).
硬盘将使用自动挂载选项正常挂载(无错误)。但是每次我尝试将挂载点更改为 /media//external 以外的东西时,我都会得到:
Error mounting system-managed device /dev/sdd1: Command-line `mount "/mnt/
external"' exited with non-zero exit status 32: mount: wrong fs type, bad option,
bad superblock on /dev/sdd1
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
(udisks-error-quark, 0)
据我所知,我尝试安装它的位置并不重要,甚至尝试 /mnt/external 结果相同。
dmesg 的输出 |尾巴(挂载更改前):
sd 6:0:0:0: [sdd] Write Protect is off
sd 6:0:0:0: [sdd] Mode Sense: 23 00 00 00
sd 6:0:0:0: [sdd] No Caching mode page found
sd 6:0:0:0: [sdd] Assuming drive cache: write through
sdd: sdd1
sd 6:0:0:0: [sdd] Attached SCSI disk
EXT4-fs (sdd1): mounting ext3 file system using the ext4 subsystem
EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: (null)
dmesg 的输出 |尾巴(挂载更改后):
sd 6:0:0:0: [sdd] Mode Sense: 23 00 00 00
sd 6:0:0:0: [sdd] No Caching mode page found
sd 6:0:0:0: [sdd] Assuming drive cache: write through
sdd: sdd1
sd 6:0:0:0: [sdd] Attached SCSI disk
EXT4-fs (sdd1): mounting ext3 file system using the ext4 subsystem
EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: (null)
EXT4-fs (sdd1): Unrecognized mount option "x-gvfs-show" or missing value
确定一下,在尝试将它安装到其他位置之前,您是否真的卸载了有问题的块设备?
问题已修复:我正在使用磁盘 GUI 更改安装选项,因为我不想搞砸我的 fstab.conf 文件。出于某种原因,当我检查 'Show in user interface' 它只添加 x-gvfs-show instad of comment=x-gvfs-show (这显然是该选项的正确语法)。手动添加 'comment=' 后,我可以说问题已解决。
我承认这可能有点复杂而且可能不是最好的方法,所以如果您有更好的解决方案请告诉我...
我有一个 'server',我安装了 lubuntu 14.4。我正在尝试将格式化为 ext3 的外部硬盘连接到文件夹 /home/external 以便我的 ftp 用户能够在不离开 /home 目录的情况下访问其中的文件(我有它们 'chained' / chrooted).
硬盘将使用自动挂载选项正常挂载(无错误)。但是每次我尝试将挂载点更改为 /media//external 以外的东西时,我都会得到:
Error mounting system-managed device /dev/sdd1: Command-line `mount "/mnt/
external"' exited with non-zero exit status 32: mount: wrong fs type, bad option,
bad superblock on /dev/sdd1
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
(udisks-error-quark, 0)
据我所知,我尝试安装它的位置并不重要,甚至尝试 /mnt/external 结果相同。
dmesg 的输出 |尾巴(挂载更改前):
sd 6:0:0:0: [sdd] Write Protect is off
sd 6:0:0:0: [sdd] Mode Sense: 23 00 00 00
sd 6:0:0:0: [sdd] No Caching mode page found
sd 6:0:0:0: [sdd] Assuming drive cache: write through
sdd: sdd1
sd 6:0:0:0: [sdd] Attached SCSI disk
EXT4-fs (sdd1): mounting ext3 file system using the ext4 subsystem
EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: (null)
dmesg 的输出 |尾巴(挂载更改后):
sd 6:0:0:0: [sdd] Mode Sense: 23 00 00 00
sd 6:0:0:0: [sdd] No Caching mode page found
sd 6:0:0:0: [sdd] Assuming drive cache: write through
sdd: sdd1
sd 6:0:0:0: [sdd] Attached SCSI disk
EXT4-fs (sdd1): mounting ext3 file system using the ext4 subsystem
EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: (null)
EXT4-fs (sdd1): Unrecognized mount option "x-gvfs-show" or missing value
确定一下,在尝试将它安装到其他位置之前,您是否真的卸载了有问题的块设备?
问题已修复:我正在使用磁盘 GUI 更改安装选项,因为我不想搞砸我的 fstab.conf 文件。出于某种原因,当我检查 'Show in user interface' 它只添加 x-gvfs-show instad of comment=x-gvfs-show (这显然是该选项的正确语法)。手动添加 'comment=' 后,我可以说问题已解决。