Fedora :: 14 ,Vfat Occasionally Mounts As Read Only?

Feb 8, 2011

I am running Fedora 14 with kernel 2.6.35.74 x86_64 and I am having an issue with a Vfat partition that is shared with Windows 7 on a dual boot setup. this partition contains my mozilla profiles and it occasionally mounts as read only in Fedora. I wont be able to write to it and root doesnt seem to be able to write to it when this happens. I checked this by trying to redirect an output of ifconfig. My fstab entry looks like this.

Code:
UUID=5830-75A8 /home/joe/share_storage vfat rw,umask=0000,uid=500,gid=joe 0 0
and ls -l

Code:
drwxrwxrwx. 8 joe joe 4096 Dec 31 1969

These two (fstab and ls -l) always look the same whether the partition behaves as read only or not.

View 5 Replies


ADVERTISEMENT

Ubuntu :: Vfat Mounts Using Uuid?

Nov 16, 2010

I moved some win98 drives into my 10.04 server, and would like to add them to my fstab file.Do vfat partitions have uuid's?If yes, how do I get that number?If no, I can use /dev/sdc1, and /dev/sdd1, can I get an idea what the fstab line will look like?Do I need to create the mount points (say, /WindowsCdrive) before the fstab will mount the partition?

View 3 Replies View Related

Debian Configuration :: USB Vfat Goes Read-only

Nov 20, 2015

Debian 8.2 .... Desktop is lxde BTW. It auto-mounts the drive, and sometimes it's writeable for a while, but then it all goes read-only out of the blue. su doesn't work. I tried installing autofs and it doesn't mount at all.

/var/log/messages:

Nov 20 11:05:37 debian kernel: [589471.166033] scsi31 : usb-storage 1-3:1.0
Nov 20 11:05:37 debian mtp-probe: checking bus 1, device 41: "/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-3"
Nov 20 11:05:37 debian mtp-probe: bus: 1, device: 41 was not an MTP device
Nov 20 11:05:40 debian kernel: [589474.217399] scsi 31:0:0:0: Direct-Access PNY USB 2.0 FD 8192 PQ: 0 ANSI: 0 CCS

[Code] ....

syslog looks much the same.

I'm not an lxde fan. The file manager always was crashy. But I'm on an Acer Aspire, and too many desktop managers just can't deal with the screen ratio.

View 2 Replies View Related

Debian :: All USB Media Mounts As Read-Only?

Jun 16, 2010

All of my USB -- media, flash drives, media players, SD cards -- mount as read-only on my system. Following is a bunch of output from questions I expect to be asked / debug info.

Groups I'm in
gmweezel@computer:~$ groups
gmweezel dialout cdrom floppy audio video plugdev netdev powerdev
DMESG output
gmweezel@computer:~$ dmesg | tail
[17532.047289] sd 13:0:0:0: [sdg] Write Protect is off
[17532.047292] sd 13:0:0:0: [sdg] Mode Sense: 45 00 00 00

[Code]....

View 4 Replies View Related

Debian :: USB Hard Drive Mounts As Read Only

Jan 4, 2016

Trying to go through some old hard drives I'd saved from a Mac we tossed years ago. Using a Sabrent USB adapter (USB-DSC9) I connected it to the Debian box and it mounts as /media. Here's the weird thing: although I can read all the random stuff, the directory with all my actual documents shows up as "you do not have the permissions necessary to view the contents". When I try to fix this with chmod, it tells me that the drive is read-only. Grr.

How do I mount the drive so that it's not read-only?

View 7 Replies View Related

Ubuntu :: SD Card Mounts As Read-only - Lucid

Apr 24, 2010

Since I've upgraded to Lucid RC1, when I insert my SD Card it mounts as read-only. The write-protected switched isn't on and my card isn't corrupt. I've tried chmod and chown to no avail.Does anyone know a work around so that I'm able to write to my SD Card?

View 2 Replies View Related

Ubuntu Networking :: NFS Mounts As Read-only File System

Dec 15, 2010

I am trying ti set up a NFS server using the guide on [URL] However, the NFS mounts on the client side as a read-only file system, so I cannot modify nothing. Here is my /etc/export file on the server side:

Code:
/home/acrocephalus/ 192.168.1.35 (rw,async,no_root_squash)
and this is my /etc/fstab file relevant line on the client side
Code:
192.168.1.33:/home/acrocephalus/ /home/acrocephalus/AcrocephalusServer/ nfs rsize=8192,wsize=8192,timeo=14,intr
Then, I mount the system using the command
Code:
sudo mount /home/acrocephalus/AcrocephalusServer/
.

how to mount the NFS with full read-write permissions?

View 3 Replies View Related

Ubuntu :: Current Users Mounts USB Device As Read Only?

Dec 18, 2010

I am trying to add/delete files from my HTC Evo through ubuntu via enabling file sharing on the device. Ubuntu detects the drive, and mounts it up so that I can browse/read files off the device. However, I am not able to do any writing to the device because it is mounted as "read-only". The only wierd thing is that it worked last week, and I have not changed any settings on my system. Where should I start? Is the auto-mount for USB drives located in "/etc/fstab"? because here is the contents of that file, and I dont see anything for usb mounts:

Code:
# /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

[Code]....

View 1 Replies View Related

Ubuntu :: Ext4 Primary Partition Mounts Read Only In Nautilus?

Jul 11, 2010

I just did a clean install of Ubuntu 10.04 and Linux Mint 9 with an ext4 (sda3) data partition to be shared between both. My issue is when I go to that partition and mount it within Nautilus it mounts read only. I've searched around but I have not found the solution. I don't have a problem mounting it using fstab and mounting at boot. But, I know I have to be doing something wrong for it not to work correctly through Nautilus.

Filesystem Size Used Avail Use% Mounted on
/dev/sda1 25G 3.2G 21G 14% /media/7e66f3a0-e35d-40b0-8427-4abfd3b53d8a
/dev/sda2 25G 9.8G 14G 42% /
/dev/sda3 56G 32G 21G 61% /media/data

I partitioned the drive like this. Ubuntu sda1 primary partition ext4 25gb, Mint sda2 primary partition ext4 25gb and Data primary partition 56gb. I then installed Ubuntu 10.04 first, then Mint. Both Ubuntu and Mint mount that partition as read only.

View 3 Replies View Related

Ubuntu :: WD Studio External USB 2.0 / FW800 HDD HFS+ Partition Mounts As Read-only

Aug 6, 2010

I just got a new WD Studio External USB 2.0/FW800 hard disk drive, it is formatted to HFS+ with Journaling (hfsplus) and I use it for both an iMAC and a PC/Linux. The problem is that on my PC (Linux - Ubuntu 9.10) there is always some kind of read-only error whenever I try to edit, create, delete anything on it. I tried it on my iMAC and I'm able to read and write on it with no problem.

The mount command on Linux gives me: /dev/sdc3 on /media/My Passport type hfsplus (rw,nosuid,nodev,uhelper=devkit) Clearly indicating that it ("My Passport" on /dev/sdc3) is mounted as "rw" (read and write, not read-only). I tried connecting it via Firewire 800 and USB 2.0 and both give me the same results. I also tried fixing it in my iMAC using Disk Utility but it reports on problem and I clearly safely "Ejected" it before unplugging it from my iMAC.

View 1 Replies View Related

Ubuntu Networking :: NFS Mounts Cause A Hang On Reboot Of The Mounts Are Lost

Nov 24, 2010

I have multiple ubuntu machines and I connect to one through an NFS share. I have done this for a few years without issue. However, since re-installing ubuntu and upgrading to 10.4 I have a problem with my system hanging when the remote shares are lost.

Basically, I can power down the machine downstairs, and my main machine then has a fit. I can not open any folders in ubuntu, nor can I shut down. If I try and shut down the system hangs, last time it hung for 8 hours before I had to kill the power.

These are the lines in my fstab

I don't know what I've done wrong, or how I can prevent this from hanging. I have googled the heck out of this as well and can't seem to find an answer either.

View 2 Replies View Related

Ubuntu :: External Hard Disk /Hard Drive Mounts As Read Only (Suddenly)?

Jan 17, 2011

I recently bought 320 GB Trancend external hard disk and working fine days back.Earlier i could copy from and to the hard disk with out any issue. I dont know what happened after that now i am not able to write any files in to the external hard disk. This is not NTFS formatted device. here is some of the out put from terminal.

Code:
sundar@sundar-sundar:~$ fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes

[code]...

View 7 Replies View Related

Software :: Halevt Mounts Drives As "read Only" For Normal User

Nov 20, 2010

I am using Ubuntu 10.04, with the Enlightenment WM, with nautilus for my file manager and I have installed the halevt package to handle the mounting of my external media. My issue now is that when I mount the media as a normal user it is being mounted as read only - any ideas how I can have halevt mount the media so I can write to it as my normal user in addition to reading from it?

View 3 Replies View Related

Fedora :: Use Mail Without SSL As May Occasionally Use Unencrypted WiFi?

Jul 12, 2011

I upgraded to FC15 in early june, come June 15 Thunderbird suddenly ceases to send or receive any email. It pops up with the message "You may have exceeded you maximum connections" and I've tried changing the cache connection count to 1 instead of the default 5 and every OTHER post about that error suggests to no avail. Funny thing, my primary desktop is still on FC13, same thunderbird version, arch and account setup (with SSL enabled) and works flawlessly. Even with -safe-mode enabled it doesn't work. My lightning calendar also doesn't sync since then.

I have found that if I turn SSL off IMAP works again, SSL SMTP still fails. If I turn SMTP SSL off it sends mail. The calendar is an https (SSL) link. Obviously the issue is SSL and Thunderbird in FC15. There are no errors/messages in the console, maillog or the in-built error console. I will NOT use mail without SSL as I may occasionally use unencrypted WiFi.

View 1 Replies View Related

Fedora Installation :: Graphics Freeze Up Occasionally With ATI Catalyst / Fix It?

Aug 13, 2011

I have an ATI Radeon 6450 (*cough*shitty*cough*). Everything runs fine, but the graphics freeze up occasionally. I haven't installed anything/changed any files.

View 2 Replies View Related

Fedora :: Filesystem 'vfat' Not Recognized In F13?

Jul 24, 2010

After upgrading from Fedora 12 ot Fedora 13 I now get this message when mounting a FAT32 partition in /etc/fstab: mount: unknown filesystem type 'vfat' Does not Fedora recognized FAT32 partitions anymore ? Am I missing a package which adds 'vfat' filesystem support ? This worked without problems in Fedora 12 and the upgrade to Fedora 13 from a Fedora 13 installation DVD ran without problems or errors.

View 4 Replies View Related

Fedora :: Ext4 Image On Vfat Volume?

Apr 27, 2011

Does anyone know if there's a way to create an ext4 image on top of a vfat volume? I know how to create a disk image file and mount it on the loopback device, but a vfat volume allows a max file size of 4 GB so is there a way to make a spanning disk image?For example you'd have disk1.img through disk3.img where each one is 4 GB, but when mounted via loopback it would appear as one complete 12 GB ext4 volume. Is this possible?

View 3 Replies View Related

General :: Mounting VFAT As User In Fedora 14

Jan 27, 2011

I can't seem to mount my local VFAT partition with username ownership; it is consistently mounted as daemon. I've tried to CHOWN and CHGRP the mount point of /media/SHARED (its location), but that doesn't work. I should include the reason in case you have other suggestions that are alternative to changing ownership on the mounted VFAT drive:

In my old Fedora 9, I ran Eudora under Wine. The program lived on my VFAT partition. I could hence run Eudora under both Windows and Fedora, which was really nice - even though I hardly boot into Windows anymore. While I did notice the username and group name were the same as they are under Fedora 14 fstab mounting - daemon - it still worked without a hitch. To note, the partition was also automounted in Fedora 9 in fstab.I just upgraded to Fedora 14. When I automount the drive through fstab, Eudora will not launch. Yet when I manually mounted the drive (and I noticed that the username and group are my local username, not daemon), Eudora launches fine. So while my solution, mounting the drive manually when Fedora 14 starts, does in fact work, it is a bit of a pain. Luckily I don't reboot too often!

In any case, I wanted to see if anyone has any suggestions. Maybe it's just a mounting syntax issue; but as for mounting syntax in fstab, I used the same line as my F9 fstab.The line I used was: /dev/sda3 /media/SHARED vfat umask=0000,dmask=0000,uid=0002,gid=users,users 0 0

View 1 Replies View Related

Fedora Installation :: Can't Boot From Vfat File System?

Feb 18, 2009

When installing Fedora 10 or 11 Alpha, I get the following message when attempting to install the entire root filesystem (including /boot) to a vfat partition:"Error with Partitioning.The following critical errors exist with your requested partitioning scheme. These errors must be corrected prior to continuing with your install of Fedora.

Bootable partitions cannot be on an vfat filesystem.

Bootable partitions cannot be on an vfat filesystem."

View 9 Replies View Related

Fedora :: F12 VFAT Volume Label Case Wrong

Feb 25, 2010

Under both Windows and Fedora 11, my USB flash drive was mounted using the volume label of "RBR Astro". Under Fedora 12, it now gets mounted as "RBR ASTRO". I like my old case. It's a small nuisance, but it also ended up breaking all my links to files/directories that I store on flash. How can I get the flash to mount while preserving case?

View 2 Replies View Related

Software :: NFS Configuration Between Fedora & Debian On Vfat Partition?

Mar 14, 2010

I have performed NFS installation on debian(as server) and fedora(as client). I made tests for 2 directories. The first one(from a debian home/somedir directory worked perfectly) but the second one not. This second directory is a hard disk partionned on fat32(vfat in my /etc/fstab file).

I have no error with both command :
Code:
exportfs
in debian and
Code:
mount -a

[Code].....

View 3 Replies View Related

Fedora :: CodeBlocks Writing To Vfat Partition Permission Error?

Dec 30, 2010

I partitioned my drive to dual boot with XP, and I also added in a fat32 partition so both Windows and Linux can read/write to there to share files. I now have a problem with permissions (I know that fat32/vfat does not support permissions.) I can as my normal user read/write to this partition, but I want to set-up a CodeBlocks project on there and this is where I run into my permissions error.I can create it and the .cbp file is there ect. but I can not save any work, it will complain ('could not write', or sometimes with 'maybe this drive is write protected'.) I have something like

UUID=1234-1A23 /repo vfat defaults,umask=000 0 0
in my /etc/fstab

View 5 Replies View Related

Fedora Networking :: 13 - NFS Mounts Fail ?

Jun 13, 2010

I have upgraded three machines to Fedora 13.

On all of them any attempt to mount an nfs drive fails with:

Code:

This happens immediately - within a few tenths of a second at most. It happens whether I use mount -a(mounts are listed in the fstab file) or a full mount command. It happens on both 32-bit and 64-bit installs.

Nothing appears in the messages log file on either the server or the client machine.

It was working in Fedora 12.

Iptables and ip6tables are both disabled. nfsd is running.

Hosts.allow and hosts.deny both exist on the client, but are empty. They contain nothing but comment lines.

I can ping the server and run ssh shells to it. I can open Web pages in Firefox.

The server is CentOS 5.4.

View 3 Replies View Related

Fedora :: NFS Mounts But No Files In Mounted Directory

Feb 10, 2011

I am trying to get NFS mounts working properly using autofs, but I'm only getting partially results. I have an auto.master set up for indirect mounts and a list of map files for each entry. Forgot to mention that when I mount the directory using /etc/fstab or setup a direct mount in /etc/auto.master I can see files in the mounted directory...

View 10 Replies View Related

Fedora Servers :: Pre-boot Mounts Script

Mar 10, 2011

I need to mount tmpfs partitions to /etc & /var and unpack archieves of this folders there. This task is complete working on Gentoo with monolite kernel & handmade initramfs script. But on fedora this method is like hacking. And not pretty for later upgrades, etc... I think, may be it is need to create script in /etc/init.d/ with high run priority. But this method takes many errors on boot. It is need to mount two tmpfs partitions to /etc/ & /var & unpack archieves. All this processes are to be executet after switching init from initramfs to realinit. But before first system processes try to start. How to complete this task with fedora way?

View 1 Replies View Related

Fedora :: NFS Mounts And Ypbind Starts Failing

Aug 11, 2011

I'm building a lab of fedora 14 machines that are supported by an RHEL/CentOS 5.6 server. Everything was working fine yesterday, but today ypbind can't connect to the server and nfs mounts fail with this message:

mount.nfs: mount(2): Operation not permitted
mount.nfs: trying text-based options 'addr=10.9.1.6'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: portmap query failed: RPC: Remote system error - No route to host

I can ping the server from the client using FQDN and ip address.

View 8 Replies View Related

Fedora Installation :: How Many Logical Mounts Or Partition To Create

Feb 16, 2009

just about to install Fedora 10 on my MSI WIND laptop and read abit about file system on Linux and come across alot of recommendations on how many logical mounts or partition to create..so far i have created /boot of 100MB.i'm unsure of what sizes i will give to my [root] / and /home and /swap

i am thinking of assigning 1GB to /swap which leaves me with 40GB left for / and /home.i'm going to install alot of softwares and probably try out wine as well.i want a separate /home directory incase i change distro then i'll keep it... where does the programs go to under?

View 4 Replies View Related

Fedora :: Reformat Flash Drive Mounts As Tempfs?

Oct 15, 2009

In trying to get rid of GPT I somehow hosed my flash drive - now when plugged in and I run df - I see tempfs /dev/shm - is there anyway I can somehow repartition, reformat my flash drive ?

View 1 Replies View Related

Fedora Servers :: NFS Mounts Extra Home Folders On Login

Mar 17, 2009

On our network, we authenticate our users via LDAP and use autofs to mount their home directories. This works fine in Fedora 8. However, in Fedora 10, when the user logs in, it also mounts the home folders of the users that previously logged onto the system as well. This is what I see when I login as "user1" on Fedora 10

[Code]...

View 2 Replies View Related

Fedora Installation :: Editing Fstab / Disks.txt And Mounts.txt After Live CD Install?

Jan 19, 2010

I have installed Fedora 12 i686 Live to a 200 mb partition on an external drive. Before the install I created a 6.7 GB ext3 partition and a 45 GB ext3 partition. The live cd copied the image to a 200 mb partition.

partition 2bce0f9d-53a6-4ec2-b5ad-1a6915c74260 is 45 GB
partition 4683EB23BED2EB34 is 102.6 GB NTFS
partition b7240ff1-0807-42ba-e172-bff5872519ad is 6.7 GB

[code]....

Will creating an entry in fstab sdb6 and sdb8 allow the fedora distrib dvd to install to the external hd? How do I create the entries?
I have a raid0 hd with windows xp pro. When i try to shrink the partition using anaconda, I get a disk error and the comper locks up. I have to shut off the ups to reboot.

View 11 Replies View Related







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