I only have an ubuntu machine here, but I wish to transfer some files to her mac via my external hard drive. I only have an ubuntu machine here. I managed to make an hfs+ partition on my external hard drive using gparted after installing hfsprogs. I tried changing the permissions with chmod. The ls -l command yields:ls -l /dev/sdc1 brwxrwxrwx 1 root disk 8, 33 2010-05-24 10:53 /dev/sdc1
I have a second 8GB partition but for some reason I cant write in it at all. I formated it but still doesn't let me write in it. I tried doing this:Quote:sudo chown -R username:username /media/BTBut this is what I get:Quote:
chown: changing ownership of `/media/sda2/FOUND.000/FILE0000.CHK': Operation not permitted chown: changing ownership of `/media/sda2/FOUND.000': Operation not permitted chown: changing ownership of `/media/sda2': Operation not permitted
I recently installed ubuntu 11.04. After installation, I created two ext4 partitions in my hard drive. My problem is that I can't create any files in these partitions. These partitions are not automatically mounted at boot time, but once I try to access them , they get mounted. I thought all this was managed by /etc/fstab file but I can't see any entry for these partitions there. So, I created an entry for both these partitions in fstab file with the following options: auto,user,exec,rw,suid,dev However, now when i boot, i see that there are two partitions already mounted as earlier and there are two more in the Places menu. I am not able to mount them since they are already mounted. And I still can't create any files in those partitions.
I used gparted to format and merge two partitions to a single 150gig partition. However, after mounting the partition (and entering my password) I am unable to write any files to it.I tried looking at its permissions. Both its owner and group is root.Could anyone help me by telling me how I could change this through gparted, the terminal, or any other way?
I just finished installing Karmic Koala on my computer a little while ago... and I chose to partition the drive manually. My computer has 2 hard drives:
Here's the HDD which boots first and has Grub and Ubuntu on it:
[URL]
And my second HDD which has Windows and a backup partition called "datas":
[URL]
And here's a copy of my /etc/fstab file:
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 # devices that works even if disks are added and removed. See fstab(5).
[code]....
The ext3 partition on the 250GB drive called "datas" is an old partition that I created while I was still using Intrepid... and it works just fine. However the partition called "archives", which I created during the installation of Karmic, doesn't seem to work properly. For some reason I can't write any files or folders on it. Why is that?
I'm trying to create a bootable HFS+ partition. I've succeeded in creating the HFS+ partition in Windows using Mac Drive 8, but need to set the partition to "Active" to be able to install an OS on it. The issue lies that when I try to set it to active in windows disk management it tells me that the media has been write protected by Mac Drive. I want to either set the partition as active (or at least disable write protection to allow me to set it as active in windows) or find another means of creating an HFS+ partition, which I know gparted claims to do but I can't manage to enable it. I'm currently running Windows 7 but I have Ubuntu 9.04 Live CD to use if necessary.
On opening nautilus,it shows the XP ad Fedora partitions.Clicking on them mounts the partition.However,XP partitions are mounted in Read/write mode,whereas Fedora partition is mounted only in Read mode.What changes should i need to make in /etc/fstab to enable Read/Write access to Fedora partition as well?
Is there a way to make fedora 11 can write the hfs+ partition? Beside fedora i have mac os x, and usually i use third partition(fat) as medium to transfer file from fedora to mac.
I have one partition with XFS, after load the X I went to nautilus and I tried to copy any file into that partition, but I only can read not write or execute. my questions are:1. what parameters should change in fstab to change this? the current parameters are "defaults 0 0"
I am currently running Linux Mint 8 on a Thinkpad T60p and I decided to free up 20 GB, formatted to EXT4 for Slackware.ed G-Parted)I was able to install Slackware with VirtualBox with my Linux Mint host and I was able to follow through with a full installation without any problems.However when I tried to install it on a real partition I got the below notification: "You will not be able to write the partition table.
Note: Sector size is 2048 (not 512)Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel.Building a new disklabel with disk identifier 0xf4252222.Changes will remain in memory only, until you decide to write them.After that, of course, the previous content won't be recoverable.Warning: Invalid flag 0x0000 of partition table will be corrected by (w)rite"
I'm having difficulty making my FAT32 drive capable of read/write. I followed the instructions here (http://ubuntuguide.org/wiki/Ubuntu:Maverick#Windows_Compatibility) and added the following line to my /etc/fstab file:
Code: /dev/sda4 /media/WinD vfat quiet,defaults,rw 0 0 However, when I rebooted the drive is still read-only
In one of our client system there is a partition which shows NTFS and other partitions are ext3...the partition which shows NTFS is a seperate HDD...The NTFS partition has been mounted...but we are not able to write anything to it...but we checked in /etc/fstab....it shows 'ro' so we changed to defaults....after making chnages when we tried to remount using the command mount -o remount /partition.it shows the device is already been in use try using the command fuser or lsof.we tried fuser /partition and then killed that process..still same error.....I would also like to know is there a way that we convert the NTFS partition to ext3 without losing the datas.
I have installed Ubuntu 11.04 64 bit desktop version on ext4 partition without swap. I have maximus iv extreme motherboard with 8 Gbytes RAM. Using 3 internal ntfs formatted hard drives and 3 external ntfs usb 2.0 hard drives.When I am trying to copy or move files FROM or TO any ntfs partiton it is 90 percent chance it is going to freeze.For copy/moving files I am using krusader run as ROOT or as user without root privilege or Nautilus as user without root privilege. It wasn't possible to switch to another terminal - it simply does not react on keyboard or mouse input and only hard reset is possible (scares me because of ntfs disks)From this point of view I have suspicious on ntfs driver but:I am completely beginner in linux and I am looking for help to navigate me how to investigate to find what is causing the problem eventually to solve it?
According to my experience it seems to does not matter if hard disk is internal or external connected through SATA II or SATA III or USB 2.0. I have tried to manipulate with ntfspartitions through the vmware or virualbox or truecrypt software or just do a simplecopy/move files - it have has always the same results - freeze. There is not possible to say how long it is going to work properly and when it is going to freeze - sometimes it's working hour, sometimes it's working couple of seconds - no matter if it is read or write operation/s within ntfs partition.
I have recently installed Debian on my NAS server. I have also configured Samba for sharing the home directory of a nas user i.e. /home/nas To this directory I have read/write from a windows machine using the nas user credentials. When I mount my RAID partition /dev/md0p1 to the /home/nas directory, I then realize that all content in this directory (files and subfolders) is only owned by the root user. When trying to access from the windows machine the /home/nas directory, I do not have any write access, only read. I have tried both the nas and the root user credentials.
I have also attempted the change the ownership of the mounted RAID partition to the nas user with the -R recursive option, but I get for the internal files/subfolders an error "operation not supported".
How can I overcome this problem? - Is there something not done properly in the /dev/md0 array definition (i.e. ARRAY /dev/md0 level=raid1 num-devices=2 UUID=bddf8b69:c97967b5:cb104784:7fef7cc3 )?- Is there something not done properly in the /dev/md0p1 mounting (i.e. mount /dev/md0p1 /home/nas)?- Should I do any extra configuration before the mounting etc? I would really appreciate any kind of help I could get.
Some background info
b) After OS boot, when I do a: # cat /proc/mdstat, I get: Personalities : [raid1] md0 : active (auto-read-only) raid1 sda1[0] sdb1[1] 4200896 blocks unused devices: <none>
I have an Iomega External Hard Drive 1TB. Problem: Unable to write to Ext3 Partition. How I got here: Started off with going into windows and shrinking it's current NTFS partition down by 50GB. Then used an Ubuntu LiveCD to gain access to GParted and with that 50GB free I formatted it with an Ext3 system. It does this no problems. I then can't write anything to this partition? I've tried doing "chmod 777 /dev/sdb2" but it says Operation not Permitted.
EDIT: Need to be able to use it on YDL 6.2 on my PS3, YDL doesn't have NTFS write support and I want to transfer files larger than 4GB rendering Fat32 useless. No I'm not able to re-size or compress this large file.
I need to mount my ext2 partition with write permissions for an average user. Right now, I can only write to the volume using sudo or the root account.
can't add the options uid=500,gid=500 to the ext2 volume because it says "bad option" I have 1 question. If you have a volume listed in /etc/fstab, and you try to mount it with different options than the ones listed in fstab, will it mount with the new options, or the fstab options?(e.x. if I try to mount /dev/sda6 with: mount-o auto,user,exec,rw,async. Will it mount with async or sync?)
I need some assistance mount a UFS2 partition as read and write. if its not possible, then I may have to copy a few hundred GBs of data. Currently using the command: Code: mount -r -t ufs -o ufstype=UFS2 /dev/sdb /Data Thats just read only.
I have 250 GB HDD, 150 GB has CentOS installed,I have formatted the rest 100 GB in vfat, mounted on /data/ folder, now the issue is only root have the write permission on that folder, i have tried all the commands, however i have reformatted it with ext3 and now issue is resolved, i just want to know that why it is not possible to set the permissin to everyone +w on vfat partition.