I have just tried to mount my floppy with: mount -t auto -o uid=1000,gid=100 /dev/fd0 /media/floppy and get for response : cannot execute command '' mount -t auto -o uid=1000,gid=100 /dev/fd0 /media/floppy error 127
What is supposed to be done to get my floppy mounted?
I have recently installed Xbuntu on my old laptop (An IBM iSeries 2621) - yes its an old piece of kit with a USB 1.0 port, a cd-drive and an internal floppy.My problem is that even though removable media are set to auto-mount in the settings; when I put a floppy disk in, or a CD-ROM, they do not auto-mount so I cant access the disks (the laptop does not have wireless (or even an rj45 port!! - it only has an internal 56k modem) - hence why I REALLY need to get the CD-ROM working and recognised by Xbuntu as I have burned some packages that id like to install to CD-ROM. (a working floppy would definately be a bonus as id like to save my documents there)
fsck /dev/fd0 does work properly with no error, emitting correct data on files on the fd. However, sudo mount -t msdos /dev/fd0 /media/floppy0 nor Palimpset GUI tool don't work for the fd disk. The GUI tool says "media not detected." The mount command doesn't emit error, it just normally(?) ends with silence indicating something which I do not understand. The floppy doesn't get mounted.
/etc/fstab has the entry: /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
What could be the cause and the solution for my poor little floppy disk problem?
All the drives function and mount normally under Parted Magic.
Sometimes a cd will mount after 15 mins or so but if it is ejected it will not remount. after that event the dmesg output is 3 times as long. As it is 35K chrs long it is too long to post!
I have changed hardware and cables with no effect.
I have run the repair option on the install disk. I get a cannot find floppy error
It also reports cups, hal, ntp & postfix as errors but if I select repair it still returns the same next time I run the repair routine.
It also says the bootloader is faulty if I select repair I go into an infinite loop so I exit with skip. Anyway the system boots ok and runs just fine apart from the cd/fdd/usb problem
I'm running the Fedora fc8 (werewolf) and I just bought an external floppy drive from ebay, which I have problem mounting. I've edited the fstab with the following:
After inserting the drive into a usb port and run dmesg because the drive is not mounted all, I've the following added to the message log:
Quote:
usb 5-1: new full speed USB device using uhci_hcd and address 2 usb 5-1: configuration #1 chosen from 1 choice usb 5-1: New USB device found, idVendor=0644, idProduct=0000 usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 5-1: Product: TEACV3.0 code....
After installing 11.4 my fstab entries for CD and DVD drives as well as floppy generate errors when I try to mount them automatically or via Nautilus when inserting CD or DVD. The icons and CD/DVD name show up ok but will not mount. Manually mounting via terminal command works. Here are the relevant lines from fstab
[Code]...
In /dev scd0 and scd1 are symlinks pointing to sr0 and sr1 respectively. The above error message was generated after attempting to load a CD in scd0 i.e. my laptop internal CD/DVD drive. Lines 10,11 and 12 are the fstab lines quoted above.
hi: I just installed damn small linux on a Dell 233 Pentium w/ Toshiba CD-ROM XM 6102B, it works fine except for mounting CD's & Floppies (and I assume, although I haven't tried USB-Drives)
when logged in as root, and typing in mount dev/cdrom w/ a cd in a the drive the answer is no medium found
when using X mount floppy command, w/ a floppy in the drive, I get: Error: mount: relocation error: mount: undefined symbol: blkid_known_fstype
also, my cd-rom drive won't stay closed, which is really annoying,
We recently moved to a new home and I am trying to get my home file/print server set up again. Thanks to swerdna's excellent website, I got my server box (just upgraded from 11.0 to 11.2) running Samba and serving my shares over the network, and my "client" machines can access them without a problem.However, I'm not having much luck setting up CIFS mounts on my Linux desktop. I have my all-purpose user added to the Samba auth list (via smbpasswd), and configured my client as swerdna's howto's specify, and I can access the files just find. However, when I try to mount the shares with this command:
Code: mount -t cifs -o username=klein,password=klein //192.168.1.70/sharedmedia /home/zak/SharedMedia/ I get the following error:
I am having a Promise TX4650 RAID controller & trying to create a driver floppy for installing the drivers. Also am using RHEL 5, I can create the driver floppy, but when I type "mount /dev/fd0 /media/floppy" I get error: "mount: mount point /media/floppy does not exist".Can I get the files in a format other than the ext2 floppy image, so that we do not need to use a floppy drive?There is a readme file inside the driver archive & you can use that as a reference.
I have a Windows partition encrypted with TrueCrypt. If I start TrueCrypt (or RealCrypt) I can mount the partition through the GUI. before I encrypted the partition I used to auto-mount it at boot using fstab and it would appear in my places bar in the file managers. Is it possible to auto-mount truecrypt partitions from fstab?
First of all: it's been more than 12 years ago since I worked with Linux, and a lot has changed in the meantime. But I considered it a challenge to install Ubuntu 9.10 and lateron upgraded to 10.04 LTS without any troubles, until now:
Except my main partition ("/") all other partitions fail to mount. All NTFS partitions from my other OS and also 2 other linux ext4 partitions I've made are not accessible anymore. and, what bothers me the most: I deleted those 2 new linux partitions in the meantime because I couldn't access them initially because Root was the owner (Duh! root is standard disabled in Ubuntu, right?). After an attempt to try to automount all partitions following the help guides I got now big grey errors on my splashscreen while booting, telling that an error occured with e.g. /media/Backup because it is missing or it cannot be mounted, with 3 options below: waiting, skipping or using a command prompt to solve this. I always choose Skip for safety.
Now if I want to see the content of all my other partitions I got a popup telling me unable to mount e.g. /media/Downloads and the message included:
Just installed Slackware 13 this morning. It's been a long time since I last tried Linux, but Slack works (a lot easier than Slack 8 did back when I last used it!) quite well. I'm using the XFCE desktop and it's smooth as silk except for one odd problem-I cannot get any of my USB drives to mount. I just plugged in my Lexar 4GB USB flash drive and received an error message. Here's from /var/log/messages from when I initally plugged in the drive (I have a 500GB WD MyBook USB external drive that is always plugged in):
Any ideas or suggestions of what to look at? I'm not familiar with HAL in Linux although I've seen plenty of discussion about it and have an idea of what it's supposed to (or break! ).
I am using 11.3 on one machine and 11.2 on the other (a netbook). 11.4 won't install on either and 11.3 on the netbook fails to install as well.
I am using the same setup as I have always used when both systems ran 11.2 (details below) but now I can only mount a drive in one direction. In the other direction the mount command gets stuck with no error message until it eventually times out. I can ping and ssh the machines from each other without difficulty.
Even in the direction in which the mount apparently works (11.2 mounting a drive on the 11.3 machine) when I try to copy files across nothing actually happens.
exportfs -a was run successfully on the exporting machine, and nfsserver is running on both machines as does nfs client.
The exporting machine is 192.168.1.102 (eeelinux) and the other machine is 192.168.1.101 (nina).
Details: The /etc/exports file on the exporting machine (192.168.1.102) looks like this: eeelinux:/home/naima # more /etc/exports # See the exports(5) manpage for a description of the syntax of this file. # This file contains a list of all directories that are to be exported to # other computers via NFS (Network File System).
I have a x64 OpenSUSE server with two hard drivers installed. The first one is used for the / and /home partitions and the other is for backups. Ironically enough it is the backup hard drive I am having trouble with. I was having trouble writting to the drive and unmounted it to preform a fchsk, however now when ever I try to mount it I get the following error:
my opensuse is not auto mounting USB drives anymore. It was working a few weeks ago! I have an external 500GB HDD and also an 16GB Kingston USB flash disk, both are not being auto mounted.If i do lsusb i get
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 006: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 2.0 Stick (4GB) / PNY Attache 4GB Stick Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I have a problem in my ubuntu 10.01 that it can't load a drive/volume in ubuntu. When I tried, it said: "Unable to mount location Error mounting: mount: /dev/sda1: can't read superblock". And when I boot my pc with 'Windows', it said : "UNMOUNTABLE_BOOT_VOLUME" under a blue screen. What can I do to solve this problem?
I've just made the switch from Ubuntu to Debian Squeeze and am having trouble connecting external media (be it a USB stick or an ext HD). The error I am getting when I connect anything via usb is the following:
Error mounting: mount exited with exit code 1: helper failed with: mount: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error.
I would like to exec a script whenever a user mount a device. The device could be an internal device (for example a partition on a second hard disk) or a removable one (for example a usb hard disk). The script must have sudo capabilities even if the user is not included in the admin group. Is it possible?
The specific question: I would like to add acl option to a device whenever it is mounted. I tried fstab but it's changing the behaviour of nautilus see:
[URL]... so I would like to create a script with the command
Code: sudo mount -o remount,acl /media/data and auto execute it any time data is mounted.
Is there a way to execute some command and then after the command completes utomatically reboot the system and then after the system reboots execute another command ? For example look at the sequence shown below(1) Execute command-1(2) After the command-1 in (1) is completed,reboot the system (3) Execute command-2(4) After execution of command-2 reboot the sytemIs there a way i can automate this process so that i need not reboot the system manually
Background information: I need to install WinXP on my computer to use Spectraview II software for monitor profiling. Tried it under Wine, didn't work...thought about virtualization, but Graeme Gill (creator of Argyll) said that probably wouldn't work:
Quote: The problem is that emulators often don't implement hardware details properly or at all. There's no standard way on Linux to read/write the DDC, so there is no surprise that wine doesn't emulate MSWin's API's for this. It's doubtful that any of the VM's do either. USB can be an issue too, and some instruments may not work in an emulated environment. I already had Ubuntu 10.10 installed, so thought I'd try installing WinXP after, then recovering the MBR. Lots of headache.
I have been running a live version on a 8 gig stick. Played nice for a couple of months but now when I try to access the native ntfs file system, I get the following error message.... Error mounting: mount exited with exit code 21: mount: according to mtab, /dev/sda6 is already mounted on /media/c
My computer has been acting quite strange lately. It's been taking longer to boot, and my sound doesn't play anymore (Only a high pitched sound is heard, and no hardware for sound is detected). Just recently, my Windows 7 Partition returned the error of Disk Error Occured. Press CTRL+ALT+DEL to restart.
Any way I can fix my whole issue, I think my desktop is starting to die on me :O (And its only about 7 months old T_T)
my windows xp system has recently been messed up, everytime i boot, i see the windows logo and then it reboots so i decided to liveboot ubuntu in order to recover the important files on my hard drive and then reboot. Problem is when i try to click on my "500GB Filesystem" I get this message.Unable to mount 500GB FilesystemError mounting: mount exited with code 13:ntfs_attr_pread_i:ntfs_pread failed:/input/output error Failed to read NTFS $Bitmap:Input/output error NTFS is either inconsistent, or there is a hardware fault, or it's a SoftRAID/FakeRAID hardware. In the first case run chkdsk/f on Windows then reboot into Windows twice.The usage of the /f parameter is very important! If the device is SoftRAID/FakeRAID then first activate it and mount a different device under the /dev/mapper/directory(e.g./dev/mapper/nividia_eahaabcc1). Please see the 'dmraid' documentationfor more details
what does this error message mean? im trying to mount an ipod in disc mode. let me know if there is a way to manually mount it to get around this. but not too technical, the simpler the language, the easier i will understand it.
I want to mount a 'super floppy' which is listed in the disk utility as /dev/sdb.
I am unsure of the sequence here. Should I first mount: mount /mnt/floppy ...or something similar And next edit the /etc/fstab file....or is this step not necessary.
Finally, this is vfat formatted. Should I try to reformat it in ext or leave it as is?
I just built an AMD Phenom II Six Core with 4 Gigs Ram a 160Gib / and swap, and (2) Two Tb mirror for Raid (data storage) I had been using DMRAID in the deprecated box but this box has MDADM v3.1.4 - 31st August 2010 from source (on MDADM wikipedia).
I have no permission problems with using the raid and dmraid is un-installed. The raid is working perfectly and is mounted in my fstab with ext4 defaults 0 2 as my options.
I have two exports /media/raid/Test /test
Both show IP and subnet on the showmount -e for the server. I can mount the test just fine on the server. I cannot, however, mount the /media/raid/Test error: mount.nfs: access denied by server while mounting hostname:/media/raid/Test Using dmraid I am able to have the deprecated box export and mount nfs shares from the raid but using MDADM on the new computer, I cannot. I get similar results with pointing MYSQL's data folder to a location on the "/media/raid/Database" (even with apparmor entries).