You can't mount a drive, you have to mount the filesystem. In this case, your filesystem is on sdc1 not sdc.
Try mounting /dev/sdc1 instead.
Try mounting /dev/sdc1 instead.
sudo mount -t jfs /dev/sdc1/mnt/sdc1
sudo mount -t jfs /dev/sdc1 /mnt/sdc1
sudo mount -t jfs /dev/sdc1 /mnt/sdc
sudo mkdir /mnt/sdc1; sudo mount -t jfs /dev/sdc1 /mnt/sdc1
ReelBox
127.0.0.1 localhost # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts 192.168.99.129 hdext
reel@ReelBox:~$ sudo blkid -c /dev/null -o list |grep sdc1 sudo: unable to resolve host ReelBox [sudo] password for reel: /dev/sdc1 jfs Reel Media Drive (not mounted) 41c3909e-78ab-4bf7-b2dc-5d541a6aa8b9 reel@ReelBox:~$
reel@ReelBox:~$ sudo fsck.jfs -n dev.sdc1 sudo: unable to resolve host ReelBox [sudo] password for reel: fsck.jfs version 1.1.15, 04-Mar-2011 processing started: 1/5/2015 0:46:39 Error: Cannot open device dev.sdc1 Usage: fsck.jfs [-afnpvV] [-j journal_device] [--omit_journal_replay] [--replay_journal_only] device Emergency help: -a Automatic repair. -f Force check even if file system is marked clean. -j journal_device Specify external journal device. -n Check read only, make no changes to the file system. -p Automatic repair. -v Be verbose. -V Print version information only. --omit_journal_replay Omit transaction log replay. --replay_journal_only Only replay the transaction log. reel@ReelBox:~$
reel@ReelBox:~$ sudo fsck.jfs -n /dev/sdc1 sudo: unable to resolve host ReelBox [sudo] password for reel: fsck.jfs version 1.1.15, 04-Mar-2011 processing started: 1/5/2015 1:22:23 The current device is: /dev/sdc1 Block size in bytes: 4096 Filesystem size in blocks: 732566637 **Phase 1 - Check Blocks, Files/Directories, and Directory Entries ujfs_rw_diskblocks: read 0 of 16384 bytes at offset 450640166912 Unrecoverable error reading M from /dev/sdc1. CANNOT CONTINUE. reel@ReelBox:~$
There are 0 users viewing this topic.
Comment