linux - error when changing mount location for external hdd -
i admit might bit complicated , maybe not best method if have better solution let me know...
i have 'server' put lubuntu 14.4 on. attempting attach external hdd formatted ext3 folder /home/external ftp users able files on without leaving /home directory (to have them 'chained' / chrooted).
the hdd mount fine (no errors) automatic mount options. every time try change mount point other /media//external get:
error mounting system-managed device /dev/sdd1: command-line `mount "/mnt/ external"' exited 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 cases useful info found in syslog - try dmesg | tail or (udisks-error-quark, 0)
as far can tell not matter try mount tried /mnt/external same results.
output of dmesg | tail (before mount changes):
sd 6:0:0:0: [sdd] write protect 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 ext4 subsystem ext4-fs (sdd1): mounted filesystem ordered data mode. opts: (null)
output of dmesg | tail (after mount changes):
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 ext4 subsystem ext4-fs (sdd1): mounted filesystem ordered data mode. opts: (null) ext4-fs (sdd1): unrecognized mount option "x-gvfs-show" or missing value
just sure, did unmount block device in question before tried mount on different location?
Comments
Post a Comment