My usb stick continually automounts at /dev/sda10, and for a certain operation I'm trying to do I need it to be mounted at /dev/sda (or sdb, sdv, etc); is there any way to change it's mount directory?
As a bonus question, or rather the real question, what I'm really trying to do is format a bootstrap partition as shown here
Code:
Command (? for help): p
/dev/sda10
# type name length base ( size ) system
/dev/sda101 Apple_partition_map Apple 63 @ 1 ( 31.5k) Partition map
I need a guicance related to mounting USB stick of 2GB capacity. Normally when I insert my USB stick it mount automatically and show me.I want that instead the usb mount automatically I manually mount it. Now there are two steps to do it. First How to stop USB to mount automatically ? Second How to mount it manually ?
Recently I mounted a larger partition into my home directory since I was running out of space, Everything went smoothly, but it caused me to wonder about something I cant figure out. While playing with the mount unmount commands when I was copying everything over... before editing my fstab.
Is there a way to access the files that existed in a directory before you mount a partition to that directory? after mount the original files are gone.unmount and they are back, Where do they go?
I have Ubuntu Karmic. I chose to install with an encrypted home directory. Recently I got a warning that I only had 2GB of drive space left. This is mostly because of my videos. So I went and bought a new hard drive and partitioned it and made 1 ext4 partition and copied my videos all to the new hard drive. I added a line in my fstab to mount the new hard drive to ~/videos, but when I reboot the computer, there is a screen saying something like "error mounting /home/me/videos, press S to skip or something else to reboot". If I press S to skip, then when my system comes up there is a video directory but it's empty because my other hard drive didn't get mounted. I can run sudo mount /dev/sdb video/ and it will mount fine and I can see all my videos, so why can't fstab mount it? Does this have something to do with my encrypted home directory?
I have a requirement that seems to be unique in nature. I have multiple clients who are caged to their home directories. I would like to "share" a directory which exists above these chroots with all these caged users. I know this can be accomplished using mounts but my problem is, how can I mount a single directory to multiple mount points located in each users home dir? Can this be done in the fstab file?
I'm unable to mount external drives in thunar. Pcmanfm works fine. Ive tried a 2gb usb stick and a sd card reader. both give the same error. I used to be able to mount drives with thunar. What happened? I'm using ubuntu 9.10, installed lxde on top of server edition. Thunar is 1.0.1 , from the repos. Here is the output from the usb stick:
Failed to mount "2G Removable Volume". 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 16gb usb memory stick now fails to mount. The device can be seen in gparted but partition is shown as unknown. Tried to format but error message popped up "failed". The device is shown in dmesg see below. I had tried to use the device to create a bootable usb but this did not work and the problems happen there after.
dmesg: usb 2-2: new high speed USB device using ehci_hcd and address 3 [41796.814297] usb 2-2: configuration #1 chosen from 1 choice [41796.943922] Initializing USB Mass Storage driver... [41796.944228] scsi2 : SCSI emulation for USB Mass Storage devices
i am running Ubuntu 9.10. sometimes my USB device is auto detected and shows up on my desktop other time it is not detected?? anyway i am trying to figure how to Mount it. read about the ETC/FSTAB file and i may need an entry there. following is a copy
# /etc/fstab: static file system information. # # Use 'blkid -o value -s UUID' to print the universally unique identifier # for a device; this may be used with UUID= as a more robust way to name # devices that works even if disks are added and removed. See fstab(5).
[Code].....
i did try to update with an entry similar to the cdrom. my fstab is read only so no update. i have read other USB mount problems but not sure about any.
I tried (unsucessfully) to load the alpha version of Ubuntu 10.04, & now my comp will not even load XWindows at all. I am trying to reload Ubuntu 09.10, (i have it on a flash drive), but cannot even get the thing mounted properly. The error i get is Disk devsdb invalid partition table
I have a server with Fedora 13 with which I would like to get NFS working. I have looked up multiple howto's and tutorials, but I'm having a problem not addressed by any of them.Official how-to, another how-to, and another how-to.I have verified that nfs-utils, nfs-utils-lib, portmap, and system-config-nfs are installed and running. I have verified that I have, in fact, shared the directory that I want to share, and that the proper permissions are set.
I had to go through some gyrations to get the Belkin wireless N router to allow my server to have a static IP. However, I can ping the server from the nfs client (a toshiba satellite running mint 8), and vice versa. I have (for now) disabled firewalls on both computers. I think I have disabled SELinux on Fedora 13 (for now).When I attempt to connect to the server from the client, the output looks like this:Quote:
aragorn ~ # mount -v 192.168.2.101:/test /home/kelev/test/ mount: no type was given - I'll assume nfs because of the colon mount.nfs: timeout set for Sat Dec 18 12:21:09 2010
When I plug in my USB stick (with fat32 filesystem, labeled flash8p1) and then try to mount it from the Places menu, I get an error box that pops up: Unable to mount flash8p1 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 In some cases useful info is found in syslog - try dmesg | tail or so
I don't understand what the dmesg is telling me, but here it is for those who may understand:
I just got my Gnome-flavored Squeeze running this morning, and I'm still working out the configuration. I have disabled automounting and autobrowsing of removable media, but anyway this problem was occuring when I had automounting enabled. I have the OS installed to a 4-GB microSDHC card plugged in to the front of the computer. The computer is a Toshiba Mini NB505.
edit: And now, I just plugged the flash8p1 into a different USB port, and it mounted from the places menu. I wonder, though, if this is related to the fact that I had first mounted it from the command line.
I have just installed opensuse for the first time. I have plugged in a USB memory stick but it does not register anywhere (eg Dolphin does not pick it up). how I can access the files on my USB stick?
I'd like to be able to manually mount a USB stick in console (before X is started) and I can't seem to find a good way to do that. I'm not too smart about HAL and UDEV and I don't want to undo the auto mount feature when X is running but still be able to manually mount and unmount as necessary; like for installing patches and packages after an install or version upgrade. It seems like there should be an entry in /etc/fstab and a directory in /mnt or /media but danged if I can find something that points the way.
I'd like to mount the directory /var/www/mysite to the directory /home/daniel/mysite, but also have the user of the mounted files mapped from the original user (www-data) to my own user (daniel). So that the file /var/www/mysite/index.php who's user is www-data will appear in the mounted directory as /home/daniel/mysite/index.php and be owned by daniel - and alternatively, if I create a file /home/daniel/mysite/test.php with my own user, it will be created in the original directory under the user www-data Is it possible? If not, what alternatives do I have so I can use an IDE and still make sure all the files belong to the HTTP server's user?
Due to a bug that will be fixed at squeeze (I'm running lennyx64), I can't mount ntfs partitions from gui interface (or else, directories with non-English characters will be ignored).
So I'm mounting with disk-manager (hd partitions only), or from konsole. Obviously, mounting from konsole, is the only option for usb flash sticks.
Suddenly, just out of the blue, today debian stopped mounting ntfs partitions from konsole. Since this was my only option for mounting safely my friend's sticks, I have a big problem right now.
I can't figure out many things from the error message:
Today I was trying to make a LiveUSB for Fedora 15 with UNetbootin and when I inserted my USB stick, it blinked and then this error appeared: Error mounting: mount exited with exit code 1: helper failed with: mount: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
We currently have a NFS shared Directory mounted as read-only on our server.This directory contains multiple sub-directories and files. It being read-only is a equirement. Now, we need a directory underneath to be read-write. Is there a graceful way to make that happen? Like a special mount option to use? Basically objective is: /u01 is mounted as read-only and has 3 directories: dir1, dir2, dir3 dir3 has 2 sub-directories- sub1,sub2/u01/dir3/sub2 needs to be read-write, while all other are read-only.
How can i auto mount more than directory in the same directory ? i want to automount 2 home directories in the /home and still be able to enter the other home directories !
The problem that i've another account on the system with home directory joe when the user1 home directory auto mounted i become unable to enter joe home directory !
Although I can perfectly mount any usb device (stick or disc) as being root, as a user I am not allowed to perform any such action! I have modified the corresponding fstab entry to look like:
Code: usbfs /proc/bus/usb usbfs noauto,user 0 0 and I have also made sure that the user is a member of the disk group, but without any luck. My system is OpenSuSE 11.2 (with KDE 4.4, but the problem is the same regardless I am attempting to mount the usb device via the GUI or through the text (c/k)onsole).
I have a few generic USB sticks lying around, and a few more SD/microSD chips that I use with openSUSE. Is there any way to label/ID them so they mount at unique points in /media, so I don't blast one accidentally? In mkfs.vfat there is a "-n volume-name" that looks promising, but I can't find a way to set that after the mkfs.
usb devices, such as external hdd, memory stick and mp3 player, when I connect them to USB, they show up in Nautilus, but when I click on them, Nautilus is unable to mount them and returns the following error: Unable to mount location 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 in some cases useful info is found in syslog - try dmesg | tail or so
I have just bought a new netbook and now it runs ARCH linux.To connect to the internet I am using an Alcatel x220 USB 3G modem dongle and wvdial (with pywvdial) and here is wvdial.conf
I'm doing a USB stick install and when going through the installer, after selecting keyboard origin it tried to mount the CD-ROM drive instead of the USB port. I dont have any blank CDs so a live CD isnt an option. It's booting from the USB to get to the installer, just seems like the installer doesnt realize it needs to do the same.
i was writing a .img file to my usb stick with ImageWriter, but it didn't seem to do anything so i clicked the close gtk button and pulled the stick out of my pc. now my pc gives my an when i try to open the stick. is there any way to fix this. I can use win xp pro, win xp media center, win 7 starter, ubuntu 9.10 and ubuntu 10.04
Is there a way I can temporarily mount a directory read-only to RAM? I read about creating a tmpfs to /dev/ram0 and mounting the folder there, though the tutorial seemed to have extra steps such as editing /etc/fstab, which I do not need to do. Can anyone outline a way to do this easily?
Just recently uggraded from Ubuntu 9.10 to 10.04... I'm not liking 10.04!!
It's messed with my KMail, and NOW I find that when I insert a USB stick, I get the message:
"An error occurred while accessing '7.4 GiB CANON_DC (vfat) [/media/Ext3]', the system responded: mount: only root can mount /dev/sdi1 on /media/Ext3"
What the H**L happened... in 9.10, I put in the stick, and could instantly view/copy/etc. from it in Krusader...
Same result with a USB HDD...
I've read a bunch of posts, and nothing really says how to have Ubuntu simply mount whatever I give it to read... That's what I'm after... I made myself part of the Admin and root groups, but that only changed the error message to show that the system recognized what device I'd plugged in.
It's the lil' things, and 10.04 seems to have a few... So, tried to mount it:
:~$ sudo mount /dev/sdi1 on /media/Ext3 [sudo] password for dkolars: Usage: mount -V : print version mount -h : print this help