Hi Everyone,
I have been working on this problem for a full day now checking all the previous posts regarding this subject but no luck, so thought I would seek help. Yesterday I installed Xubuntu(latest) alongside windows 7 in a dual boot scenario. Everything worked fine until I installed Steam and tried to stipulate where the games library would be. I had created a 40 GB logical drive partition for this purpose but it keeps telling its read only. Now thinking back to when I installed, I did specify something about using encryption, could this be causing a problem? Here are the steps I am taking and the results.
I type in first in the emulator:
andrew@andrew-MS-7350:~$ sudo blkid
[sudo] password for andrew:
/dev/sda1: LABEL="UUI" TYPE="vfat"
/dev/sdb1: UUID="20483E3C483E1150" TYPE="ntfs"
/dev/sdb5: LABEL="/" UUID="90f7daf4-5f4e-40aa-b97e-494780906d5c" TYPE="ext4"
/dev/sdb7: UUID="3dfe77cf-6f80-410e-8009-43a72bb71856" TYPE="ext4"
/dev/sdc1: UUID="6C2CB25B2CB21FCE" TYPE="ntfs"
/dev/sdd1: UUID="2A92BE8D53E0D596" TYPE="ntfs"
andrew@andrew-MS-7350:~$
I have highlighted in bold the location of the drive.
Then I type this
andrew@andrew-MS-7350:~$ gksudo gedit /etc/fstab
Then I enter this:
andrew@andrew-MS-7350:~$ UUID=<3dfe77cf-6f80-410e-8009-43a72bb71856> /dev/sdb7 /media/3dfe77cf-6f80-410e-8009-43a72bb71856 ext4 defaults 0 2
bash: 3dfe77cf-6f80-410e-8009-43a72bb71856: No such file or directory
andrew@andrew-MS-7350:~$
Then I test:
sudo mount -a
there is no output after that command
So I finally try this as others have:
andrew@andrew-MS-7350:~$ sudo chown <andrew>:<andrew> /dev/sdb7 /media/3dfe77cf-6f80-410e-8009-43a72bb71856
bash: andrew: No such file or directory
andrew@andrew-MS-7350:~$
Now bear with me I am new to Linux and don't know what I am doing. But if I can't get my data partition to read/write then using Linux seems pointless. I never used to have this problem with the previous Ubuntu. I need it to be mounted once I boot to the desktop. Any help would be greatly appreciated!
aapeppin



Adv Reply


Bookmarks