-
as seen on Super User
- Search for 'Super User'
I am trying to create a hardlink on my C drive that points to a file on my D drive. I open up a terminal with Administrator privileges and try the following:
C:\Users\sandro>mklink /H _vimrc D:\sandro-desktop\.vimrc
The error that I get is: The system cannot move the file to a different disk…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I need to "bind" one directory to many chrooted places. I know that I can do "mount -o bind", but this requires special processing on startup each time (run the mount).
Is there a way to do it on the filesystem directly? My fs is ext4 and it seems not to support hardlinks to directories. Hardlinking…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I created a hardlink of a file as follows:
ln /path/to/source/file1 /path/to/target/file2
Using md5sum, the two files are identical. After a while, the source file has been modified by another program. The target file does not get "updated". The md5sums are now different. The files are on…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have two directory entries, a and b.
Before, a and b point to different inodes.
Afterwards, I want b to point to the same inode as a does.
I want this to be safe - by which I mean if I fail somewhere, b either points to its original inode or the a inode. most especially I don't want to end up with…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I was looking for a way to create hard links under Windows and I found this page: http://technet.microsoft.com/en-us/library/cc788097.aspx
To try it out, I created a file (1.txt) on the root of my C: drive with 100 lines of the following content:
C:\1.txt (2.598 bytes):
test test test test test
Then…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have a netbook with Ubuntu Netbook 10.04 and a desktop with Mint 10 (~ Ubuntu Desktop 10.10)
Both of them have read/write NTFS partitions mounted via /etc/fstab. And it works fine.
Ive read on net, google, forums, and several posts here, that NTFS-3G is the driver that allows you to have full…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I am new to ubuntu, but very impressed with the system.
so one day i tried installing ubuntu 10.10 along with windows in dual boot first place it didnt get installed properly and during second attempt i could do it right but oh...i lost my windows 7 ,
here is my problem and what i have done till…
>>> More
-
as seen on Super User
- Search for 'Super User'
A more comprehensive phrased question since I lost access to the other one.
I would ask that the other one be deleted, not this one, as it should not have been migrated in the first place.
There are currently two NTFS drivers available for Linux.
The NTFS driver included in the kernel, and the…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Hi all, I am new to ubuntu, but very impressed with the system.
so one day i tried installing ubuntu 10.10 along with windows in dual boot first place it didnt get installed properly and during second attempt i could do it right but oh...i lost my windows 7 ,
here is my problem and what i have done…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I'm not sure what has happened, but I've all of a sudden lost write access to any of my NTFS external drives.
I installed a few games and apps from the software center, and now I can't make new folders or copy and paste files to anything that is NTFS. Everything is now read only, and I've tried…
>>> More