Re: Mount usb drive with mount -a fails after f10 upgrade

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Joe W. Byers wrote:
Happy New Year!

I recently upgraded a RHEL5 server to F10. Yes there were many headaches doing the upgrade.

I have one remaining problem that I can not fix.That is the usb drive that I have in fstab will not mount when I issue the following command

mount -a

[root@financialseal media]# mount -a
mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
My usb drive mounted fine using fstab with EL5.

I can mount the usbdrive using, all as root

mount -t ext2 /dev/sdc1 /media/usbdisk
or
mount -t auto /dev/sdc1 /media/usbdisk

lsusb and lshal all see this device and see the file system (ext2). This drive I want to mount to a specific location because I use it as a scheduled backup device.

I have searched the web over the holidays and am at a dead end. I do not understand why this quite working after the upgrade.

Any help is greatly appreciated.

Thank you
Joe



I finally fixed the mount -a and automount problem.

My original entry in fstab was
/dev/scd1	/media/usbdisk	ext2	pamconsole,exec,auto,managed 0 0
this did not work so I changed it to
/dev/scd1 /media/usbdisk ext2 rw,user,sync,hotplug,exec,auto,managed 0 0

this still did not work, changed to
/dev/scd1	/media/usbdisk	auto	rw,user,exec,auto,managed,sync 0 0

NOW mount -a works.

Not sure what the real problem was with hotplug, pamconsole or the ext2.


thank you for all your comments.





--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux