Tagged Questions
2
votes
0answers
415 views
The NTFS partition is in an unsafe state
I try to mount a NTFS partition in nautilus, and it refuse to mount it and suggests resume and shutdown
Windows fully (no hibernation or fast restarting), the problem is that I have already disabled ...
0
votes
2answers
156 views
Mount a USB disk in Linux which was not properly unmounted in Windows
I would like to know if there is a software solution in Linux for the following situation:
Connect a USB disk to a Windows host (could be XP, Vista,7 , etc).
Copy a big file to the USB disk.
...
1
vote
0answers
182 views
Unable to access Linux share from a Windows machine with NT_STATUS_BAD_NETWORK_NAME error
On the Linux machine I changed the smb.conf like this:
[john]
path = /root/john/downloads
available = yes
valid users = john
read only = no
browsable = yes
public = yes
writable = yes
The path ...
2
votes
3answers
1k views
Can't mount EXT4 hard drive after mounting it in windows
I have a 2TB Western external HDD.
Its original filesystem was NTFS but I formatted it to EXT4.
I had no problem in Linux; But today after I mounted it using ext2fsd in a windows box, I cant mount it ...
2
votes
2answers
410 views
Partitioning Ubuntu and Windows 7 once and for all
I am dual-booting Windows 7 and Ubuntu (installed with wubi). So far there have been no problems, but now it says the disk is out of space all the time (I think that is because /dev/loop0 is used 100% ...
1
vote
1answer
2k views
Mount a Windows network drive
I want to mount a netword drive on the server (SBS2008). I have two options: Either using a fedora which already mounts on a CentOS server or directly on the CentOS server. Here is the command I tried ...
4
votes
2answers
615 views
Mount windows Users directory as /home in linux virtual machine
I'm setting up a laptop for a friend and I'm going to put linux on it in a virtual machine and I want to make it as seamless as possible. I've mounted the \Users\Username directory in a VM before and ...
3
votes
3answers
322 views
File sharing with Windows
I have a small home network consisting of two computers. One is running Windows 7 and the other Ubuntu 10.04. Neither computer is permanently on.
I am trying to set up file sharing between the two. ...