Done and done. I now have a 3 tB Ext4 partition on that drive named "spare_disk".
I will reboot and see if it is then mounted.
Search found 33 matches
- Thu Sep 27, 2018 3:34 pm
- Forum: Newbie Questions
- Topic: cannot use my spare drive
- Replies: 7
- Views: 297
- Thu Sep 27, 2018 3:12 pm
- Forum: Newbie Questions
- Topic: cannot use my spare drive
- Replies: 7
- Views: 297
Re: cannot use my spare drive
There is something missing on that screenshot.
The partition to the left actually reads:
Filesystem
Partition 1: D0
628GB Ext4
Somehow gimp did not pick that up, but it is there.
The partition to the left actually reads:
Filesystem
Partition 1: D0
628GB Ext4
Somehow gimp did not pick that up, but it is there.
- Thu Sep 27, 2018 3:04 pm
- Forum: Newbie Questions
- Topic: cannot use my spare drive
- Replies: 7
- Views: 297
Re: cannot use my spare drive
Thank you Gparted was unable to find my processor (!) so I have attached a screenshot generated from the Mint Disk Tool. spare_disk_screenshot.png gparted gives me a black screen with the text "cannot find CPU" or something like that. The usual gparted screen does not appear at all. I am w...
- Thu Sep 27, 2018 2:46 pm
- Forum: Newbie Questions
- Topic: cannot use my spare drive
- Replies: 7
- Views: 297
Re: cannot use my spare drive
Thank you! roy@sartoris ~ $ inxi -Fxzd System: Host: sartoris Kernel: 4.13.0-39-generic x86_64 (64 bit gcc: 5.4.0) Desktop: Xfce 4.12.3 (Gtk 2.24.28) Distro: Linux Mint 18.3 Sylvia Machine: Mobo: ASUSTeK model: H110M-A/M.2 v: Rev X.0x Bios: American Megatrends v: 3601 date: 12/12/2017 CPU: Quad core...
- Wed Sep 26, 2018 8:01 pm
- Forum: Newbie Questions
- Topic: cannot use my spare drive
- Replies: 7
- Views: 297
cannot use my spare drive
My LinuxMint box has a 250gB SSD and a 1 tB SATA drive. I wanted the SATA drive to be part of my regular file system perhaps as /spare/ or something like that. However It is located as /media/roy/da0a939b-3ded-407e-9f01-113e860f83d5/ and I am unable to use it. I have tried to copy files from my file...
- Wed May 30, 2018 5:32 pm
- Forum: Software & Applications
- Topic: unable to make anacron work
- Replies: 0
- Views: 205
unable to make anacron work
I am using linux mint here at home. I am trying to automate an update on line at freethinkerslivingsober.org which is hosted by gandi.net. gandi.net does provide a variant of anacron that is not completely standard. This is taken from an email from gandi to myself: More information available at this...
- Tue Apr 24, 2018 11:17 am
- Forum: Newbie Questions
- Topic: hdmi audio works but line out has no signal
- Replies: 9
- Views: 602
Re: hdmi audio works but line out has no signal
Unplugging and replugging the line out on the back of my PC case worked. I now have analog audio to my amplifier / speakers. However i find that my HDMI audio is deselected. It seems I can have one or the other but not both. Oh well.
Thanks for the help -
Roy
Thanks for the help -
Roy
- Sun Apr 22, 2018 6:15 pm
- Forum: Newbie Questions
- Topic: hdmi audio works but line out has no signal
- Replies: 9
- Views: 602
hdmi audio works but line out has no signal
The Pulse Audio Volume Control Output Devices shows only Built-in Audio Digital Stereo at HDMI/Display port Pulse Audio Configuration shows Profile: Digital Stereo (HDMI) Output (plus Analog Mono Input for my webcam). I would like to have Analog Stereo Output **AND** Digital Stereo (HDMI) Output. Ca...
- Sat Apr 07, 2018 4:22 pm
- Forum: Newbie Questions
- Topic: using /etc/fstab to mount exported NFS files SOLVED
- Replies: 28
- Views: 1724
Re: using /etc/fstab to mount exported NFS files
Success! I was not able to do the mount with sartoris:/etc/fstab or with my crontab, but i wrote a very simple shell script and had sartoris:/etc/rc.local call it. Now ratliff:/d1 ( where twelve years of files are stored) is automatically mounted on boot. And I still have my NetBSD installation inta...
- Sat Apr 07, 2018 5:27 am
- Forum: Newbie Questions
- Topic: [SOLVED] How to label a topic as SOLVED?
- Replies: 3
- Views: 22668
Re: How to label a topic as SOLVED is SOLVED
Mattboy abd Wharf Rat: Thank you. I just did the desired task for this topic/
- Sat Apr 07, 2018 5:21 am
- Forum: Newbie Questions
- Topic: using /etc/fstab to mount exported NFS files SOLVED
- Replies: 28
- Views: 1724
Re: using /etc/fstab to mount exported NFS files
I am going to try two new things, one at a time. Here is my sartoris:/etc/fstab: roy@sartoris /etc $ sudo vi fstab [sudo] password for roy: roy@sartoris /etc $ cat fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may ...
- Fri Apr 06, 2018 8:50 pm
- Forum: Newbie Questions
- Topic: [SOLVED] How to label a topic as SOLVED?
- Replies: 3
- Views: 22668
[SOLVED] How to label a topic as SOLVED?
How does one label a topic as SOLVED?
I tried and could not figure out how to do it.
I tried and could not figure out how to do it.
- Fri Apr 06, 2018 1:52 pm
- Forum: Newbie Questions
- Topic: using /etc/fstab to mount exported NFS files SOLVED
- Replies: 28
- Views: 1724
Re: using /etc/fstab to mount exported NFS files
Actually there is one more thing. How would I get the same results with my sartoris:/etc/fstab? At present my sartoris:etc/fstab is as follows: roy@sartoris /mnt $ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; ...
- Fri Apr 06, 2018 12:19 pm
- Forum: Newbie Questions
- Topic: using /etc/fstab to mount exported NFS files SOLVED
- Replies: 28
- Views: 1724
Re: using /etc/fstab to mount exported NFS files
That worked! Thanks so much!
- Thu Apr 05, 2018 6:21 pm
- Forum: Newbie Questions
- Topic: using /etc/fstab to mount exported NFS files SOLVED
- Replies: 28
- Views: 1724
Re: using /etc/fstab to mount exported NFS files
Thank you both. I did not have nmap installed. I installed it. I got this: roy@sartoris ~ $ nmap 192.168.0.2 Starting Nmap 7.01 ( https://nmap.org ) at 2018-04-05 14:57 MST Nmap scan report for ratliff (192.168.0.2) Host is up (0.00022s latency). Not shown: 994 closed ports PORT STATE SERVICE 22/tcp...
- Thu Apr 05, 2018 2:05 pm
- Forum: Newbie Questions
- Topic: ROES - How to launch Java app using a .jnlp file?
- Replies: 2
- Views: 5209
ROES - How to launch Java app using a .jnlp file?
I am trying to use a program to order merchandise from the print shop I use (White House (Custom Colour). WHCC requires that to order I must use a java launch program called ROES and I cannot make it run on my Linux Mint box. Here is the listing: -rwxr--r-- 1 roy roy 1202 Apr 2 15:28 Launch-WHCC-ROE...
- Tue Apr 03, 2018 7:46 pm
- Forum: Newbie Questions
- Topic: using /etc/fstab to mount exported NFS files SOLVED
- Replies: 28
- Views: 1724
Re: using /etc/fstab to mount exported NFS files
Thank you.
Perhaps so but I get:
roy@sartoris ~ $ ls /mnt/d0
roy@sartoris ~ $ ls /mnt/d1
roy@sartoris ~ $
Perhaps so but I get:
roy@sartoris ~ $ ls /mnt/d0
roy@sartoris ~ $ ls /mnt/d1
roy@sartoris ~ $
- Tue Apr 03, 2018 6:01 am
- Forum: Newbie Questions
- Topic: using /etc/fstab to mount exported NFS files SOLVED
- Replies: 28
- Views: 1724
Re: using /etc/fstab to mount exported NFS files
Thank you. I got: roy@sartoris ~ $ sudo mount -v -t nfs 192.168.0.2:/d0 /mnt/d0 [sudo] password for roy: mount.nfs: timeout set for Tue Apr 3 03:00:59 2018 mount.nfs: trying text-based options 'vers=4,addr=192.168.0.2,clientaddr=192.168.0.5' mount.nfs: mount(2): Protocol not supported mount.nfs: try...
- Mon Apr 02, 2018 6:22 pm
- Forum: Newbie Questions
- Topic: using /etc/fstab to mount exported NFS files SOLVED
- Replies: 28
- Views: 1724
Re: using /etc/fstab to mount exported NFS files
Regrettably, not so much: roy@sartoris ~ $ sudo mount -v -t nfs4,defaults 192.168.0.2:/d0 /mnt/d0 [sudo] password for roy: mount.nfs4: timeout set for Mon Apr 2 15:22:10 2018 mount.nfs4: trying text-based options 'addr=192.168.0.2,clientaddr=192.168.0.5' mount.nfs4: mount(2): Protocol not supported ...
- Mon Apr 02, 2018 9:40 am
- Forum: Newbie Questions
- Topic: using /etc/fstab to mount exported NFS files SOLVED
- Replies: 28
- Views: 1724
Re: using /etc/fstab to mount exported NFS files
Thank you! roy@sartoris ~ $ date Mon Apr 2 06:34:56 MST 2018 roy@sartoris ~ $ sudo mount -a [sudo] password for roy: roy@sartoris ~ $ Looks good, yes? But: roy@sartoris ~ $ ls /mnt/d0 roy@sartoris ~ $ ls /mnt/d1 roy@sartoris ~ $ so: roy@sartoris ~ $ mount|grep nfs roy@sartoris ~ $ I can send the ful...