Ubuntu :: USB Read-only Auto-mount

Jan 8, 2011

I recently formatted my memory stick in windows. It works properly in windows. I have a dual boot with ubuntu 10.04 and the usb automounts in read-only mode. I cannot write anything to the usb stick in ubuntu. sudo chomod does not work.

View 4 Replies


ADVERTISEMENT

Ubuntu :: USB Devices Auto-mount As Read-only?

Sep 19, 2010

My 10.04 64-bit desktop has been auto-mounting USB devices (flash drives and my mp3 player) as read-only for some reason. I had this issue happen once a while in the past, so I simply re-mounted it as rw.

Code:
mike@mike-desktop:~$ mount | grep -i 36CB
/dev/sdc1 on /media/36CB-D1A8 type vfat (rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,flush)

[Code].....

View 3 Replies View Related

General :: Auto-mount USB Drives Read-only

Oct 6, 2010

I'm currently setting up a laptop for my grandparents to use. They have never used a computer before, so I'm trying to make this as fool-proof as possible. The system will be setup with Ubuntu 10.10. In order to save them the hassle of having to unmount USB drives before disconnecting them, I would like to have all USB drives auto-mounted as read-only (possible use cases for now only include them getting data from people, not them copying anything to the drive). I have so far found that gnome-volume-manager is responsible for the handy auto-mount, but I didn't find any way to set options, like always mounting drives read-only.

View 1 Replies View Related

General :: Fstab Line For Auto Mount Drive That All Users Can Read/write?

Jan 4, 2011

I have installed a cable that connects from the CPU's SATA motherboard connection to a removable drives' ESATA connection.I would like to be able to swap drives on the ESATA connection and have all users be able to read and write to these drives.I have created the directory /archive/ where I would like the drive(s) to mount.The drives are all formatted Fat 32 - but in the future I may use HFS for formatting.When I used the command (as root):mount /dev/sdc1 /archivethe drive was mounted (but read only)What can I use in my /etc/fstab file that will allow drives to be mounted and unmounted by all users on the system? (both reading and writing)Also, will I be able to mount and unmount these drives without shutting down? or will I need to reboot every time I want to change drives?

View 2 Replies View Related

Server :: Auto Mount USB Drive To Specified Mount Point After Reboot

Jul 19, 2010

I have servers installed with RHEL 4 2.6.9-89.0.9 ELsmp. I tried using uuid and label in /etc/fstab to automount usb drives to mountpoints that I specify after reboot. Unfortunately, it just does not work in all my RHEL4 servers. After every reboot, /etc/fstab will be automatically modified and all configurations related to my USB drives will be changed. Irregardless of whether i use UUID or LABEL in my /etc/fstab.However, it works on RHEL5. But, upgrading is not an option in my environment. I have been googling around looking for alternatives but everything seems to point back to using UUID or LABEL in /etc/fstab. Anyone has tried something that works? Please help me, thank you.

View 7 Replies View Related

Ubuntu :: Can't Load A Drive / Volume - "Unable To Mount Location Error Mounting: Mount: /dev/sda1: Can't Read Superblock"

Dec 25, 2010

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?

View 9 Replies View Related

Debian :: Removable Devices Auto-mounted As Read-only?

May 29, 2010

Quote:

Currently when I insert a removable device, it is auto-mounted as readonly. To use it I have to do this every time.

Code:

sudo umount /dev/xxx
pmount xxx

This applys to every removable device I have, and did not exist on my previous distro. Debian amd 64 Squeeze [URL]

View 5 Replies View Related

Ubuntu :: Grub.cfg Does Not Get Read Correct - Auto-removes Characters At Boot Menu

Mar 10, 2010

I have a problem with GRUB 2 that I hope someone here can help me fix. Every time I boot I get an error because GRUB deletes that last part of the initrd line in /boot/grub/grub.cfg.

So this:

Code:

Becomes this (notice the missing "c" at the end):

Code:

And the windows part is also broken:

Code:

If I add an extra character at the end of the line it get removed instead and then it works. But only until next time the grub.cfg is auto updated. The error is only there when booting. Reading the file every character is in there.

View 9 Replies View Related

Ubuntu :: Specify Which Partitions Auto-mount ?

Jan 8, 2010

Is there any way to specify what partitions of my USB Hard drive automount? There's really only one I want mounted automatically, and I've made three partitions. I'd like it so the one mounts, but the other 2 don't. Possible?

View 6 Replies View Related

Ubuntu :: Auto Mount All Drives?

Jun 16, 2010

How can I auto mount all my drive at start up, I want them to be auto mounted.

View 4 Replies View Related

Ubuntu :: Auto-mount My Storage HDD?

Nov 5, 2010

Can I auto-mount my storage HDD? If so how?

View 4 Replies View Related

Ubuntu :: Auto Mount Internal Hdd (ex3)?

Nov 17, 2010

im currently useing kubunt 10.10 and i need help to have this drive automounted at bootfor all users./dev/sda1 1 14590 117185536 83 Linux
UUID: 32dc7bba-7605-4543-ab73-d8cbb16c0f76i have tested diffrent options but non work.before i could use psydm but that was for a ntfs drive for ext3 it dont work aswell.i find kubuntu @ ubuntu very userfriendly but when it comes to this part its not that goodfor users like me that not are so experienced with linux

current fstab
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc

[code]....

View 2 Replies View Related

Ubuntu :: Set Auto Mount At Startup ?

Jan 13, 2011

how to set auto mount at startup. I have 3 partition how can i auto mount this partition at startup.

View 7 Replies View Related

Ubuntu :: 11.04 - No Auto Mount For USB Drive

Jul 23, 2011

I'm running 64 bit Ubuntu, 11.04. When I first installed, I could plug in my USB thumb drive and it was automatically mounted for me. Lately, this no longer happens... I use the Disk Utility to mount it manually. What I did wrong to lose this automatic mounting?

View 9 Replies View Related

Ubuntu :: Disable Auto Mount Of Partitions?

Jan 9, 2010

I just installed kubuntu 9.10 and noticed that several partitions (fat32 and ntfs) are mounted automatically after I login. I searched /etc/fstab but found no entries for those partitions. So I guess there may be something like start-up scripts that automatically detect and mount all partitions on the hard disk at boot/login. Does anybody know the location of those scripts (if any)? I want to disable that auto mount.

View 4 Replies View Related

Ubuntu :: Auto Mount - Drive Permanently ?

Feb 8, 2010

I wanted to mount a drive permanently that I see in my Places -> Network ->

I can add it no problem, but I want it to always mount it when it is available when I am not around.

Once I mount it in the GUI is there any way to make that mount a permanent one?

View 1 Replies View Related

Ubuntu :: How To Auto-mount Volumes/Partitions

Feb 21, 2010

I have 9.10 and notice that when I look in Places none of my volumes/partitions are mounted - if I click on them I have to enter my user password to authenticate to gain access. My problem is that (with some help) I have set up rsync so it runs when I shut down my PC and backs up my Home folder from a partition on sda to a partition on sdb - this is great but sometimes it works and sometimes it doesn't.

I have done some tests and discovered that if I use my PC and never manually mount my backup sdb partition the rsync does not work (I also have GAdmin-rysnc so I can run manually backup but this also will not run if I do no mount the sdb volume). However, if I do mount the sdb backup partition and close down/restart then the backup works. What I need is my sdb backup partition to be automatically mounted every time I switch on - can this be done? I'm sure I had this working in 9.04 (auto mounting) but 9.10 seems not to like it.

View 4 Replies View Related

Ubuntu :: Auto-mount NTFS Partitions?

Mar 14, 2010

On my laptop I have Windows and Ubuntu, and I use Ubuntu very often. How can I auto-mount the NTFS partitions once I run my Ubuntu without the need to manually ask to mount it and confirm with the root password each time and for each partition?

View 5 Replies View Related

Ubuntu :: USB Memory Stick No Auto Mount?

May 29, 2010

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

[Code]....

View 1 Replies View Related

Ubuntu :: Get Devices To Auto-mount On Connection?

Jun 2, 2010

I have many flash drives, memory sticks, card reader, and 2 mybook 1tb so i am constanly plugging in, or unplugging devices from my machine running the latest version of ubuntu (i beleive 10.04?). I remember when i use to connect a device it would mount and work right off the bat. but now, everytime i connect anything, i have to go through Disk Utility to select the drive and mount it (also unmount before disconnect). Another problem is that some times disk utility doesnt like to work (as with a few other programs). This happends every now and then and im not sure if its my systems hardware or this version of ubuntu. every now and then programs like to stop responding (turn grey) and some programs like disk utility will open up, but just be blank and not show the detected devices

View 9 Replies View Related

Ubuntu Installation :: Auto Mount After Upgrading To 10.4

Jun 12, 2010

I upgraded to 10.4 and installed Grub on a wrong drive. This means that I have it on the right drive (the one with Ubuntu) and in the wrong one (the one use for data). I have no problems with booting to Ubuntu or Windows. I can even access the files from the data drive (called Storage) after the systems boots. The thing is that I can't auto mount it anymore (with /etc/fstab) and I don't know how to remove grub from the drive, because I can't find where the boot files are. When booting Ubuntu, a message appears saying that there has been an error when trying to mount the drive, I press 'S', to skip the mounting and it goes to the desktop with no problems after that. I only want to be able to auto mount it, even if I can't remove it.

This is the info from Boot Info Script:
Code:
Boot Info Script 0.55 dated February 15th, 2010
=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in partition #1 for /boot/grub.
=> Grub 2 is installed in the MBR of /dev/sdb and looks on the same drive in partition #1 for /boot/grub .....

View 2 Replies View Related

Ubuntu Servers :: Auto Mount Of An Usb Drive?

Sep 1, 2010

I just changed the os on my media server from Windows Home Server to Unbuntu 10.4 server. I got most of it working (samba, twonkymedia)

The only thing i have left to get working is the backup of that server. I installed bacula as i beleive it will do the job (unless someone has a better and simpler to configure idea) and i would like it to backup to my external usb 1Tb hard drive. I am able to mount the drive manually but this server gets turn on and off often to save power (and cut the electric bill) when not in use. I tried adding a line to fstab but when a do that, the server gets stuck on the startup even with the drive turned on. I read somewhere that i should use the UUID of the drive as it could change from sbd1 to sbh1 on restart so i did, same result.

View 4 Replies View Related

Ubuntu :: How Can I Auto-mount Drives On Startup

Dec 28, 2010

I've been trying to unsuccessfully auto-mount my drives when starting up. I've made a script that sets me to the root using "sudo -s" and then mounts the drives. The commands to mount the drives work properly when entered into the command line, but when I try running them from an executable, they don't work. What might I be missing?

View 2 Replies View Related

Ubuntu :: Auto-Mount The Windows Shares?

Jan 11, 2011

Im setting up a Mythbuntu box as a HTPC, and I want to be able to stream my media from my Windows box to the Mythbuntu box. I got the windows shares mounted fine, everything works. But I want them to auto mount so I modded my /etc/fstab file to mount the share. The problem is the Mythbuntu box uses wifi, and during boot the computer can't connect to the Windows box, and it hangs on

Quote:

Error while mounting /blah/blah/ press s to skip or m for manual recovery and I am planning on not having a kbd hooked up to this computer once it is done.

1) Is there a better way to auto mount Windows shares - one that does the mounting after the computer is booted up? Furthermore, the Windows box may be off, so I want it to just skip the mounting on error.

2) Right now when I mount the share, I have to specify the Windows computer by its IP address. If I do it by PC name, it doesn't work, says it can't find the computer. Is there a way to mount using the computer name, so that if my router decides to give the windows box a new IP I wont have to reload everything?

View 1 Replies View Related

Ubuntu :: Auto Mount A NAS Samba Share

Jan 13, 2011

One problem I'm having is with getting some apps to access NAS hosted files and folder over samba. Two examples are photo managment apps and backup apps, which seem to only want to work with local files and folders.I have come across a number of articles about cifs, autofs, gigolo, fstub, etc (including the autofs community documentation). But so far I've had no luck in auto mounting a samba shared resource as local.

Can anyone point me to a definitive tutorial, or provide an explanation on how I might accomplish auto mounting samba shares?

View 7 Replies View Related

Ubuntu :: Wouldn't Auto-mount A Filesystem

Feb 4, 2011

Having trouble mounting a filesystem , I created a software raid system on it and it worked fine and then I restarted it wouldn't auto-mount so I did it by hand , and now I get this :

[Code]....

View 4 Replies View Related

Ubuntu :: Auto Mount Hard Drives?

Apr 23, 2011

Just installed natty 64 bit. fully updated the system. i need to hard drives to automaticaly mount when starting the computer. What is the easiest way to do this in natty?

View 9 Replies View Related

Ubuntu / Apple :: Iphone First Gen Won't Auto Mount 10.04

Jul 1, 2011

So I have ubuntu 10.04 installed on an ibook g4 1.2 ghz powerpc with 256 mb ram. Yeah I know kinda funny given all the lack of future support but it works nonetheless. I can't get my 1st gen iphone (3.1.3) to mount. It is however recognized from the cli Bus 001 Device 002: ID 05ac:1290 Apple, Inc. iPhone what should i do? I have a partition of mac os x 10.4.11 installed which also doesn't recognize the device (leopard is required).

I have all the modules and mobile device libraries installed from ubunutu software center but still I can't get it to mount. Are there any commands i should try? I'm still a complete novice at the command line.

View 1 Replies View Related

Ubuntu :: Freezes At Startup (Auto-Mount)

Jul 28, 2011

I was trying to automount a few NTFS partitions last night. Upon reboot, I got the following error messages.

/device/sda2 ... is not ready or present
/device/sdc2 ... is not ready or present

Then Ubuntu just freezes. I am using Ubuntu Natty, if that helps. I am currently unable to get into Ubuntu without a LiveCD.

View 1 Replies View Related

Ubuntu :: Auto Mount Ntfs Drives?

Jul 30, 2011

I use Ubuntu 11.04 (gnome) and have a ntfs partiton that shows up in the "places" menu that is normally in the gnome panel. But I think that partition isn't mounted till I click on the entry in this menu (when I want to access it from any other place, shortcuts for example, that doesn't work).
How can I correctly mount all partitions I want on startup?
Recently I tried something in the /etc/fstab file but don't know if this is correct...

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved