Recent content by beers

  1. B

    Can I read DOS (windows) files from a flash drive after installing linux?

    mount -t ntfs <drive> <folder> Like, I have my hard drive double partitioned, for a dual boot with linux. In order to see the contents of my windows drive I have to use the command: mount -t nfts /dev/sda1 /home/beers/C: Assuming it's ntfs. It might be fat32 since its a flash drive. Then...
  2. B

    How to make a Linux or Windows file server in a windows environment.?

    Install SAMBA onto your linux box. This will set up windows shares. If you're using ubuntu, just use the command sudo apt-get install samba. Then you can edit the config with "sudo nano /etc/samba/smb.conf" to define whatever shares and permissions you need to. Once you're done use the...
  3. B

    which game is better for PS3???????

    Prototype.
Back
Top