General :: Windows 7 - Create A Symbolic Link From An Ext Partition To A FAT32 Partition

May 15, 2011

On my Linux system, I want to create a symbolic link to a folder on my Windows 7 partition formatted FAT32. I use:

sudo ln -s /media/OS/Users/dennis/AppData/Roaming/.minecraft ~/.minecraft

However, I end up with a file in my home directory called .minecraft and when I try to access it, I receive:

bash: CD: .minecraft: Too many levels of symbolic links

is there a way to make the symbolic link to the FAT32 folder?

View 2 Replies


ADVERTISEMENT

General :: Create A Symbolic Link To A Windows Directory?

Aug 9, 2009

I am running both Ubuntu and XP and have a local server for my computer on both systems. Both partitions have a www directory that is accessed when I type localhost into my browser.

I want to be able to work on the project in both systems and have the changes I make show in both. So my questions is how can I make "localhost" point to the windows www instead of the /var/www one when I start up the server?

View 2 Replies View Related

Ubuntu :: Finding Windows Partition - Use FAT32 Partition For Photo Images And Old Windows Files

May 31, 2011

I got tired of dual booting on my old computer so on the new computer I am planning to run XP on VMware Player. The problem is that on the new computer neither Ubuntu or XP can "see" the FAT32 partition. I intend to use the FAT32 partition for photo images and old Windows files and need access from both Ubintu and XP.

Partition table entries are not in disk order.

View 5 Replies View Related

General :: Create A Symbolic Link In An Other Directory?

Sep 14, 2011

There are two directories A and B and a file F which is located in B. The working directory is B.How can you create a symbolic link in A pointing to F in B without changing the directory?

View 2 Replies View Related

General :: How To Create A Symbolic Link In An Other Directory

Jan 27, 2010

There are two directories A and B and a file F which is located in B. The working directory is B.How can you create a symbolic link in A pointing to F in B without changing the directory?

View 8 Replies View Related

Ubuntu Installation :: Create The FAT32 Partition For Booting?

Apr 28, 2011

Am trying to format my SD card and creat a FAT32 partition for booting

after following procedure i was stuck with the below command

Command (m for help): [t]
Selected partition 1
Hex code (type L to list codes): [c]
Changed system type of partition 1 to c (W95 FAT32 (LBA))

i don't have the [c] option or any "W95 FAT32 (LBA)"

View 3 Replies View Related

Ubuntu :: Delete Partition Trying To Create A New Shared Fat32 One?

Jun 13, 2010

I am having the same problem. I did delete partition trying to create a new shared fat32 one.below fdisk -l screen..I booted from live CD and tried quite a few things already...I think I need a clear direstions for it is getting annoying...

Device Boot Start End Blocks Id System
/dev/sda1 1 5906 47437866+ 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.

[code]....

View 5 Replies View Related

Ubuntu Installation :: Installer Cannot Create A Shared Fat32 Partition With Win 7

Oct 12, 2010

I have win 7 installed on a primary partition along with two other primary partitions containing a recovery partition and system files partitions. (don't know exactly what the latter is for.) I made a defrag and resized the win partition to make some free space for a primary ubuntu partition.I then inserted the 10.10 live disc and created a fat32 shared partition, a root (/), a /home Nd a swap in the advanced gparted menu, BUT every time I try to initiate the installation I get an error message saying that installer couldn't create the fat32.

View 4 Replies View Related

General :: Possible To Create A Symbolic Link That Include Commands For Program?

Feb 11, 2010

Is it possible to create a symbolic link that include commands for the program?

For instance, I do the following to start the program:

./script -somecommannd

I would like to create a symbolic like that includes "-somecommand"

Is this possible? or would I need to create a second script that executes that command, and link to that script?

View 4 Replies View Related

Ubuntu Installation :: Create A New Partition In Front Of A Windows Partition Without Trouble?

Oct 25, 2010

This is my partition table:

/dev/sda1 1 4255 34178256 83 Linux
/dev/sda2 4256 4437 1461915 5 Extended
/dev/sda3 * 4438 9964 44395627+ 7 HPFS/NTFS

[code]....

View 4 Replies View Related

Software :: Changing Icon On Fat32 Partition / Cannot Change Icons Partition Is Mounted In Fstab?

Aug 17, 2010

using suse 11.3 and kde 4.4.4 on the mounted fat32 partition I cannot change icons partition is mounted in fstab in this way:/dev/sda8/ /dati vfat user, users, gid=users, umask=0002, utf8=true, 0, 0.I can create files folders modify, move and save them on the partition but if I try to change the icon (in dolphin right click>properties>click on icon) of the /eros folder (or any other folder or link) system gives me
this error:impossibile salvare le proprieta' , non hai accesso sufficiente per scrivere su /dati/eros/.directory tha in english is something like this: impossoble save properties, you havent enough permission access to write on /dati/eros/.directory this happen also as superuser I remember that with suse 11.0 or 10.3 I was able to change icons on fat32 partitions, now with 11.3 I cannot, there ought to be a way to do what I did with the previous version with this 11.3 brand new ad more advanced version shouldn't it?

View 11 Replies View Related

Ubuntu :: Making FAT32 Windows Partition Read/write?

Mar 16, 2011

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

View 4 Replies View Related

General :: Symbolic Link - Get The Functionality In Windows XP, Maybe By Editing The Registry?

Mar 17, 2010

I love how in Linux you can link to folders. get Windows XP to change where My Videos, My Music and My Pictures folders are pointing to, to make them act like Linux symlinks?Is there some way to get the same functionality in Windows XP, maybe by editing the Registry.

View 3 Replies View Related

Software :: Create A Symbolic Link That Points To An Ftp Location?

Jul 1, 2011

I have a large collection of files on a computer (tallgrass) and tallgrass is running an ftp server, which I have the username and password to. There is about 600 GB of files on tallgrass that I need access to, but I don't have a big enough hard drive. I need these data files to run a cpu-intensive calculation, and my CPU is significantly better than tallgrass' cpu, which is why I want to do it on my computer. (Tallgrass also doesn't have enough RAM.) What I would like to do is create a "symbolic link" on my hard drive that will point to the directory containing the data on tallgrass. Read-only is perfectly OK. This way I could read from mylink/data0001.dat and it would read from the file data0001.dat over ftp from tallgrass. I shouldn't have any speed issues because tallgrass is on my 1 Gbps LAN. Is there a way I can do this?

View 2 Replies View Related

Ubuntu Installation :: Windows 7 Won't Install Getting This Message:"setup Was Unable To Create A New Partition Or Locate An Existing System Partition"?

Apr 8, 2010

i tried installing windows 7 on a partition on my laptop but i'm getting this message:"setup was unable to create a new partition or locate an existing system partition "i tried googling and found that it has something to do with the number of partitions:my hard disk layout right now:

p1 ext4 21gb /home
p2 ntfs 64gb
p3 ext3 18gb ubuntu installation

[code]....

View 6 Replies View Related

General :: Create A Windows XP User From A Partition?

May 21, 2011

Long story short, someone repaired my brother's computer and set a password on his account, now we can't get in and can't contact the person who set the password. Is it possible to create a Windows XP user if I have access to the windows partition, from a linux partition or pendrive, for example TinyCore?

View 4 Replies View Related

General :: Cannot Create Root Partition On Windows 7?

Nov 4, 2009

New Dell Inspiron 1545 Laptop with Windows 7 Home PremiumTrying to load Fedora 10 in available space. Had to go to custom layout none of the other partition selections seem to work - kept getting error messages. Custom layout would let us format the / and /boot partitions we created.

View 5 Replies View Related

General :: Can't Create Files In Windows Partition

Jan 26, 2010

I have Suse 11.2 installed. In Dolphin file manager I can see read files in my windows partition. But I cant create or delete any of these files as a user. I opened Dolphin as root and changed the permission rights of this windows folder so that all groups and users can view and Modify content. But when I try to create something I get the message access denied, "check your permission rights". And how can I change these permission right for my user in console mode?

View 14 Replies View Related

Fedora :: Changing Run Levels - Error - Failed To Create Symbolic Link

Jun 27, 2011

Ok now since f15 does not use inittab file for default runlevel anymore how do you change it.

I have tried ln -s /lib/systemd/system/multi user.target /etc/systemd/system/default.target

And get the following error ln: failed to create symbolic link `/etc/systemd/system/default.target': File exists

I have even tried changing the /etc/systemd/system/default.target to my multi-user.target file to no aval.

View 4 Replies View Related

General :: Windows - Deleting Linux Partition And Grub Boot Loader Without Affecting The Windows Partition At All?

Aug 30, 2011

I am currently running a dual boot machine with Ubuntu 11.04 and Windows Vista.Is there any way I can delete the Linux partition and Grub boot loader without affecting the Windows partition at all?I would also like to be able to repartition all of the space that was previously occupied by Linux.

View 2 Replies View Related

General :: Fat32 Vs NTFS For Shared Partition

Jun 19, 2010

I dual boot, in the process of installing Windows 7 & Fedora 13 on a new drive. Back in the day when it was risky for the newbie to read/write NTFS, I created a "shared" FAT32 partition. Even though the later Fedoras could read/write NTFS fresh out of the box, I have kept the "shared" partition for my important files (email, documents, digital camera pics).

Now that I'm installing Win7 and Fedora 13 on a new hard drive and I'm partitioning my disk, I'm scratching my head trying to decide how I should format this partition. I was considering the FAT32 again, but I'd like 50GB, not just 32. At the same time, I'm thinking of making the size sacrifice because, and maybe this is just carryover from the olden days and groundless, I have an irrational worry about using NTFS for my most important files.Maybe someone could assuage my fears. Is it just as safe, at this point, for files to be on a NTFS partition and run under Fedora as they are under FAT32?

View 6 Replies View Related

General :: Difference Between A Hard Link And Symbolic Link?

Jun 20, 2011

I have searched around and am trying to understand the difference between a hard link and symbolic link (soft link). I found this link is quite useful. But I am still not very clear. I understand soft link is not a copy of original file, but is a hard link a copy or not?

View 4 Replies View Related

Fedora :: Ln Command For Link Creation To Folder On Windows Partition

Jan 16, 2010

I have a question about the ln command for link creation. I have both Windows and Linux partitions on my system. While I'm working on linux, sometimes I need to access the data stored on my windows partition. Yet, the access is provided through /media directory and I often, I have to click on several folders in order to access windows "My Documents" folder. So, in order to avoid this, I decided to create a link to "My Documents" folder directly from my $HOME directory.

Code:
$ mkdir /home/dariyoosh/MyDocuments
$ ln -fs /media/disk/Users/dariyoosh/Documents/MyDocuments/* ./MyDocuments

The link was created without any problem and now I have a direct access to that folder just by a click. Yet, there is a problem. If I update any file of the windows MyDocuments folder within this linking directory, the file is actually updated on the windows partition, which is of course what I want to do. But If I decide to create a new file on the windows "MyDocuments" folder by using this linking folder, that is, /home/dariyoosh/MyDocuments, the file is put actually on the linux partition instead of the windows MyDocuments folder. So, having created a directory linking to another directory, is there any way to proceed so that any file operation, in particular, creation, affects directly the linked directory?

View 3 Replies View Related

Ubuntu :: Creating A Link To World Of Warcraft On Windows Partition?

Apr 2, 2011

I have a bit of a problem that I don't understand and would like some help please - I will try and explain the best way I can. I installed Ubuntu using the WUBI installer and so I can access my Windows partition in /host. Using Wine I can run World of Warcraft by going to /host/Program Files/World of Warcraft/WoW.exe But I would like to create a link on my desktop to that file so I do not have to keep going to that path everytime.

The Problem - when I click make link and drag it to my desktop I double click the file (expecting it to just act like a windows shorcut) but it doesn't - it creates some of the files that are in the world of warcraft folder on the desktop and then fails to open with message: Failed to open archive dataart etc...its like it is creating a copy of files on my desktop of what is already in the WoW folder.

View 2 Replies View Related

Ubuntu :: Create A Link To "My Documents" Folder On XP Partition?

Apr 14, 2010

I've recently installed Ubuntu 9.10 Karmic as a dual boot with WinXP and love it. I've been able to mount my WinXP partition and can access files read/write successfully.

I'd like my WinXP "My Documents" folder to appear as a linked folder in my Linux Home directory.

I think I should be able to use the ln command, but I can't figure it out.

I've tried to create a link that will appear like a "folder" called WinDocs in my Home directory with this command, run from my Home folder:

ln -t /dev/sda1/Documents and Settings/richard/My Documents/ /WinDocs/

but it reports

ln: accessing `/dev/sda1/Documents and Settings/richard/My Documents/': Not a directory

I get the same results if I try /dev/hda1 etc.

I can see the contents of the folder currently in my Places listing. Its shortcut is active on my desktop.

View 4 Replies View Related

Ubuntu :: Copying Gives Error "cp: Cannot Create Symbolic Link"

Jul 10, 2011

i am root i have an ext4 partition of a usb drive mounted at /mnt/sdc1 i have fat32 partition of the same drive mounted at /mnt/sdc3

i want to copy the folder /mnt/sdc1/mnt/dir to /mnt/sdc3 i navigate to /mnt/sdc3

i type this in terminal cp -r /mnt/sdc1/mnt/dir .

I get a lot of this cp: cannot create symbolic link

How do i copy something from an ext4 partition to a fat32 partition?

View 3 Replies View Related

Red Hat / Fedora :: Can't Properly Partition Both Hard Drives - Simple Way To Create Partition On Drive?

Jun 22, 2011

I installed Redhat Enterprise 3 on one of my servers. In my haste I didn't properly partition both Hard Drives and only properly partitioned one of them. Thus now I have

/dev/sdb1 478711768 137858256 316536328 31% /
/dev/sda1 101089 15346 80524 17% /boot

Where /dev/sda1 is actually a 80 GB hard drive. Is there anyway I can safely and easily repartition the unpartitioned space without causing a huge mess? I have a very important Oracle database on /dev/sdb1 and thus I want to be able to back it up on the second disk. I can create a partition on that drive?

View 2 Replies View Related

Fedora :: Home Partition And Create Logical Volume Out Of 53 Gb Filesystem Partition?

Aug 24, 2010

I installed fedora 13 64 bit and it works great but I encountered several issues when setting up guest OS with KVM. The problem seems to be related to selinux. But let me first ask question about logical volume. By Default fedora created logical volumes:

[Code].....

"If you expect that you or other users will store data on the system, create a separate partition for the /home directory within a volume group. With a separate /home partition, you may upgrade or reinstall Fedora without erasing user data files." seems to suggest I have to create a separate physical partition and assign that to /home. But reading elsewhere it seems to suggest logical volume acts like a partition. My goal is to make it easy in case fedora is hosed and I have to re-install it without affecting /home where my cirtical data resides. Given above do I need to create a separate physical partition or I am just fine?

I have a second hard disk that originally had windows and all my data. Windows is hosed but I can see my data from within Fedora and Windows is gone and I created created new partition in its place which used ot be the C:/ drive appears as 53 Gb filesystem. My data which was originally D drive appears as 215 GB filesystem. As given in [URL] I want to create a new logical volume in 53 Gb filesystem which I want to use as space for virtual disk to install guest OS's in KVM. Currrently 53 GB filesystem is mounted as /media/3467BH89JK789 but this does not work well with KVM. how do I create this logical volume out of 53 Gb filesystem partition and add proper selinux info and do I add to vg_vostrolx volume group and in a different volume group?

View 1 Replies View Related

Ubuntu :: Can Create Partition On Windows Xp

Mar 17, 2011

then have a dual boot option to pick wether to load xp or ubuntu ,I want to make sure I can install ubuntu and get it working correctly IE loaded all drivers and install a media sharing device to view on my xbox 360 and install firefox and utorrent , This is basically just a media machine to do everything on my xbox 360.

I dont want to install it from scratch in case there is a problem then I just set myself up for a bunch of work to get it running correctly again.

View 7 Replies View Related

Ubuntu :: How To Create A Partition For Windows

Feb 1, 2011

Currently, I have a full install of Ubuntu, but I would like to create a partition for Windows. I only have 1 MB of unallocated hard drive space, but I do have a 227.13 GB partition, only 6.48 GB of which is used. If I create a partition table, will my computer become unbootable? And if so, is it possible for me to use the Disk Utility to re-format my hard drive to NTFS so I can completely reinstall Windows instead?

View 3 Replies View Related







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